If it helps, one of the first things I do on systems is disable NetworkManager, 
then re-enable the "known good", older "network" service.

You need to change the physical network devices to no longer be under 
NetworkManager control:

  /etc/sysconfig/network-scripts/ifcfg-eth0
    NM_CONTROLLED="yes"

  to

  NM_CONTROLLED="no"

Then:

  $ sudo chkconfig NetworkManager off
  $ sudo chkconfig network on

This will cause the server style, non-dynamic non-NetworkManager configuration 
to be used from the next boot onwards.

So, if you actually want NetworkManager running, don't do this. :)

Regards and best wishes,

Justin Clift


On 19/11/2010, at 3:12 AM, Collins, Kevin [BEELINE] wrote:

> Thanks - I should have mentioned that I am using completely static networking 
> information.
>  
> [r...@cpafisxc ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
> DEVICE="eth0"
> BOOTPROTO="static"
> DNS1="xxx.xxx.xxx.xxx"
> DNS2=" xxx.xxx.xxx.xxx "
> GATEWAY=" xxx.xxx.xxx.xxx "
> HWADDR="00:1C:C4:DD:24:08"
> IPADDR=" xxx.xxx.xxx.xxx "
> NETMASK="255.255.254.0"
> NM_CONTROLLED="yes"
> ONBOOT="yes"


_______________________________________________
rhelv6-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv6-list

Reply via email to