Quantcast
Channel: User FloppyDisk - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 12

Answer by FloppyDisk for Static IPv4 & IPv6 configuration on CentOS 6.2

$
0
0

Network Manager is trying to override your static configuration settings. As root or sudo user, run:

service NetworkManager stop

If you don't have service, try:

/etc/init.d/NetworkManager stop

Also, you can set the static interfaces to not be managed by the NetworkManager, which is what I did in my CentOS configs merely by adding the line

NM_CONTROLLED=no

to your static config files. Your static configuration files don't have that line, meaning the NetworkManager will try to control those interfaces instead of ignoring them.

See here for reference on disabling and/or uninstalling NM.


Viewing all articles
Browse latest Browse all 12

Latest Images

Trending Articles





Latest Images