QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 746|回复: 4

我用的是河南网通,怎样在fc4上网

[复制链接]
发表于 2005-7-22 09:10:49 | 显示全部楼层 |阅读模式
网通提供了一个linux的程序,我不会用,请你们告诉我
  

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
 楼主| 发表于 2005-7-22 09:13:04 | 显示全部楼层
最好能一步一步写出具体的使用方法
我先谢谢了
回复

使用道具 举报

发表于 2005-7-22 13:00:54 | 显示全部楼层
1. 使用该客户端需要具备root权限. 并确认您的系统已经安装dhcp客户的软件包并且已经把网卡配置为动态获取ip地址的模式。确认系统安装的c共享库版本在2.3以上。

2. 安装: 将安装包解开到某个路径(用$dest_path表示,下面会引用该值,实际使用中,请替换为实际值)下即可

3. 环境变量设置: 为root用户增加一个环境变量RACERC指向该客户端的安装路径, 即$dest_path. 同时, 把$dest_path增加到root用户的PATH环境变量中.
        如果使用bash, 则修改root用户根目录下的.bash_profile文件, 增加如下语句: export RACERC=$dest_path, 把$dest_path增加到PATH=...语句中.

4. 配置: 如果需要, 请修改racer.ini文件以调整Server1和Server2的值, Server1和Server2表示服务器的ip地址, 如果只有一个服务器ip地址, 则Server1和Server2的值都设置为该ip地址值.

5. 使用方法
        客户端登录: $dest_path/racer/ecou.sh start
        查看状态:   $dest_path/racer/ecou.sh status
        客户端退出: $dest_path/racer/ecou.sh stop
       
       
       
1. It is necessary to have root privileges in order to use this client to access the network. Before getting start, confirm the dhcp client module(dhcpcd) have been installed on your Linux OS and the network interface have been set up to "Use dynamic Ip configuration ". The version of c share lib in system is more than 2.3.

2. Install: Extract the installing file to the path(denoted by $dest_path. $dest_path should be used below, and should be changed to actual value when you use it), and then it is ok.

3. Environment setting: environment variable RACERC=$dest_path should be added to root user, and $dest_path should be added to PATH environment variable of root user.

4. Configuration: Edit the file racer.ini to modify the value of Server1 and Server2. Server1 and Server2 mean the ip address of server. Server1 and Server2 should be set to one server ip if there is only one server ip address.

5. User's guide:
        Logon:                 $dest_path/racer/ecou.sh start
        Check status:         $dest_path/racer/ecou.sh status
        logoff:         $dest_path/racer/ecou.sh stop  

自带的readme 说的够清楚了吧。
回复

使用道具 举报

 楼主| 发表于 2005-7-22 16:22:36 | 显示全部楼层
我是初学者,也是第一次改配置文件
原文件是这样的

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc fi
# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME


我改以后是这样的,不知道改的对不对,如果不对,请给我说说哪不对

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc fi
# User specific environment and startup programs

export RACERC=/home/zxf

PATH=$PATH:$HOME/bin

PATH=$PATH:/home/zxf

export PATH
unset USERNAME
回复

使用道具 举报

 楼主| 发表于 2005-7-22 16:28:26 | 显示全部楼层
补充一点,我的程序是解压到/home/zxf这个目录里了
ecou.sh    race     racer.ini    readme.txt这四个文件在/home/zxf/racer里
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 02:13 , Processed in 0.041879 second(s), 17 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表