|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] no network traffic between domUs
On Sat, Aug 05, 2006 at 09:53:57AM +0800, Tim Post wrote:
> Can you post the contents of /etc/network/interfaces from dom-0 on the
> machine having the problems?
$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 11.22.33.130
netmask 255.255.255.123
network 11.22.33.123
broadcast 11.22.33.255
gateway 11.22.33.124
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 123.21.0.1
This may or may not be related:
http://lists.us.dell.com/pipermail/linux-poweredge/2006-August/026705.html
Justin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|