分页: 1 / 1

河南网通上网问题!

发表于 : 2007-04-13 16:58
岚月
1.wget 218.29.0.252/racer/linux/racer.tar.gz
2.mv racer.tar.gz /opt
cd /opt
3.tar zxvf racer.tar.gz
sudo nano /opt/racer/ecou.sh
export RACERC=/opt/racer
export PATH=$PATH:/racer # 加入这俩句
6.更改racer.ini为218.29.0.236 #毋需更改
7.reboot #更不需要重启
8.sudo /opt/racer/ecou.sh start

这个方法的的第一步
wget 218.29.0.252/racer/linux/racer.tar.gz
不能下载..有的人说让我在WIN下下载然后在复制到相应的地方.....
但是我复制不了
希望大家帮忙哈!

发表于 : 2007-04-13 18:03
dogfox
自己看wiki

发表于 : 2007-04-13 21:29
岚月
看了!
wget 218.29.0.252/racer/linux/racer.tar.gz
这个命令不能用啊!

发表于 : 2007-04-13 21:34
dogfox
看你是在什么情况下了

代码: 全选

wget 218.29.0.252/racer/linux/racer.tar.gz 
是在你的~/下使用,毋需root权限
如果你在/opt下就得

代码: 全选

sudo wget 218.29.0.252/racer/linux/racer.tar.gz 

发表于 : 2007-04-13 22:03
岚月
加sudo了!
我用其他方法把文件解压缩到OPT文件夹下了
但是出现这些信息啊!
All names of your net interface installed
-----------------------------------------
eth0 0
Input one name to hace access with Internet (eth0):
The name of interface is: eth0
The process is checking your IP address, please hold on ...
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

Listening on LPF/eth0/00:e0:50:d4:e3:1f
Sending on LPF/eth0/00:e0:50:d4:e3:1f
Sending on Socket/fallback
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

Listening on LPF/eth0/00:e0:50:d4:e3:1f
Sending on LPF/eth0/00:e0:50:d4:e3:1f
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Check your drivers , please
Failed to get new ip address
Failed to run the process

发表于 : 2007-04-14 7:12
drivel
岚月 写了:加sudo了!
我用其他方法把文件解压缩到OPT文件夹下了
但是出现这些信息啊!
All names of your net interface installed
-----------------------------------------
eth0 0
Input one name to hace access with Internet (eth0):
The name of interface is: eth0
The process is checking your IP address, please hold on ...
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

Listening on LPF/eth0/00:e0:50:d4:e3:1f
Sending on LPF/eth0/00:e0:50:d4:e3:1f
Sending on Socket/fallback
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

Listening on LPF/eth0/00:e0:50:d4:e3:1f
Sending on LPF/eth0/00:e0:50:d4:e3:1f
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Check your drivers , please
Failed to get new ip address
Failed to run the process
确认网卡没问题?我是郑州的,不过不是网通ADSL。所以不是很清楚哦

发表于 : 2007-04-14 7:12
drivel
更准确的说,是网卡配置

发表于 : 2007-04-14 13:17
dogfox

代码: 全选

No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Check your drivers , please 
网卡没有启动

发表于 : 2007-04-14 23:29
岚月
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Check your drivers , please
怎么启动网卡呢?
说一下!