1
votes

I have built two VM, and both use the same network configuration which are NAT for the first network adapter, and Host only Ethernet Adapter for the second adapter. This is my network configuration for both VM :

First VM eth0 : dhcp eth1 : 10.0.0.10 255.255.255.0

Second VM eth0 : dhcp eth1 : 10.0.0.20 255.255.255.0

How to solve the problem? should i do or reconfigure something?

1

1 Answers

0
votes

In VMWare, Host-Only mean VM's can ONLY network with the host, not other vm's. but in Parallel Desktop and VirtualBox it work.

So in a simple way, if you want to block the network between Second VM and Internet, you could choose NAT and set some firewall with iptable on host.

In VMWare website, you should route between Two Host-Only Networks like this link.

There is more information about Host Only Network.