WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Dom0 and DomU can connect only to local network

Hello.

This is a follow by myself. I added the following lines (with +
marking) to /etc/network/interfaces and problem is solved.

On 2007/01/31, at 20:14, Toshinao Ishii wrote:

  auto lo
  iface lo inet loopback


+ auto eth0
+ iface eth0 inet manual

  # The primary network interface
  auto xenbr0
  iface xenbr0 inet static
        address 10.140.2.84
        netmask 255.255.254.0
        network 10.140.1.0
        broadcast 10.140.2.255
        gateway 10.140.2.254
        bridge_ports eth0

-- toshinao

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Dom0 and DomU can connect only to local network, Toshinao Ishii <=