Hey everyone
I've three VMs, VM 1 and 2 has one network adapter and the third has 2 network adapters.
I've configered VM3 as follow
eth0
IPAdress 192.168.1.1
Subnet Mask 255.255.0.0
Defult Gateway 192.168.1.1
eth1
IPAdress 192.168.5.1
Subnet Mask 255.255.0.0
Defult Gateway 192.168.5.1
And I've enabled the forwarding in it…
For VM2, I configured its adabter as follow
IPAdress 192.168.1.10
Subnet Mask 255.255.0.0
Defult Gateway 192.168.1.1
and VM1 as follow
IPAdress 192.168.5.5
Subnet Mask 255.255.0.0
Defult Gateway 192.168.5.1
I made 2 LANs I put VM3 in the two LANs, and VM1 in LAN1 and VM2 in LAN2
Now I want to ping VM1 from VM2 or vice versa, and it simply tells me destination host unreachable, whats wrong with my setups?