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] Why my guest os network disconnect domain 0 or anthor ex

To: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Why my guest os network disconnect domain 0 or anthor external network?Thank you very much!
From: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Date: Mon, 18 May 2009 16:49:06 +0700
Delivery-date: Mon, 18 May 2009 02:49:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <007f01c9d796$7c4a7350$4b451b0a@xxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <007f01c9d796$7c4a7350$4b451b0a@xxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
2009/5/18 Turinglifer Chu <Turinglifer@xxxxxxxxxxxxxxxxxx>:
> my Guest os's ip and netmask below:
>
> inet addr:129.22.28.224  Bcast:129.22.31.255  Mask:255.255.224.0
> my Domain 0's ip and netmask below:
>
> inet addr:129.22.28.16  Bcast:129.22.31.255  Mask:255.255.224.0
>
> I can't ping Domain0 in Guest os.
>
> Why my guest os network disconnect domain 0 or anthor external network?Thank
> you very much!

Because they're on different physical ethernet port

> Domain 0:
> eth0      Link encap:Ethernet  HWaddr 00:E0:81:81:0A:50
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> eth2      Link encap:Ethernet  HWaddr 00:E0:81:81:09:D5
>           inet addr:129.22.28.16  Bcast:129.22.31.255  Mask:255.255.224.0

> bridge name     bridge id               STP enabled     interfaces
> xenbr0          8000.feffffffffff       no              vif0.0
>                                                         peth0
>                                                         vif3.0
>                                                         vif2.0

Your dom0 IP is on eth2 while the bridge is over eth0.
If the IP address in dom0 is at eth0, it should work. This is probably
the easiest one for you, by moving IP configuration from eth2 to eth0
(and possibly change some network cabling).

Another way to do it is create the bridge for eth2 instead of eth0
like what you have now.

-- 
Fajar

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

<Prev in Thread] Current Thread [Next in Thread>