Jump to content

Recommended Posts

Posted

Hello.
I'm trying to disable Network-Manager to only use isc-dhcp-client and control network settings via /etc/network/interfaces
But whenever I disable or delete Network-Manger and install isc-dhcp-client. After restarting the device it loses communication with the network.
Follow the data:
Device: nanopi core
Armbian Bookworm
Kernel 6.6.28

How I have done the procedure:
apt purge network-manager
apt install isc-dhcp-client
echo "extraargs=net.ifnames=0" >> /boot/armbianEnv.txt
cat << EOF > /etc/network/interfaces
auto lo
iface lo inet loopback


allow-hotplug eth0
iface eth0 inet dhcp
EOF

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines