LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 780|回复: 0

在gnome中的network-admin(网络)程序无法配置我的x61t网络.

[复制链接]
发表于 2009-7-13 22:05:50 | 显示全部楼层 |阅读模式
在gnome中的network-admin(网络)程序无法配置我的x61t网络.
我只能采用修改 cat /etc/network/interfaces进行配置.
但是配置完毕后网络正常.配置文件如下:
art@ThinkPad:/etc$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto eth0

iface eth0 inet static
address 1xx.xx.xx.xx
netmask 255.255.0.0
gateway 1xx.xx.x.xx

auto wlan0
iface wlan0 inet static

wireless-essid art
wireless-key off

address 192.168.0.156
netmask 255.255.240.0
gateway 192.168.4.254

art@ThinkPad:/etc$

发现无法开机自动加载无线网络,需要手工执行
iwconfig wlan0 essid "art"
才可以联通网络.
不知道如何做到自动连接.
并且gnome的network-admin配置失效是什么原因导致的.
大家看看问题出在哪里.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表