我有一个用于项目的虚拟机网络,我必须针对来自外部的 ping 进行测试,但我无法设置它来检查。
布局如下:
Windows Host :
VBOX
↑
nat adapter port forwarded (ssh -p2222 vm@localhost)
GW01 server
↓
host-only adapter enp0s8 IP:192.168.1.4
⇅
MG01 internal dhcp server IP:192.168.1.3 gateway 192.168.1.4
APP01 server gets ip from MG01 192.168.1.6
CL01 client gets ip from MG01 192.168.1.5
192.168.1.5
我怎样才能从主机ping 通内部网络中的 IP ?
更新:是否可以使用 GW01 服务器上 iptables 中配置的重定向来访问主机专用 ip?鉴于 GW01 和主机之间配置了端口重定向,是否可以使用 ssh -p2222 vm@localhost 来 ssh APP01?因为这正是我需要的