This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# make-bridge-for-libvirt.sh | |
# | |
# This scripts follows blindly the instructions from: | |
# http://wiki.libvirt.org/page/Networking#Fedora.2FRHEL_Bridging | |
# | |
# It tries to copy the existing physical network config | |
# to the bridge. It may not work if you have a non-trivial | |
# network setup on ifcfg-eth0. | |
# |