VMware ARP/Mac Networking

Posted by Ross Wilson on Server Fault See other posts from Server Fault or by Ross Wilson
Published on 2010-05-14T12:59:37Z Indexed on 2010/05/14 13:04 UTC
Read the original article Hit count: 448

Filed under:
|

Hi Guys,

I am very interested in how VMware networking works. I have scoured the VMware website and read their data sheets, this has given me some basic knowledge. I now have some questions.

Lets assume that we have a physical server running the VMware hypervisor. The physical server is running a Virtual Machine. The physical box has one physical NIC. The NIC is connected to a switch, as so is a desktop client.

Now, this is where my first question lies. The VM has an IP address: 192.168.1.1. How do desktop clients on the network communicate with this VM? So, the client pings 192.168.1.1. The ping packet is sent to the switch. The switch checks its MAC address table and sees that 192.168.1.1 is associated with the MAC address of the physical NIC. Correct?

I then assume that the ping packet is sent to the server's physical NIC, where the hypervisor routes the packet to the VM thats using 192.168.1.1?

Please could you give me a run down as to how VM networking works?

Many thanks,

Ross

© Server Fault or respective owner

Related posts about vmware

Related posts about networking