After the ubuntu14.04 system is successfully installed, you need to connect to the network to update the system and install some necessary packages. In schools, the situation often encountered needs to connect the campus network through the Ruijie client.
Today, let's summarize the method of using Mentohust to connect Campus network under Ubuntu14.04 (64bit).
- Download Mentohust Package
Official: Project home: http://code.google.com/p/mentohust/
Latest version of download (including source code): Http://code.google.com/p/mentohust/downloads/list
If Google is not accessible by the wall, csdn:http://download.csdn.net/download/tao_software/8187163
You can also search for mentohust software, download the software if not renamed should be: Mentohust_0.3.4-1_amd64.deb
2.mentohust Installation
After downloading the installation package, directly double-click the installation, or use the Ctrl+alt+t shortcut key to bring up the terminal, use the command in the terminal for Mentohust installation.
Before using the command line installation, you need to place the program under the home folder, or use the command CD to open the directory where the installer is located, and then use the following command to install the program:
sudo dpkg-i mentohust_0. 3.4-1_amd64.deb
After the installation is complete, we can use the following command to see if the Mentohust installation was successful:
Apt-cache Show Mentohust
This command allows you to see if a program was successfully installed.
3. Configure the Network
Select the ¨802.1x connection ¨ in the upper right corner, select ¨md5¨ in the checksum mode, and enter the user name and password under this tab.
Select ¨ipv4 Settings ¨, under this tab, set IP, subnet mask, gateway, DNS, all information after filling, save.
4. Network connection
Open the terminal and enter the following command in the terminal:
$sudo mentohust-u username (username)- p password (password)-n eth0 (NIC)-I IP (your IP)-M netmask (your subnet mask)-G Gateway (your gateway)-s DNS (your DNs
After you press ENTER, further settings appear
NIC selection: Select NIC 1 eth0
Then enter your user name: username
Password: passwd
Connection options: Ruijie
Next, you can surf the Internet.
Ubuntu 14.04 (64bit) Connect Campus network with Mentohust