花了兩個小時的時間,終於搞定linux Ubuntu 上網
以下寫一點心得體會
首先聲明,以下內容有部分是從前人那裡得到的。
學校用的是華為的inode 用戶端,網上搜一下都有,下面開始:
先下2. 802.1X認證Linux平台用戶端軟體
1.在 linux下開啟一個shell sudo以超級使用者的進入
2.[root@adoplh ~]#unzip h3c802.1xClient.zip
解壓完成後,cd一直進到h3c802.1xClient
3.[root@adolph h3c802.1xClient]#./per.ps
4.[root@adolph h3c802.1xClient]# ./linux1x -c
( 運行到這一步以後,有可能會遇到下面這些問題,沒關係,做個連結就可以了!
1. ./linux1x: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
解:[root@adolph h3c802.1xClient]# cd /usr/lib
[root@adolph h3c802.1xClient]# ls libstdc++*
libstdc++.so.6 libstdc++.so.6.0.10
相信在在你的機子上也會出現以上兩個相似的檔案,libstdc++.so.6.0.10就是我們要找的檔案,下面做個連結:
[root@adolph h3c802.1xClient]# ln -s libstdc++.so.6.0.10 libstdc++-libc6.2-2.so.3
接著看一下是否成功:[root@adolph h3c802.1xClient]# ls libstdc++*,肯定多了我們所缺少的檔案。
2. linux1x: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
解:步驟同上,
3. ./linux1x: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by ./linux1x)
./linux1x: /usr/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by ./linux1x)
解: 下一個compat-libstdc++-7.3-2.96.118.i386.rpm;或者compat-libstdc++-33-3.2.3-61.i386.rpm;
安裝對應的rpm包:
[root@adolph ~]# rpm -ivh /加.rpm所在的路徑
接著就可以了!尋找rpm最好的網站http://rpm.pbone.net/
註:當你再次運行 ./linux -c 時,有可能還會出現以上情況,那就刪除rm掉,然後重新連結,直到成功!呵呵
)
成功以後,接著運行
[root@adolph h3c802.1xClient]# ./linux1x
接著輸入使用者名稱和密碼:
Please enter your user name (less than 128 characters):
Please enter your password (less than 64 characters):
Please choose a network adapter:
1. eth0
2. virbr0
Enter the number of your choice (1-2[1]): 1
start 802.1X authentication
device check
server check
pass authentication
proxy check on
multi-network-card off
http check off
接著就可以了
相信大家都能夠連上網