[fedora-virt] virt-manager and manually created bridges

Tom Horsley tom.horsley at att.net
Sat Oct 3 15:16:53 UTC 2009


On Sat, 3 Oct 2009 15:44:18 +0200
Sven Lankes wrote:

>  * disable Networkmanager

Do you also enable "network"?

>  * setup a br0-Device that includes eth0
>  * disable the libvirt default network virbr0 using virsh net-autostart
>      default --disable

I do almost the same thing, but I use virsh to undefine the default
network completely, when I install a vm, it just automatically
offers br0 as the only choice for network. Here's my ifcfg-br0 and
ifcfg-eth0 files (I use a static IP):

DEVICE=br0
TYPE=Bridge
BOOTPROTO=static
GATEWAY=192.168.1.1
IPADDR=192.168.1.106
IPV6INIT=no
NETMASK=255.255.255.0
ONBOOT=yes
PEERDNS=no
USERCTL=no
NM_CONTROLLED=no

DEVICE=eth0
HWADDR=00:1b:21:3a:00:f3
ONBOOT=yes
TYPE=Ethernet
IPV6INIT=no
USERCTL=no
BRIDGE=br0
NM_CONTROLLED=no
PEERDNS=no




More information about the Fedora-virt mailing list