我正在使用 vmware 6.5
机器 1 Ubuntu 服务器 16.04
# The primary network interface dor virtaual Machine-1
auto ens192
iface ens192 inet static
address 172.16.3.133
netmask 255.255.0.0
gateway 172.16.3.1
dns-nameservers: 172.16.3.254 172.16.3.253
机器-2 Ubuntu 服务器 16.04
# The primary network interface dor virtaual Machine-2
auto ens192
iface ens192 inet static
address 172.16.3.134
netmask 255.255.0.0
gateway 172.16.3.1
dns-nameservers: 172.16.3.254 172.16.3.253
机器 1 始终 ping 机器 2。没有连接问题。(同一子网)
我的客户端机器是Windows 10,我的网络信息如下:
IPv4 Address. . . . . . . . . . . : 172.16.161.80
Subnet Mask . . . . . . . . . . . : 255.255.252.0
Default Gateway . . . . . . . . . : 172.16.160.1
我可以使用 Putty 连接到 Machine-1。但几分钟后我的连接失败了。(Putty error: Network error software caused connection abort
)
因此,我使用 Vmware UI 打开 Machine-2 并 ping 到 Machine-1,然后我可以从我的 Windows 机器再次连接。我的意思是网络接口看起来好像在为不同的子网休眠。
如果任何客户端有不同的子网,就会发生此问题。我们无法解决这个问题。
答案1
检查 Windows 10 中是否有任何“保护”网络连接的软件,如防病毒或反恶意软件,因为它们已知会干扰 VMWare。
但几分钟后我的连接就失败了。
默认情况下,SSH 通常会关闭不活动的连接,除非你指定它们应该“保持活动”