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 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines