Hello, I have got a problem with my dom0 network (Debian Etch). My network works correctly while booting on the classic Debian kernel, but not on the Xenified one. The bridge looks to be well configured. If I create a dom1 guest (actually I have to create it from the classic kernel, to be able to deboostrap from the net), I have a network connection (from the dom1 but not dom0). Any idea ? Regards, Thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Friday 15 February 2008 11:01, Thomas Bellembois wrote:> Hello, > > I have got a problem with my dom0 network (Debian Etch). > My network works correctly while booting on the classic Debian kernel, > but not on the Xenified one. > The bridge looks to be well configured.I know these problems. I my company the best network guru could not find the reason but ...> If I create a dom1 guest (actually I have to create it from the classic > kernel, to be able to deboostrap from the net), I have a network > connection (from the dom1 but not dom0). > > Any idea ?I found a work around. See <http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1159> A better solution is to replace /etc/xen/scripts/network-bridge with your own version: brctl addbr xenbr0 brctl addif xenbr0 eth0 ifdown eth0 ifconfig eth0 0.0.0.0 up sleep 3 ifup xenbr0 The script vif-bridge works fine together with our own xenbr0. So long Thomas D _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello, Thanks for your answer. I have finally solved the problem. It is a bug in the Dell PowerEdge 2950 network card firmware: http://lists.xensource.com/archives/html/xen-users/2007-04/msg00629.html It is working now. Thomas. td-ifs@web.de wrote:> On Friday 15 February 2008 11:01, Thomas Bellembois wrote: > >> Hello, >> >> I have got a problem with my dom0 network (Debian Etch). >> My network works correctly while booting on the classic Debian kernel, >> but not on the Xenified one. >> The bridge looks to be well configured. >> > > I know these problems. I my company the best network guru could not find the > reason but ... > > >> If I create a dom1 guest (actually I have to create it from the classic >> kernel, to be able to deboostrap from the net), I have a network >> connection (from the dom1 but not dom0). >> >> Any idea ? >> > > I found a work around. See > <http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1159> > > A better solution is to replace /etc/xen/scripts/network-bridge with your own > version: > > brctl addbr xenbr0 > brctl addif xenbr0 eth0 > ifdown eth0 > ifconfig eth0 0.0.0.0 up > sleep 3 > ifup xenbr0 > > The script vif-bridge works fine together with our own xenbr0. > > So long > Thomas D > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users