[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Bridge networking in Debian
On (20/05/13 10:11), Jan Hejl wrote: > Date: Mon, 20 May 2013 10:11:41 +0200 > From: Jan Hejl <jh@xxxxxxxxxx> > To: xen-users@xxxxxxxxxxxxx > Subject: Re: [Xen-users] Bridge networking in Debian > > Hi James, > > add this line to you /etc/network/interfaces: > > iface eth0 inet manual Success! Adding that line got me going again. And due to other's info I got the rest of it working. Thanks to all who replied. To summarize, for Xen 4.1 on Debian Wheezy 7.0, what worked was: 1. Make the bridge yourself, rather than let xend do it. For Debian, this is in /etc/network/interfaces: iface eth0 inet manual auto br0 iface br0 inet static address 192.168.0.26 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 bridge_ports all 2. Leave xend-config.sxp untouched (all default, no 'network-script'). 3. For the domU, a simple line: vif = [ 'bridge=br0' ] cheers, James > > Jan > > Dne 20.5.2013 03:19, James Triplett napsal(a): > >Starting a new Xen setup, with off-the-shelf Wheezy, and the standard Xen > >packages, > >which turn out to be Xen 4.1 > > > >I used to just put a (network-script network-bridge) in the Xen setup, but > >I guess > >you can't do that anymore... > > > >There are a variety of recipes to setup the network and bridging, since > >apparently > >the Xen setup doesn't does this for you anymore. I've gone through a couple > >tries, with no success so far. > > > >Following instructions in /usr/share/doc/xen-utils-common/README.debian, > >I created a /etc/network/interfaces file like this: > > > > auto br0 > > iface br0 inet static > > address 192.168.0.26 > > network 192.168.0.0 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |