


哈哈,终于在ubuntu8.04下连上了校园网~~~
和大家分享一下
先下载ruijieclient,下载地址 http://code.google.com/p/ruijieclient/
我直接下的是deb包安装
具体的使用方法上面给的网站上有,不过像我等小白还是琢磨了n久之后还是未能连上校园网
后来参看“bigeagle”的ruijie.conf才连上校园网(非常感谢bigeagle的帮助)
下面把当初bigeagle给我的ruijie.conf贴出来,希望对大家有帮助。
<?xml version="1.0" encoding="UTF-8"?>
<ruijie.conf version="0.7.9">
<!--This is a sample configuration file of RuijieClient, change it appropriately according to your settings.-->
<account>
<Name>******</Name>
<Password>******</Password>//用户名和密码
</account>
<settings>
<!--Network Adapter Name-->
<NIC>eth0</NIC>
<!--0: Standard, 1: Private-->
<AuthenticationMode>0</AuthenticationMode>
<EchoInterval>25</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.35</FakeVersion>
<!--Fake IP for cheating server-->
<FakeAddress></FakeAddress>
<!--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>1</DHCPmode>
<!--Add if you don't want ruijieclient to ping the default gateway-->
<PingHost>***.***.***.***</PingHost>//这里是网关地址,route -n可以得到(这个貌似很重要,当初没有连上就是这个地方没填)
</settings>
</ruijie.conf>
附:ruijie.conf在/etc下
ruijieclient在/usr/bin下
在此感谢ruijieclient开发人员的无私奉献,以及bigeagle的帮助。