Is there any way to make bridges retain their properties after a reboot, save for a script? I have abridge that loses its physical interface when the machine reboots, and as a result of that, all my virtual machines have no internet access. Specifically, this command does not survive a reboot. Brctl addif br1 eth1
These are the configuration files cat ifcfg-br1 DEVICE="br1" NM_CONTROLLED="no" ONBOOT=yes TYPE=Bridge BOOTPROTO=none NAME="Bridge br1" cat ifcfg-eth1 DEVICE="eth1" HWADDR="00:1B:21:88:17:0D" NM_CONTROLLED="yes" Bridge=br1 ONBOOT="yes"
