It took two hours to get Linux Ubuntu online.
Below are some of my experiences
First, declare that some of the following content is obtained from the previous person.
The school uses the Huawei inode client, which can be found on the Internet. Start:
2. 802.1x authentication for Linux platform client software
1. Open a shell sudo in Linux to access
2. [root @ adoplh ~] # Unzip h3c802.1xclient.zip
After decompression, CD keeps entering h3c802.1xclient
3. [root @ Adolph h3c802.1xclient] #./PER. Ps
4. [root @ Adolph h3c802.1xclient] #./linux1x-C
(After running this step, you may encounter the following problems. It doesn't matter. Just make a link!
1./linux1x: Error while loading shared libraries: libstdc ++-libc6.2-2. so.3: cannot open shared object file: no such file or directory
Solution: [root @ Adolph h3c802.1xclient] # cd/usr/lib
[Root @ Adolph h3c802.1xclient] # ls libstdc ++ *
Libstdc ++. so.6 libstdc ++. so.6.0.10
We believe that the above two similar files will appear on your machine. libstdc ++. so.6.0.10 is the file we are looking for. Below is a link:
[Root @ Adolph h3c802.1xclient] # ln-s libstdc ++. so.6.0.10 libstdc ++-libc6.2-2. so.3
Next let's take a look at the success: [root @ Adolph h3c802.1xclient] # ls libstdc ++ *, there must be more files we lack.
2. linux1x: Error while loading shared libraries: libstdc ++. so.5: cannot open shared object file: no such file or directory
Solution: the steps are the same as above,
3./linux1x:/usr/lib/libstdc ++. so.5: Version 'glibcpp _ 000000' not found (required by./linux1x)
./Linux1x:/usr/lib/libstdc ++. so.5: Version 'cxxabi _ 000000' not found (required by./linux1x)
Solution: The next compat-libstdc ++-7.3-2.96.118.i386.rpm, or compat-libstdc ++-33-3.2.3-61.i386.rpm;
Install the corresponding RPM package:
[Root @ Adolph ~] # Rpm-IVH/Add. RPM path
Then you can! Find the best RPM website http://rpm.pbone.net/
Note: When you run./Linux-C again, the above situation may occur again. Delete RM and reconnect until it is successful! Haha
)
Run
[Root @ Adolph h3c802.1xclient] #./linux1x
Enter the user name and password:
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
Then you can.
I believe everyone can connect to the Internet.