liandchen
deepin
2014-04-03 05:20 IP:192.168.1.8
子网:255.255.255.0
网关:192.168.1.1
DNS:61.132.163.68
子网:255.255.255.0
网关:192.168.1.1
DNS:61.132.163.68
Reply Like 0 View the author
我记得以前说可以的,可能2013在这方面还是有问题吧;下午看微博,说2014解决了
不介意使用命令行解决问题的话,请看下面:内容修改成如下:Copy the Code
- sudo gedit /etc/network/interfaces
Copy the Code
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto eth0
- #iface eth0 inet dhcp
- iface eth0 inet static
- address 192.168.1.8
- netmask 255.255.255.0
- gateway 192.168.1.1
DNS添加到这个文件/etc/resolv.conf
Popular Events
More
使用自动获取IP就可以上网
但我需要固定的IP呀!