host A 192.168.2.4 in subnet 192.168.2.0
host B 192.168.3.53 in subnet 192.168.3.0
host C 192.168.3.54 in subnet 192.168.3.0
VM D 192.168.3.60 on host B, bridged network
- host A can ssh to host B and host C
- host B and host C can ssh to VM D
but,
- host A cannot ssh(even ping) to VM D
I use vagrant to launch the VM and the provider is VirtualBox.
Anyone can point out where the problem is? Thanks a lot.