成功在ubuntu下用ruijieclient连上校园网

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
tangyuancn
帖子: 40
注册时间: 2009-08-01 15:43

成功在ubuntu下用ruijieclient连上校园网

#1

帖子 tangyuancn » 2009-08-10 21:05

:em05 :em05 :em05
哈哈,终于在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的帮助。
Super126
帖子: 557
注册时间: 2008-03-30 8:46
来自: 江西吉安

Re: 成功在ubuntu下用ruijieclient连上校园网

#2

帖子 Super126 » 2009-08-10 21:18

汗。。。。。ruijieclient居然把配置文件改成了xml :em20 用原来mystar的配置文件不是更清爽吗?曾经使用mystar登录的飘过~~
回复