分页: 1 / 1

急,上不了网,求救!!!!

发表于 : 2011-04-19 13:26
sendou
在/etc/network/interfaces中加入
auto eth0
auto wlan0
iface eth0 inet static
address 192.169.0.10
netmask 255.255.255.0
gateway 192.168.0.1
iface wlan0 inet static
address 192.169.0.11
netmask 255.255.255.0
gateway 192.168.0.1
设置静态地址,重启后桌面是的网络连接图标竟然不见了
ping也ping不通,我是路由上网的 :em20

Re: 急,上不了网,求救!!!!

发表于 : 2011-04-19 13:57
zaler
网关是192.168.0.1
地址是192.169.0.10

是不是我看错了
:em20