锐捷、ruijie、校园网 认证

来源:互联网 发布:tslint.json 编辑:程序博客网 时间:2024/04/29 10:37

本人发表的原帖地址: [url] http://forum.ubuntu.org.cn/viewtopic.php?f=156&t=196389[/url]

 

一、    使用 ruijieclient 认证 瑞捷 校园网


   ruijieclient 下载地址: http://code.google.com/p/ruijieclient/       [感谢]      注:   UBUNTU下请直接使用deb安装


   安装配置过程全部参考 http://code.google.com/p/ruijieclient/               [感谢]


我下载的是:http://ruijieclient.googlecode.com/files/ruijieclient-0.8.2.tar.bz2


安装:


 uncompress the tar.gz file       #解压


 cd /file                         #改变当前目录


 sudo ./configure –prefix=/usr    #


 sudo make                       #


 sudo make install                #


sudo ruijieclient -g             # 生成配置文件         /etc/ruijie.conf


sudo gedit /etc/ruijie.conf     # 编辑配置文件


《黑体》 为本人设置时修改过的           其余未变             [请根据实际取舍]

 

 

<?xml version="1.0" encoding="UTF-8"?>
<ruijie.conf version="0.8.2">
  <!--This is a sample configuration file of RuijieClient, change it appropriate
ly according to your settings.-->
  <account>
    <Name>S350..........10。。。018</Name>          #账户
    <Password>somepassword</Password> #密码
  </account>
  <settings>
    <!--Network Adapter Name-->

    <NIC>eth0</NIC>
    <!--0: Standard, 1: Private-->
    <AuthenticationMode>1</AuthenticationMode>        #私有
    <EchoInterval>8</EchoInterval>
    <!--IntelligentReconnect: 0: Disable IntelligentReconnect, 1: Enable IntelligentReconnect -->
    <IntelligentReconnect>1</IntelligentReconnect>
    <!--AutoConnect: 0: Disable AutoConnect, 1: Enable AutoConnect (only available in gruijieclient) -->
    <AutoConnect>0</AutoConnect>
    <!--Fake Version for cheating server-->
    <FakeVersion>3.55</FakeVersion>             #自由设定(自己测试下)
    <!--Fake IP for cheating server-->
    <FakeAddress></FakeAddress>           #DHCP模式
    <!--DHCP mode 0: Disable, 1: Enable DHCP before authentication, 2: Enable DHCP after authentication 3: DHCP after DHCP authentication andre-authentication(You should use this if your net env is DHCP)-->
    <DHCPmode>2</DHCPmode>
    <!--Add if you don't want ruijieclient to ping the default gateway-->
    <PingHost>213.183.13.1</PingHost>      #网关(此处已经特别修改过)
  </settings>
</ruijie.conf>

认证: sudo ruijieclient
经过对比,认为 ruijieclient 比 xrgsu 好 N 倍。cpu 及内存占用低,断线重连效果好。连
网过程简洁。network-connections 中,只需要:Method:配置 DHCP 为“自动
(DHCP)仅地址”+DNS servers+Search Domains 三项。[请自行决定]

 

 

-----------------------------------------------------------------

 

 

二、xrgsu (myxrgsu)认证方式

 

这种认证比较麻烦,请直接从我在ubuntu论坛发的帖子下载详细文档附件   地址: http://forum.ubuntu.org.cn/viewtopic.php?f=156&t=196389

原创粉丝点击