F16 bridge configuration

Digimer linux at alteeve.com
Tue Nov 8 15:40:02 UTC 2011


On 11/08/2011 10:31 AM, Pavel Lisy wrote:
> Hello
> 
> Is there any suggestion how to config bridge for libvirtd? I made it
> in /etc/sysconfig/network-scripts/ before (f14), but it doesn't work
> anymore and NetworkManager says it doesn't support bridge yet.
> 
> Pavel

I created a bridge and set it to NM_CONTROLLED="no";

# Bridge
NM_CONTROLLED="no"
DEVICE="vbr0"
TYPE="Bridge"
BOOTPROTO="static"
ONBOOT="yes"
IPADDR="10.20.30.40"
NETMASK="255.255.0.0"
GATEWAY="10.20.255.254"
DNS1="10.20.0.1"
DNS2="10.20.0.2"
DEFROUTE="yes"

Then 'ifup vbr0'


-- 
Digimer
E-Mail:              digimer at alteeve.com
Freenode handle:     digimer
Papers and Projects: http://alteeve.com
Node Assassin:       http://nodeassassin.org
"omg my singularity battery is dead again.
stupid hawking radiation." - epitron


More information about the users mailing list