Welcome 微信登录

首页 / 操作系统 / Linux / 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.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 ruijieclientUbuntu 10.10 升级时cpus出错的解决方法Ubuntu之CUPS打印服务器相关资讯      Ubuntu教程  Ubuntu 10.10  锐捷客户端 
  • Ubuntu教程 - 使用Ubuntu拷贝CD和  (12/18/2013 14:38:16)
  • 让Ubuntu 12.10支持RAR和7Z文件解  (11/15/2012 18:51:50)
  • Windows 7硬盘安装Ubuntu 12.10图  (11/03/2012 19:22:47)
  • 完美安装Ubuntu 12.10最新AMD显卡  (11/27/2012 08:17:47)
  • Win 7硬盘安装Ubuntu 12.10  (11/05/2012 13:30:34)
  • 虚拟机上Ubuntu 11.10升级到12.04  (10/12/2012 20:00:38)
本文评论 查看全部评论 (3)
表情: 姓名: 字数


评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款
第 3 楼 匿名 发表于 2013/1/7 15:35:23.con还是 .conf回复 支持 (1) 反对 (0)