VMware Player Networking Configurations: Bridged, NAT, and Host-Only Networks
Learn how VMware Player bridged, NAT, and host-only networking work, including VMnet0, VMnet1, VMnet8, address assignment, visibility, setup, and troubleshooting.
What VMware Player Network Modes Do
A virtual machine (VM) is a guest operating system and its virtual hardware running on a physical computer. The physical computer and operating system are the host system; the operating system installed inside the VM is the guest operating system.
A VM uses a virtual network adapter, an emulated Ethernet interface, to connect to a selected VMware virtual network. VMware Player provides three standard choices:
- Bridged: Connects the guest to a physical wired or wireless network so it can participate on the same LAN as the host.
- NAT: Places the guest on a private VMware subnet and translates its outbound traffic through the host.
- Host-only: Creates an isolated network for communication between the host and selected local VMs.
Changing the mode changes the guest's address source, visibility to other machines, available routes, and degree of isolation.
| Mode | Default VMnet | Guest IP address source | Visible as separate device on physical LAN | Internet access | Host-to-guest communication | Primary use case |
|---|---|---|---|---|---|---|
| Bridged | VMnet0 | Usually the physical network's DHCP service, or a valid LAN static address | Yes, normally | Usually yes, according to LAN policy | Yes, through the LAN | A LAN-visible server or guest that must join a home or office network |
| NAT | VMnet8 | VMware virtual DHCP | No; the guest is behind the host | Usually yes for outbound connections | Usually yes through the private VMware network | Ordinary guest web access without direct LAN exposure |
| Host-only | VMnet1 | Usually VMware virtual DHCP | No | No, unless deliberate routing or sharing is configured | Yes, through the host-only adapter | Isolated labs and host-to-VM testing |
Bridged Networking
Bridged networking attaches the guest to a physical network adapter in the host. The adapter may be a wired Ethernet interface or a Wi-Fi interface. VMware presents the guest as a peer on the external network rather than hiding it behind the host's address.
The default bridged virtual network is VMnet0. When the guest starts, its DHCP request normally reaches the DHCP service on the physical LAN. The guest therefore receives its own LAN address, subnet mask, gateway, and DNS settings. A manually configured address can also work, but it must be valid for that physical network and must not conflict with another device.
When to use bridged mode
- Joining a guest to a home, school, or office LAN.
- Running a service that other LAN devices must contact directly.
- Testing software that depends on the guest having its own LAN identity.
- Allowing the guest to use services that are reachable only from the physical network.
For example, a guest web server that must be opened from another computer on the office LAN generally belongs on bridged networking. The guest receives an address valid on that LAN, and other devices can connect subject to guest firewall rules, service configuration, and network policy.
Bridged networking constraints
Bridged mode does not guarantee connectivity. Some Wi-Fi networks, managed switches, enterprise access points, and captive portals restrict additional MAC addresses or block devices that are not registered. A host VPN can also alter routing or prevent bridging to the expected adapter.
- Verify that VMware is bridging to the active physical adapter.
- Check whether the network permits multiple devices behind one host connection.
- Account for guest and host firewalls.
- Do not assume a guest on a secured office LAN has the same permissions as the host.
NAT Networking
NAT means Network Address Translation. In NAT mode, the guest is placed on a private virtual subnet maintained by the host. The default NAT network is VMnet8.
VMware's virtual DHCP service normally gives the guest a private IP address, gateway, and DNS information. When the guest opens an outbound connection, the VMware NAT service translates that traffic so it exits using the host's external network identity. External systems therefore see the host's network presence, not an independently addressed guest on the physical LAN.
NAT is often the practical default for a guest that needs websites, package downloads, or software updates but should not appear as a separate device to other LAN machines. Outbound access is generally straightforward when the host itself can reach the internet.
Inbound access and port forwarding
NAT normally prevents unsolicited connections from the physical LAN from reaching a guest. If an external system must access a service inside the guest, a port forwarding rule is needed: an incoming host port is directed to a port and address on the NAT guest. The guest firewall and the application must also allow the connection.
For example, a local web service in a NAT guest can usually be accessed from the host using the guest's private VMnet8 address. Access from other LAN devices requires an appropriate forwarding path, along with host and guest firewall rules. NAT behavior and forwarding configuration depend on the VMware networking components available on the host.
Host-Only Networking
Host-only networking creates a private network inside the host computer. Its default network is VMnet1. The host operating system receives a corresponding virtual network adapter, and VMs attached to the same host-only network can communicate with one another.
The normal communication paths are host-to-guest, guest-to-host, and guest-to-guest. Host-only mode does not inherently connect the guest to the physical LAN or the internet. This makes it useful when external exposure is undesirable.
Common host-only uses
- Building an isolated training or application-testing lab.
- Connecting several local VMs for client-server exercises.
- Testing a service from the host without placing it on the physical LAN.
- Studying network behavior in a controlled private subnet.
Host-only networking is not automatically a security boundary against every possible host compromise or misconfiguration. It is an isolated network path by default, but guest firewalls, host firewalls, shared folders, and other integration features should also be considered when building a security-sensitive lab.
Default VMware Virtual Network Components
The default virtual networks combine virtual adapters and VMware services. A physical network adapter is the host's real wired or wireless interface. A virtual adapter is an interface created in software and exposed to the host operating system or presented to a VM.
| Component | Associated network mode | Function | Visible to host operating system |
|---|---|---|---|
| VMnet0 | Bridged | Connects the VM through a selected physical host adapter | Available as VMware's bridged virtual network; the physical adapter carries external traffic |
| VMnet1 | Host-only | Provides a private segment for the host and attached VMs | Yes; the host has a corresponding virtual adapter |
| VMnet8 | NAT | Provides a private segment, virtual DHCP, and translated outbound traffic | Yes; the host has a corresponding virtual adapter |
| VMware virtual DHCP | NAT and host-only private networks, where enabled | Automatically assigns IP configuration to guests | Runs as a host-side VMware service |
| VMware NAT service | NAT | Translates guest outbound traffic through the host's external connection | Runs as a host-side VMware service |
Adding and Selecting a Virtual Network Adapter
A VM must have a virtual Ethernet adapter before it can use bridged, NAT, or host-only networking. With the VM powered off when possible, open the VM's settings and select the Network Adapter device. Choose Bridged, NAT, or Host-only.
- Open the virtual machine's settings.
- Select the existing Network Adapter, or add a virtual network adapter if one is not present.
- Choose the required network mode.
- Enable Connect at power on when the adapter should be active as soon as the VM starts.
- Use the connection control to disconnect the adapter when the VM must be isolated temporarily.
- Start the guest and configure its own network interface if the operating system does not do so automatically.
Disconnecting the virtual adapter is different from choosing host-only mode. A disconnected adapter has no active network link; host-only mode provides an active private link.
For related hardware steps, see Add a Virtual Network Adapter. More detailed mode-specific guidance is available in Configure Bridged Networking, Configure NAT Networking, and Configure Host-Only Networking.
Verify the Guest Network Configuration
After changing the adapter mode, inspect the address assigned inside the guest. On a Windows guest, run:
ipconfig /allOn a Linux guest, run:
ip addrCompare the result with the selected mode. A bridged guest should have an address appropriate to the physical LAN. A NAT guest should have an address on the VMnet8 private subnet and a VMware NAT gateway. A host-only guest should have an address on the VMnet1 private subnet when virtual DHCP is enabled.
When diagnosing a connection, test in layers:
- Test IP connectivity by pinging the expected gateway or host-only adapter address where ICMP is allowed.
- Test DNS separately with
nslookupor an equivalent resolver tool. - Test the actual application with a browser,
curl, or another protocol-specific client.
If DHCP is not used in bridged mode, assign an address, subnet mask, gateway, and DNS servers that are valid for the physical LAN. For NAT and host-only networks, VMware-provided DHCP is usually safest unless the private subnet, gateway, and address allocation are deliberately managed.
Which Network Mode Should You Choose?
| Requirement | Recommended mode | Reason | Important caveat |
|---|---|---|---|
| The guest must be reachable by other home or office LAN devices | Bridged, VMnet0 | The guest receives or uses an address on the physical LAN | Wi-Fi restrictions, MAC policies, firewalls, and LAN rules may block it |
| The guest needs normal web access and updates without direct LAN visibility | NAT, VMnet8 | Outbound traffic is translated through the host | Inbound connections require forwarding and firewall configuration |
| The host and several local VMs need an isolated lab | Host-only, VMnet1 | Participants share a private segment without automatic physical-LAN access | Internet access is not provided automatically |
| The guest must have no active network connection temporarily | Disconnect the virtual adapter | Removes the guest's network link | Guest applications will see the adapter as disconnected |
Feature Boundaries and Custom Networks
VMware Player supplies the standard built-in networking choices. Selecting a mode for a VM adapter is not the same as creating or redesigning custom VMnet networks. Player is not a full custom virtual-network editor.
A VM created elsewhere, such as in VMware Workstation, may refer to a custom virtual network. That VM can run in VMware Player only when the required host-side virtual-network configuration and services are available. If the named network is unavailable, select a supported network mode such as bridged, NAT, or host-only, or provide the needed configuration through the appropriate VMware product.
For background on the underlying pieces, see Virtual Networking Components.
Troubleshooting VMware Player Networking
Bridged guest cannot obtain a LAN address
- Confirm that the virtual adapter is connected and configured to connect at power on if required.
- Verify that bridging uses the active physical Ethernet or Wi-Fi adapter.
- Check whether the network blocks additional devices or MAC addresses.
- Inspect the guest's DHCP and IP configuration.
- Try NAT temporarily. If NAT works, the guest adapter and TCP/IP stack may be healthy while the physical network rejects bridged access.
NAT guest has no internet access
- Confirm that the host itself can reach the intended external network.
- Check that the guest has a VMnet8 address, gateway, and DNS settings.
- Test an IP destination separately from a hostname to distinguish routing from DNS failure.
- Confirm that VMware virtual DHCP and NAT components are available.
- Check whether host security software or a VPN changes or blocks VMware traffic.
Host-only guest cannot reach the internet
This is normally expected. Host-only networking provides an isolated segment and does not inherently route traffic to the physical LAN or internet. If external access is required, use NAT or bridged mode, or deliberately configure a separate routing, proxy, or sharing mechanism.
Other LAN machines cannot connect to a guest service
- Determine whether the guest uses NAT. NAT has no direct inbound LAN path without forwarding.
- Check whether the guest firewall allows the service port.
- Confirm that the service listens on the guest's network address, not only on loopback.
- Check host firewall rules and external LAN policy.
- For NAT, configure an appropriate forwarding rule when supported and required.
The guest can reach the host but not other systems
The guest may be attached to host-only networking. Inspect the adapter mode and compare the guest subnet with the host's physical-LAN subnet and VMware private subnets. Use bridged mode for physical-LAN participation or NAT for ordinary outbound access.
Practical Configuration Examples
LAN-visible guest server
Select Bridged on VMnet0. Allow the guest to obtain a physical-LAN DHCP address, or assign a valid unused static address. Verify the service binding and guest firewall, then test from another LAN device.
Guest with web access but reduced LAN visibility
Select NAT on VMnet8. Let VMware virtual DHCP assign the guest address. Confirm that the host has internet access, then test DNS and an external application endpoint from the guest.
Isolated multi-VM training lab
Select Host-only on VMnet1 for each participating VM. The host-only adapter on the host can provide management access, while the VMs communicate over the same private segment. Do not expect internet access unless you intentionally add routing or another adapter.
Local web service in a NAT guest
Keep the guest on NAT and test the service from the host using the guest's private address. If another external system must connect, configure forwarding from a host port to the guest service and permit the port in every relevant firewall.
Exam-Relevant Notes
- VMnet0 is the default bridged network.
- VMnet1 is the default host-only network and includes a host-side virtual adapter.
- VMnet8 is the default NAT network.
- Bridged guests normally obtain addresses from the physical LAN's DHCP service and appear as separate LAN devices.
- NAT guests normally obtain private addresses from VMware virtual DHCP and use the host's external identity for outbound traffic.
- Host-only networking supports host-to-guest and guest-to-guest communication but does not inherently provide LAN or internet access.
- VMware Player has one NAT network and does not provide a full custom VMnet editor.
- Guest firewalls, host firewalls, VPNs, Wi-Fi restrictions, and external network policies can override the expected result of any mode.