本身在玩Ubuntu的時候鏈接Xshell,可是Ubuntu的ens33沒有顯示IP地址,以下圖:shell
配置步驟:vim
一、修改配置文件 spa
sudo vim /etc/network/interfaces
添加:rest
auto eth0 iface eth0 inet static address 192.168.0.111 #配置沒有被使用的ip地址 netmask 255.255.255.0 gateway 192.168.0.252 #寫入網關地址 dns-nameservers 1.1.1.1 #寫dns解析地址
網關地址能夠經過命令查看 :code
ip route
都配置好以後能夠經過以下命令重啓服務server
/etc/init.d/networking restart
我是經過重啓系統的。系統啓動成功後,輸入 ifconfig blog
xshell就能夠經過上述ip鏈接。dns