Ubuntu 10.10下安装锐捷客户端


在Ubuntu 10.10 Linux 下安装锐捷客户端方法

1.首先在google code中找到ruijieclient项目
其下载地址如下:
http://code.google.com/p/ruijieclient/downloads/list

2.选择你要的软件包deb或者rpm和版本
Ubuntu用户就可以直接下载deb包,Fedora用户选择rpm包
下载之后可以之间点击安装
安装后运行命令:sudo ruijieclient
出现以下提示的话:
ruijieclient: error while loading shared libraries: libpcap.so: cannot open shared object file: No such file or directory

那么你可以到下面网站下一个libpcap0.8_1.1.1-2_i386.deb包
地址: http://packages.ubuntu.com/zh-cn/maverick/i386/libpcap0.8/download
最好是点亚洲源下载
安装此包。


3.安装完成之后
命令:sudo gedit /etc/ruijie.con
对配置文件进行修改,有三个地方需要修改,www.bkjia.com红字已经指出
<?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>输入学号</Name>  #用户名
   
<Password>输入密码</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>1</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>

4.使用锐捷
终端命令:
sudo ruijieclient

相关内容