VMware Cloud Community
VWA4
Contributor
Contributor

(Newbie Question) - Networking Setup

To All,

I just recently installed ESX 3.0 on a HP DL300G5 system. I currently have two network interfaces installed and hooked up on the system. One is currently dedicated to running the SC, the other I am configuring on its own seperate vSwitch to run VM's on.

My issue resides with the vSwitch for the VM's. I had my network guys verify that the physical interface is on the correct VLAN, however none of my VM's can talk out of there interfaces (on the same VLAN). I can see from within the "Network Adapters" menu in the VIC that the interface is up and shows the proper Network range. Anything that I am missing?

TIA,

-Jason

0 Kudos
4 Replies
esiebert7625
Immortal
Immortal

Do you have a VLAN tag configure in your vSwitch/Port group, if so remove it. You should only use these when using 802.1Q VLAN tagging to support multiple VLAN's on a single physical switch port.

0 Kudos
ncarde
Enthusiast
Enthusiast

Issue these commands from the service console and paste the results:

esxcfg-nics -l

esxcfg-vswitch -l

esxcfg-vswif -l

route -n

Also - make sure that the Virtual Machine subnet you are using is configured to route via any upstream switches beyond the one that you are physically cabled into (i.e. at the AGG level).

Good luck.

0 Kudos
VWA4
Contributor
Contributor

Guys,

Thanks for the response. After further investigation (and some prodding on my part) it turns out that the physical switch port on the switch was not set to trunk, it was still configured as an access port. Once we switched that all is now working.

Thanks again,

-Jason

0 Kudos
esiebert7625
Immortal
Immortal

If you're interested in learning more, here's some good things to read...

VMware ESX Server 3 802.1Q VLAN Solutions - http://www.vmware.com/pdf/esx3_vlan_wp.pdf

Networking Virtual Machines - http://download3.vmware.com/vmworld/2006/TAC9689-A.pdf

Networking Scenarios & Troubleshooting - http://download3.vmware.com/vmworld/2006/tac9689-b.pdf

ESX3 Networking Internals - http://www.vmware-tsx.com/download.php?asset_id=41

High Performance ESX Networking - http://www.vmware-tsx.com/download.php?asset_id=43

Network Throughput in a Virtual Infrastructure - http://www.vmware.com/pdf/esx_network_planning.pdf

ESX Server, NIC Teaming and VLAN Trunking - http://blog.scottlowe.org/2006/12/04/esx-server-nic-teaming-and-vlan-trunking/

0 Kudos