Diffrent nic config setting showing when doing ifconfig

Discussion in 'Installation/Configuration' started by tbaror, Jul 8, 2010.

  1. tbaror

    tbaror New Member

    Hello All,


    i have encounter strange situation i have set all my network configuration via /etc/sysconfig/network-scripts/ifcfg-eth0 ,eth0.2 ,eth1 etc .... (CentOs 5.5)

    i have used only once Gnome network manage settings to add routing since then all my network config change although all files mention above showing the same config i have set initially and same for Gnome network Manager.

    any idea what happen?.

    Please advice

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I think you should disable the network manager. I don't know if this works for CentOS as well, but on Fedora this is done as follows:
    Code:
    chkconfig NetworkManager off
    chkconfig --levels 35 network on
    /etc/init.d/network restart
     

Share This Page