happmaoo 发表于 2013-2-7 11:26:38

Linux 下配置 802.1X

<iframe align="top" marginwidth="0" marginheight="0" src="http://www.zealware.com/46860.html" frameborder="0" width="468" scrolling="no" height="60"></iframe><div class="postText">寝室的网络采用802.1X认证,新装了个RedHat 9 ,发现上不了网,需要安装 802.1X 认证客户端。学校的网管只提供华为的Windows客户端,没有Linux版。自己动手,从 www.open1x.org下载 xsupplicant,从 http://libdnet.sourceforge.net/下载 libdnet-1.7.tar.gz。先编译安装libdnet、再安装xsupplicant。之后
mkdir /etc/1x
cp 1x.conf /etc/1x/
编辑 1x.conf,填好 user name 和 password,执行
xsupplicant -i eth0
结果还是不能认证通过:( 又把认证种类从 TLS 改为 MD5,这下终于通过了。在Mozilla中上了一把网,不错。
在 /etc/rc.d/rc.local 中添加
xsupplicant -i eth0 -D
这样每次一启动就会自动认证,上网无优。


Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=564
页: [1]
查看完整版本: Linux 下配置 802.1X