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:              digi...@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
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to