|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Set up bridging under Xen 4.1-unstable ( 2.6.31.15 pvops
Hello Boris,
Dont the default vif scripts connect to xen_br0 and not br0 ?
I specify a different bridge name in the domU config files vif line with bridge=
--
Sander
Wednesday, July 7, 2010, 7:57:13 PM, you wrote:
> After services
> 1.xencommons
> 2.xend
> 3.xendomains
> startup xen bridge declaration via /etc/xen/xend-config.sxp completely
> ignored.
> Bridging setup manually via /etc/network/interfaces :-
> # The loopback network interface
> auto lo
> iface lo inet loopback
> # The primary network interface
> # auto eth0
> # iface eth0 inet dhcp
> auto br0
> iface br0 inet static
> address 192.168.1.7
> netmask 255.255.255.0
> network 192.168.1.0
> broadcast 192.168.1.255
> gateway 192.168.1.1
> bridge_ports eth0
> bridge_stp on
> bridge_maxwait 0
> # /etc/init.d/networking restart
> Am i missing something here ?
> Boris.
>
--
Best regards,
Sander mailto:linux@xxxxxxxxxxxxxx
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|