cd
/etc/network
sudo
nano interfaces
|
把iface eth0 inet dhcp中的dhcp换成static也就是以下文本
1
2
3
4
|
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
|
最后重启一下就行了。