|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] dom0 networking problem
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|