LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Arch Linux = NetworkManager and dhcpcd (https://www.linuxquestions.org/questions/linux-newbie-8/arch-linux-%3D-networkmanager-and-dhcpcd-4175508964/)

Amarildo 06-23-2014 11:20 PM

Arch Linux = NetworkManager and dhcpcd
 
After 4 hours doing research, I came to the conclusion that NetworkManager will conflict with dhcpcd no matter what I do, no matter what configuration I try. Disabling dhcpcd, however, fixes everything related to my wired and VPN connections.

Is it really possible that NM wants to be the King of the Hill and deal with dhcpd stuff by itself? Is there any security issues using it alone with the dhcpcd module disabled? Basically what I do:

Code:

# pacman -S openvpn
Code:

# pacman -S networkmanager-openvpn
Code:

# pacman -S kdeplasma-applets-plasma-nm
Code:

# systemctl stop dhcpcd ; systemctl disable dhcpcd
Code:

# systemctl start NetworkManager

ondoho 06-25-2014 06:39 AM

Quote:

Originally Posted by Amarildo (Post 5192921)
Is it really possible that NM wants to be the King of the Hill and deal with dhcpd stuff by itself?

yes.
Quote:

Is there any security issues using it alone with the dhcpcd module disabled?
i don't think dhcpcd provides security, it's simply needed to resolve addresses and renew leases.

i think NM would start its own instance of dhcpcd and it simply gets confused when it's already running.

afaik i'm not using NetworkManager (although it's installed), but the same happens with netctl.

kbnuts 06-25-2014 06:54 AM

I'm just going to chime in and say NetworkManager is the devil and leave it at that. :)


All times are GMT -5. The time now is 08:15 AM.