VMware Communities
Da4nic
Contributor
Contributor

How to configure two different network connected by router with two Ubuntu server instances?

For testing purpose i want to set 3 vmware (player) ubuntu1804 machines to different 2 networks as follow: router-ubuntu with eth3(192.168.200.100/24) connected to host system(192.168.200.1/24), eth1, eth2 connected accordingly to ubuntu1(10.10.10.2/24) and ubuntu2(172.28.20.2/24) so when pinging ubuntu1 from ubuntu2 they should be in different networks (one hop distance). At first glance that is unsolvable with vmware player network gui settings. The hosts are always connected to windows vmware system adapters, so they are always in the same network. When packets step out from one virtual interface to another i got TTL=128

And the just thing i want is

ubuntu-172.28.20.2 #PING 10.10.10.2 (10.10.10.2) 56(84) bytes of data.

64 bytes from 10.10.10.2: icmp_seq=1 ttl=63 time=36 ms

May be there is a way achieve it with proper netplan.yaml? any advises will be greatly appreciated.

0 Kudos
0 Replies