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

[Xen-users] XEN Express 3.0.2 networking problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] XEN Express 3.0.2 networking problem
From: Stas <narezatel@xxxxxxxxx>
Date: Wed, 27 Jun 2007 14:38:33 +0200
Delivery-date: Wed, 27 Jun 2007 10:05:11 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MaKBZBmCpVFniKdX2BVTCfIct94+KNLYuSVk15p9Pdev89Q6LnEKAsa+72GHbl9bOQbfhMZTMsn6mUVXIUgacq9NxpPqHoDFjEWpZoCVyEEVJTGKAiDw1oVU5iDX+wt9bFf8ZcbJcqZPTzYzVGAV+KKTgCU7otY989Ykzt7JyI0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QuiQLylSy6PTB61poYXeQHAGl9SBDor25t7nkjO6sCQQRPAbVBGWdZL4sZ5+8zFzhXGU5tCOrWXxwGTfRioqId3q1pgM2Ey5ySRCxaPBDF7ZEyYZSw+Ew4H4aga2rp+SaKNg8GQZXy+RY6y+JwGL1CmzagJttywWhKynB4xAF4g=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello .

clean installation of XEN Express 3.0.2 .
problem : xenbr0 get IP address from DHCP but can't communicate with
other hosts in the network .

i can communicate with XEN machine only after add ARP record using
"arp" command (10.163.128.82 - XEN machine ) :

c:>ping 10.163.128.82 -t
Request timed out.
Request timed out.
Request timed out.

c:>arp  10.163.128.82  00-1a-92-81-78-2c   # IP and MAC of xenbr0

c:> ping 10.163.128.82 -t
Pinging 10.163.128.82 with 32 bytes of data:
Reply from 10.163.128.82: bytes=32 time<1ms TTL=64
Reply from 10.163.128.82: bytes=32 time<1ms TTL=64

any ideas?

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] XEN Express 3.0.2 networking problem, Stas <=