brigde network not up after cold boot or reboot.

Discussion in 'HOWTO-Related Questions' started by thefirefly, Dec 14, 2010.

  1. thefirefly

    thefirefly New Member

    Hi
    I install KVM on FC13.
    The bridge network ( br0 ) was unable to start up after cold boot or reboot. However if I execute "/etc/init.d/network restart" it will be up and running.

    Forgot to mention the KVM is on FC13

    Any ideal ?
    Thanks
     
    Last edited: Dec 15, 2010
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you disable Network-Manager? Can you post the configuration files for eth0 and br0?
     
  3. thefirefly

    thefirefly New Member

    Yes I did, but result was the same. The 1st think did I did.

    /etc/sysconfig/network-scripts/ifcfg-eth0
    /etc/sysconfig/network-scripts/ifcfg-br0
    ifconfig -a ( after manual starting )
    Thanks
     
  4. falko

    falko Super Moderator Howtoforge Staff

    That looks good.

    Not sure why it doesn't start automatically, but you can add
    Code:
    /etc/init.d/network restart
    to /etc/rc.local - that way the network will be restarted as the last action during the boot process, so that should work. :)
     

Share This Page