|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Seeing the IP addresses of domUs from dom0
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.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|