[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] correct steps to add XEN bridge to Debian squeeze?
Thanx for all the help guys, but I think this Debian installation is corrupt and I need to go back to CentOS + XEN 3 instead. After a few reboots, trying to get the bridge working, I can't even see the VM's running. xm list simply "hangs" And I can't unindstall libvirt-bin (which I probably installed by mistake) since apt-get and aptitude both gives me sementation faults: newusaxen:/var/cache/apt# apt-get remove libvirt-bin Segmentation faultsts... 0% newusaxen:/var/cache/apt# aptitude remove libvirt-bin [ 0%] Reading package listsSegmentation fault newusaxen:/var/cache/apt# On Thu, Sep 8, 2011 at 8:30 PM, Oper.ML <oper.ml@xxxxxxxxx> wrote: > Hi Rudi, > > i usually do this in my /etc/network/interfaces: > > auto eth0 > iface eth0 inet manual > pre-up ifconfig eth0 up > post-down ifconfig eth0 down > > auto br0 > iface br0 inet static > address 192.168.x.x > netmask 255.x.x.0 > bridge_ports eth0 > bridge_maxwait 0 > > Hope that i could help. > > Regards, > Tony M. > > > > > > On 09/08/2011 08:54 AM, Rudi Ahlers wrote: > > 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |