[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Seeing the IP addresses of domUs from dom0
- To: Bráulio W. Gergull <gergull@xxxxxxxxxxxxx>
- From: Anand Gupta <xen.mails@xxxxxxxxx>
- Date: Mon, 13 Feb 2006 20:46:28 +0530
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 13 Feb 2006 15:28:32 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=MggVGoGw2aK8ssVsKQxKwysAduCLs8pP8VRzot8bVUVR2r7ehz7UnGKgoptuLnVXtUY+QQ+HLiY7gjbi25rF/xaxA5kYV4SJh9VwdTXzSFDPIO+WC/y3lqBRn4hxFesbItXB49cM12iuWM6MEGMGEbjDb5RJ1BCttN1xdskgD2o=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
On 2/13/06, Bráulio W. Gergull <gergull@xxxxxxxxxxxxx> wrote:
Hi Toby,
Em Sex, 2006-02-10 às 17:34 -0500, Ford, Toby escreveu: > Running 'arp -an' on my dom0 only shows me the MAC address of the one connected physical interface I have. I tried specifying '-i' and get ...
> > arp: in 1 entries no match found.
You can force arp discovery by pinging the broadcast, just before issuing the arp command:
ping -b -c 5 255.255.255.255
arp -na
That should do the trick.
Doesn't work for me
? (192.168.1.1) at 00:A0:C5:9B:AE:1D [ether] on eth0 ? (
192.168.1.3) at 00:09:5B:E6:3E:79 [ether] on eth0 ? (192.168.1.240) at * PERM PUP on eth0
.240 being domU.
Maybe its the arp command i use in my custom vif-route script.
arp -s 192.168.1.240 00:08:a1:50:fa:19 pub
00:08:a1:50:fa:19 is the mac of eth0 on dom0.
Any clues ?
-- regards,
Anand Gupta
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|