歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 10.10下安裝銳捷客戶端

Ubuntu 10.10下安裝銳捷客戶端

日期:2017/2/28 16:28:16   编辑:Linux教程
在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.linuxidc.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
Copyright © Linux教程網 All Rights Reserved