求救啊

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
我是一只菜菜鸟
帖子: 167
注册时间: 2009-08-19 8:27

求救啊

#1

帖子 我是一只菜菜鸟 » 2009-08-20 1:35

本人刚装9.04,校内要用锐捷认证,上网查到了这样的一种方法 viewtopic.php?f=54&t=68665 但里面第三步有个网络配置改IP的,说是在右上角有,,但我上网看到的好像是在系统---首选项---网络配置,,但我没有,,,只有NETWORK CONNECTIONS和NENETWORK PROXY 网上看到的好像是NETWORK SETTING,,,我就没有这个,,,点右上角的那个也只有NETWORK CONNECTIONS出来,,,
请各大吓帮忙。。。。
头像
mickeywaley
帖子: 1427
注册时间: 2009-03-19 9:19
系统: ubuntu
来自: 江苏
联系:

Re: 求救啊

#2

帖子 mickeywaley » 2009-08-20 1:50

http://code.google.com/p/ruijieclient/

http://ruijieclient.googlecode.com/file ... 0_i386.deb
功能更为强大的,基于MyStar的命令行界面的自由锐捷认证Linux客户端
InstallAndConfigure

#描述了如何安装配置ruijieclient
如何安装

从源代码编译并安装程序

* 一般安装

./configure
make
make install

* ini类型配置文件版本编译安装(可选,如此不需要依赖libxml2库运行)

在config.c中找到

//#define DEBUG_NOXML

改为

#define DEBUG_NOXML

然后按照一般安装步骤编译安装。

从安装包安装(rpm, deb etc..)

直接使用包管理器安装。

特定版本配置

版本:0.7, 0.1.1

* 配置说明
o 简化启动(可选,如果使用站点上提供的安装包安装,可以跳过这步)

sudo chmod 4755 /usr/local/bin/ruijieclient

这样下次调用ruijieclient就不需要再加sudo了。

o 生成配置文件模板(第一次使用时)

sudo ruijieclient -g

o 编辑配置

sudo gedit /etc/ruijie.conf

o 配置文件格式说明
+ xml配置文件(默认)

<?xml version="1.0" ?>
<ruijie.conf version="0.1.1"> #配置版本
<!--This is a sample configuration file of RuijieClient, change it appropriately according to your settings.-->
<account>
<Name>123012007078</Name> #用户名
<Password>888888</Password> #密码
</account>
<settings>
<!--0: Standard, 1: Private-->
<AuthenticationMode>1</AuthenticationMode> #服务器发现包类型 0 标准发现包 1 锐捷私有发现包
<NIC>eth0</NIC> #网卡设备界面名
<EchoInterval>4</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.99</FakeVersion> #版本伪装
<!--Fake IP for cheating server-->
<FakeAddress></FakeAddress> #IP地址伪装
<!--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>0</DHCPmode> #DHCP认证模式 0 关闭 1 认证前DHCP 2 认证后DHCP
<!--Add if you don't want ruijieclient to ping the default gateway-->
<PingHost>4.2.2.2</PingHost> #自动重连使用的测试主机地址
</settings>
</ruijie.conf>

+ ini配置文件(比如用于嵌入式设备)

[ruijieclient]
Name=123012007078 #用户名
Password=888888 #密码
#This is settings
#Network Adapter Name 网卡设备界面名
NIC=eth0
#0: Standard, 1: Private 服务器发现包类型 0 标准发现包 1 锐捷私有发现包
AuthenticationMode=1
#保活延时 单位秒
EchoInterval=25
#IntelligentReconnect: 0: Disable IntelligentReconnect, 1: Enable IntelligentReconnect
#智能重连
IntelligentReconnect=1
#AutoConnect: 0: Disable AutoConnect, 1: Enable AutoConnect (only available in gruijieclient)
#自动连接
AutoConnect=0
#Fake Version for cheating server
#版本伪装
FakeVersion=3.99
#Fake IP for cheating server
#IP地址伪装
FakeAddress=123.123.123.123
#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)
#DHCP认证模式 0 关闭 1 认证前DHCP 2 认证后DHCP
DHCPmode=0
#Add if you don't want ruijieclient to ping the default gateway
#自动重连使用的测试主机地址
PingHost=202.102.154.3

版本:0.1(已经废弃)

* 安装包安装(rpm, deb etc..)
o 直接编辑配置

gedit /etc/ruijieclient/ruijie.conf


Comment by Songkam, Apr 22, 2009

为什么我在8.10下make install好后 sudo ruijieclient 会显示 commond not found???
Comment by gonghan1989, Apr 26, 2009

先确定一make成功? 可能需要补充一下 sudo make install 要root权限。
Comment by Ivan7wl, Apr 28, 2009

请问提示动态ip绑定错误是什么原因?在ubuntu下已经设置了DHCP获得ip地址了
Comment by gonghan1989, Apr 29, 2009

可能会抽时间到隔壁的学校解决。事实上DHCP没有测试过。
Comment by felix021, May 07, 2009

1L,是不是路径没写全? sudo ./ruijieclient 吧
Comment by oahong, May 18, 2009

http://ruijieclient.googlecode.com/svn/ ... uijie.conf 这个文件在哪?怎么下载不了的?
Comment by gonghan1989, May 22, 2009

不好意思,做仓库的时候做掉了。。。。这是0.1版本的。如果是想要源码安装还是用仓库的最新版本吧,里面会自动生成配置文件的。
Comment by realwoohaha, Jun 10, 2009

invalid password found in ruijie.conf!

是什么意思?怎样的密码才valid?
Comment by fulllove8, Jun 10, 2009

能力实在有限 不能帮你们 什么时候更新下ubuntu的安装包?慢慢进步 太复杂了还不会装
Comment by fulllove8, Jun 10, 2009

虽然命令行可以搞定一切,为何没有人准备为他写一个GUI,迫切需要图形界面的支持?
Comment by felix021, Jun 11, 2009

>> 简化启动(可选) >> sudo chmod 4755 /usr/local/bin/ruijieclient

在这之前还需要运行这个命令才行 $ sudo chown root:root /usr/local/bin/ruijieclient
Comment by gonghan1989, Jun 13, 2009

虽然命令行可以搞定一切,为何没有人准备为他写一个GUI,迫切需要图形界面的支持?

GUI是gruijieclient,目前还没有发布,但是可以在svn仓库中获取。
Comment by Phidoit, Jun 17, 2009

运行出现如下错误,该如何处理?系统是ubuntu 9.04

ruijieclient: error while loading shared libraries: libpcap.so: cannot open shared object file: No such file or directory
Comment by wlxku123, Jun 20, 2009

在OpenSolaris?有编译过没? 结果如何?
Comment by gonghan1989, Jun 25, 2009

TO: Phidoit 请下最新的deb包,之前那个打得有错误。 TO: OpenSolaris?没有编译过。
回复