networking - VMWare Player on laptop - maintaining connection when wireless disconnected -


I am a whole newcomer for VMWare and troubleshooting networking issues.

I buildix the app through VMWare Player on my laptop when I am connected to the wireless network of my house, the situation works fine.

However, when I'm not connected to any network, my wireless card stops (i.e., to save electricity) or when I am connected to another wireless network, build tools / vmware Player fails to get IP address.

I just want the device to be able to communicate with my laptop.

I have tried this in all 3 networking modes: the host only (which I want I want), NAT and Brad, everyone did not get any success.

I have also taken a look at the settings

Regards

please

Host-only mode is probably the way to go in your case. The problem is that NAT and BRAD mode are reliant on some third-party DHCP servers to provide an IP address, and that server is not available when you are disconnecting.

The VMware Workstation (not sure about the player) is a built-in DHCP server if your machine is configured on the correct virtual network switch. You can also adjust which virtual switch is the DHCP server, which IP address it gives, etc.

If the player does not support this feature, then you can be forced to manually set the IP address of the virtual machine. It depends on the OS you are running.


Comments