请问一个河南网通用户宽带拨号上网的问题
小弟我是河南南阳的,装了红旗4.1后,心里就知道上宽带不好搞,(它在windows下是专用的拨号软件)幸亏我在linuxsir上查到了河南网通推出了linux版的拨号软件,下载地址为:http://218.29.0.252/self.html,下载后的文件名为racer.tar.ga,解开里面有四个文件:ecou.sh race racer.ini readme.txt,其中readme.txt文件内容如下:
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
其中的第三步我不大清楚,不知道如何新增一个环境变量$dest_path,更不知道怎么把它加入到path环境变量中去,下面说的如果是root用户,直接改.bash_profile文件,也不知道具体是咋写的,哪位版主或高手给我说详细一下,最好是一行一行写出来,小弟不胜感激!!! $dest_path要代以你的实际存放解压缩文件的路径。如/root/myppp
你可以在/root/.bash_profile或/root/profile或直接在/etc/profile中加入。
如果文件内已经有PATH="/bin...."的语句,就可以把/root/myppp加在后面,格式是一个冒号后面连/root/myppp
如果/root没有相关文件,则新建该文件,内容为:
PATH=$PATH:/root/myppp
export PATH 谢谢版主,我试试!
页:
[1]