使用Mentohust联网

安装好linux后的上网问题,使用Mentohust联网。

Linux版MentoHUST是一个在Linux下与锐捷兼容性很好的认证客户端,方便使用Linux和锐捷的同学使用校园网。

安装前准备:

能在Windows运行的锐捷下的部分文件。

首先找到安装锐捷的文件目录,如下图所示。


 

找到安装目录D:\Program Files(x86)\锐捷网络\Ruijie Supplicant。

选择如下文件,如下图所示。



将三个文件拷贝到linux系统的桌面上。

下载Mentohust。网址为:https://code.google.com/p/mentohust/downloads/list

下载适合自己机器位数的RPM包。

准备工作就绪。

首先修改网络配置文件。

[root@localhost Desktop]vi /etc/sysconfig/network-script/ifcfg-eth0

激活网卡,只有在激活状态的网卡才能连接网络,进行网络通讯。 

将ONBOOT改为YES。

之后,新建mentohust文件夹。

[root@localhost Desktop]mkdir /etc/mentohust

安装mentohust

[root@localhost Desktop]rpm -ivh mentohust-0.3.4-2.el6.i686.rpm

将之前准备的另外三个文件拷贝到/etc/mentohust下

[root@localhost Desktop]cp 8021x.exe /etc/mentohust
[root@localhost Desktop]cp SuConfig.dat /etc/mentohust
[root@localhost Desktop]cp W32N55.dll /etc/mentohust

运行程序

[root@localhost Desktop]sudo mentohust

之后按要求输入用户名,密码即可。

猜你喜欢

转载自hermosa-young.iteye.com/blog/1839722