Starting br0 device after waking from suspend

Gordon Messmer yinyang at eburg.com
Tue Nov 9 21:44:39 UTC 2010


On 11/09/2010 12:20 PM, Nick Urbanik wrote:
>
> My son's computer has br0 as the main network device (to support KVM
> virtual machines), but when the computer wakes up from sleep, I need
> to do
> sudo ifup br0
> to have the machine get its address from the DHCP server.
> Does anyone have any suggestions towards automating a solution?

I recommend using the "network" service instead of "NetworkManager" if 
you are using bridge devices (because NetworkManager cannot manage them).

# chkconfig network on
# chkconfig NetworkManager off


More information about the users mailing list