Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Verifying the networking within the guest operating system
Symptoms
- Virtual machine does not have network connectivity.
- Virtual machine cannot connect to the network.
Resolution
If you are having network connectivity issues, verify that the guest operating system is configured properly.
To verify that the guest operating system is configured properly on a Windows virtual machine:
-
Verify that the virtual network adapter is present and enabled:
-
Click Start > Run.
-
Execute:
devmgmt.msc -
Click on the + next to Network adapters to ensure that there is an entry and that it is enabled.
If Network adapters is not present, there may not be a virtual network adapter connected to the virtual machine. For more information, see Verifying virtual network adapter is present and connected to virtual machine (1003786).
-
-
Verify that the network is enabled:
-
Click Start > Run.
-
Execute:
control -
Click Network Connections and verify that the Local Area Connection is enabled and its status is Connected.
-
-
Verify the proper TCP/IP settings.
-
Right-click the Local Area Connection and click Properties.
-
Highlight Internet Protocol (TCP/IP) and click Properties.
-
Please check with your Network administrator if the IP address, Subnet mask, Default gateway, and DNS servers are correct. Change them if necessary.
-
To verify that the guest operating system is configured properly on a Linux virtual machine:
-
Check the active adapters on your system, by executing:
ifconfig -a
-
Check the link status by executing:
ethtool - eth0
-
Check the network connection by executing:
ping <virtual machine IP address>
ping <virtual machine name> -
-
If you can ping by IP but not by hostname, then check that the DNS name server entires in /etc/resolv.conf file are correct by executing:
less /etc/resolv.conf
-
If there are no ping replies, then ping the gateway and check network settings by executing:
ping <gateway ip>
less /etc/sysconfig/network
-
Additional Information
Tags
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
- KB Article:
- Updated:
- Categories:
- Product Family:
- Products:
- Product Versions:

