|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Seeing the IP addresses of domUs from dom0
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
|
|
|
|
|