ip a
sudo vi /etc/network/interfaces
更改網卡配置文件添加內容
修改內容以下:下面的enp0s3須要改爲本身的網卡名稱。ip地址,掩碼網關本身合理配置就好了。記得wq!保存退出。html
auto enp0s3 iface enp0s3 inet static address 192.168.0.1 netmask 255.255.255.0 gateway 192.168.0.1 dns-nameservers 223.5.5.5
/etc/init.d/networking restart
ping baidu.com
sudo ps -e |grep ssh sudo netstat -lntp
若是安裝了的是會有sshd服務的,下面的圖片是沒有安裝ssh服務
ubuntu
sudo apt-get update
sudo apt-get install openssh-server
ifconfig ip a