歡迎您光臨本站 註冊首頁

xrgsu - 銳捷在linux系統下的認證配置

←手機掃碼閱讀     火星人 @ 2014-03-25 , reply:0

在銳捷的官方網站中搜索linux, http://www.ruijie.com.cn/Search.aspx?s=linux

Supplicant For LINUX V1.1.1.rar好像是這個文件,我的是學校網站上下的,我記得兩者是一樣的

解壓直接拷貝到 /usr/bin或/usr/local/bin下,以便在任何目錄下都能使用。我是在Fedora Core 7下進行的。

#在系統--管理--網路下配置好ip,DNS等

#並激活eth0設備

#接著運行它:
[root@localhost ~]# xrgsu
xrgsu: error while loading shared libraries: libpcap.so.0.6.2:
cannot open shared object file: No such file or directory

#你會發現在/usr/lib/下有這個libpcap.so.0.9的版本,作個軟鏈接如下,版本能兼容

[root@localhost ~]# ln -s /usr/lib/libpcap.so.0.9 /usr/lib/libpcap.so.0.6.2
[root@localhost ~]# xrgsu
xrgsu: error while loading shared libraries: libstdc++.so.5:
cannot open shared object file: No such file or directory
[root@localhost ~]# ln -s '/usr/lib/libstdc++.so.6' '/usr/lib/libstdc++.so.5'
[root@localhost ~]# xrgsu
xrgsu: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by xrgsu)
#libstdc++.so.6與libstdc++.so.5

不兼容,得安裝compat-libstdc+ +-33-3.2.3-61.i386.rpm

#裡面有libstdc++.so.5。下載雙擊它即可安裝。再運行
[root@localhost ~]# xrgsu
XRGSupplicant 1.1.1
Ruijie Network CopyRight 2004-2005
Please input your user name:402048
Please input your password:
Use DHCP,1-Use,0-UnUse(Default: 0):0
Use default auth parameter,0-Use 1-UnUse(Default: 0):1
Please input Eap-start Timeout(Default: 30s):
please input Eap-response Timeout(Default: 30s):
please input Eap-packet resend Time(Default: 3):
Use Red-Giant private MAC? 1-Use,0-UnUse(Default: 1):
Searching server...
Connecting server...
Authenticating...
һ��֮�����ڴ���
Authenticate SUCCESSFULLY!
Please input 'unauth' to LogOff:

到此配置成功。

[火星人 ] xrgsu - 銳捷在linux系統下的認證配置已經有530次圍觀

http://coctec.com/docs/linux/show-post-166089.html