|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] correct steps to add XEN bridge to Debian squeeze?
Do you have libvirt-bin installed?
Is there the xenbr0 configured (maybe in
/etc/libvirt/qemu/networks/default.xml)?
If yes, the bridge will be created on system startup from libvirt???
Regards.
Christian
Am 08.09.2011 um 13:54 schrieb Rudi Ahlers:
> Hi all,
>
> Does anyone know what the correct steps are to add a XEN bridge, let's
> say xenbr0 to Debian Squeeze?
>
>
>
> I have added the following to /etc/network/interfaces
>
>
> # XEN Bridge
> auto xenbr0
> iface xenbr0 inet manual
> bridge ports eth0
> bridge_stp off
> bridge_fd 0
>
> And then rebooted the server but brctl show still shows eth0 as bridge:
>
>
> newusaxen:~# brctl show
> bridge name bridge id STP enabled interfaces
> eth0 8000.003048c461be no peth0
> vif2.0
>
>
>
> newusaxen:~# ifup xenbr0
> ifup: interface xenbr0 already configured
>
>
>
> newusaxen:~# ifconfig |grep xenbr0
> newusaxen:~#
>
>
>
>
>
> What else should I be doing to get it up and running?
> --
> Kind Regards
> Rudi Ahlers
> SoftDux
>
> Website: http://www.SoftDux.com
> Technical Blog: http://Blog.SoftDux.com
> Office: 087 805 9573
> Cell: 082 554 7532
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|