我有一台 Ubuntu 16 机器,使用 VMWare 上的静态 IP 启动并运行。
root@ubuntu:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto ens33
iface ens33 inet static
address 172.16.234.10
netmask 255.255.255.0
network 172.16.234.0
broadcast 172.16.234.255
gateway 172.16.234.1
dns-nameservers 8.8.8.8 8.8.4.4
然后我创建了一个新的自定义网络并将其分配给该虚拟机:
现在我尝试连接时,系统显示“连接被拒绝”。你们能帮我解决这个问题吗?ssh [email protected] -p 3000