KVM: setting up bridged mode
- RedHat tell you to replace NetworkManager with network first: access.redhat.com/…ibvirt.html
systemctl disable NetworkManager systemctl enable network systemctl stop NetworkManager systemctl start network
- The only problem with the above is that network does not seem to start on boot.
chkconfig --list network # shows that it should be running systemctl start network # the