[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Xen 4.1.0, LibXL, Bridged Networking, IPv6 Issues
iain, what i remembered, on 4.2 unstable the bridge network didn't work anymore like it used to work like that - vif = [ 'bridge=eth0,mac=00:16:3e:1a:b3:4b' ] auto eth0 iface eth0 inet static address 10.41.10.42 netmask 255.255.255.0 network 10.41.10.0 broadcast 10.41.10.255 gateway 10.41.10.1 i had to define an extra bridge network in my squeeze network interface configuration file vif = [ 'bridge=br0,mac=00:16:3e:1a:b3:4b' ] auto br0 iface br0 inet static address 10.41.10.42 netmask 255.255.255.0 network 10.41.10.0 broadcast 10.41.10.255 gateway 10.41.10.1 bridge_ports eth0 bridge_stp on bridge_maxwait 0 thanks walter -----Original Message----- From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Iain Kay Sent: Freitag, 22. Juli 2011 18:44 To: xen-users@xxxxxxxxxxxxxxxxxxx Subject: Re: [Xen-users] Xen 4.1.0, LibXL, Bridged Networking, IPv6 Issues Importance: High On 22 Jul 2011, at 17:35, Walter Robert Ditzler wrote: > hi iain, > > the key "net.ipv6.conf.all.forwarding" exists under debian squeeze > 6.0.2.1, I don't know by other distribution since we only use debian. Fair enough. Cheers anyway mate. The server in question has been launched into production for the past 36 days so can't really mess around too much with it. I'm going to setup identical setup locally and debug it until I can get it working. Maybe missed some kernel modules that IPv6 wants, maybe need to re-configure eth0 or xenbr0 settings, so many other possibilities. Iain _______________________________________________ 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |