|
|
|
|
|
Re: openvz under vmware [message #37477 is a reply to message #37444] |
Tue, 15 September 2009 13:21 |
guhd
Messages: 2 Registered: September 2009
|
Junior Member |
|
|
Quote: | That's not a problem. A remote host should send "arp who-has" request. Can you observe such requests? (use tcpdump utility) Then a HN should reply on behalf of a VE because it consists proxy arp entry in arp table. Look inside the arp table on the HN (arp -n) command. Anyway tcpdump is one of the best things to use in such situations.
|
i checked the network traffic with tcpdump:
the HN does not reply
arp -n on HN
Address HWtype HWaddress Flags Mask Iface
10.0.0.1 ether 00:30:56:81:39:3b C eth0
10.0.0.205 ether 00:0c:15:a4:66:58 C (host there i ping the vz guest) eth0
10.0.0.206 * <from_interface> MP (vz guest) eth0
10.0.0.208 * <from_interface> MP (vz guest) eth0
[Updated on: Tue, 15 September 2009 13:23] Report message to a moderator
|
|
|