怎样在UBUNTU 下通过H3C802.1X的认证?? 这样 对待linux 太不公平了吧!
-
- 帖子: 47
- 注册时间: 2007-02-05 22:08
怎样在UBUNTU 下通过H3C802.1X的认证?? 这样 对待linux 太不公平了吧!
学校的校园网要H3C802.1X认证,可是仅提供windows 下的 客户端,没有LINUX 下的。
于是sudo apt-get install xsupplicant ,按照网上的说法运行: 但是还不能上网! 帮看看是什么问题:
vkong@vkong-laptop:~$ sudo xsupplicant -i eth0
Starting XSupplicant v. 1.2.1
vkong@vkong-laptop:~$ sudo xsupplicant -d c -f -i eth0 &
[1] 5155
vkong@vkong-laptop:~$ Using default config path!
Use of <BEGIN_ID> and <END_ID> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
[CONFIG] Working from config file /etc/xsupplicant/xsupplicant.conf.
No configuration information for network "(null)" found. Using default.
An error occured binding to socket. (Error : Address already in use)
Couldn't initalize daemon socket!
Error closing socket! (Error : Bad file descriptor)
AAAH! Trying to delete an undefined config type.
Notify developers. Type: 0x12
于是sudo apt-get install xsupplicant ,按照网上的说法运行: 但是还不能上网! 帮看看是什么问题:
vkong@vkong-laptop:~$ sudo xsupplicant -i eth0
Starting XSupplicant v. 1.2.1
vkong@vkong-laptop:~$ sudo xsupplicant -d c -f -i eth0 &
[1] 5155
vkong@vkong-laptop:~$ Using default config path!
Use of <BEGIN_ID> and <END_ID> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
Use of <BEGIN_UNAME> and <END_UNAME> have been deprecated!
Use of <BEGIN_PASS> and <END_PASS> have been deprecated!
[CONFIG] Working from config file /etc/xsupplicant/xsupplicant.conf.
No configuration information for network "(null)" found. Using default.
An error occured binding to socket. (Error : Address already in use)
Couldn't initalize daemon socket!
Error closing socket! (Error : Bad file descriptor)
AAAH! Trying to delete an undefined config type.
Notify developers. Type: 0x12
- zmcbb30
- 帖子: 2717
- 注册时间: 2006-09-30 0:32
- 来自: 巴拉特星系第四行星──海尼森
- kisshoneyhoney
- 帖子: 6
- 注册时间: 2007-02-18 0:02
- prettysnail
- 帖子: 198
- 注册时间: 2007-03-07 9:35
有专用的华为802.1认证软件,不过只能运行在32位系统,64位系统下无法运行.
先安装支持包libstdc++_2[1].96-111_i386.deb
然后解压h3c802.1xclient.tar.gz在你的目录下:
如: tar zxvf h3c802.1xclient.tar.gz
进入刚解压后的目录
运行:sudo ./pre.ps
sudo linux1x -c
注:一般选择顺序是1,n,n,n,y(偶这儿的,其它地方可能参考里面的说明)
sudo linux1x –u user1/pass1 –n eth0 –d
其中user1是你的用户名,pass1是密码,eth0是你网卡号,根据实际选用,如果用户名是zhansan,密码是12345,用的网卡是eth1,则输入:
sudo linux1x -u zhansan/12345 -n eth1 -d 就可能了.
注意要先设置好你的IP,DNS,网关什么的,偶就不多说了.
先安装支持包libstdc++_2[1].96-111_i386.deb
然后解压h3c802.1xclient.tar.gz在你的目录下:
如: tar zxvf h3c802.1xclient.tar.gz
进入刚解压后的目录
运行:sudo ./pre.ps
sudo linux1x -c
注:一般选择顺序是1,n,n,n,y(偶这儿的,其它地方可能参考里面的说明)
sudo linux1x –u user1/pass1 –n eth0 –d
其中user1是你的用户名,pass1是密码,eth0是你网卡号,根据实际选用,如果用户名是zhansan,密码是12345,用的网卡是eth1,则输入:
sudo linux1x -u zhansan/12345 -n eth1 -d 就可能了.
注意要先设置好你的IP,DNS,网关什么的,偶就不多说了.
- 附件
-
- h3c802.1xclient.tar.gz
- 华为802.1客户端软件
- (317.63 KiB) 已下载 9005 次
-
- libstdc++_2[1].96-111_i386.deb
- 支持包
- (135.73 KiB) 已下载 1397 次
- rhfcaesar
- 帖子: 2996
- 注册时间: 2005-11-17 15:45
- 来自: 湖北