在配置文件interfaces中
nano /etc/network/interfaces
进去以后修改为
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet manual
iface eth0 inet static
address 192.168.1.***(自己写个IP,为静态IP)
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.1
ctrl+o 保存
ctrl+x 退出
这样就设置好你的静态IP了
纯手打 望采纳!