我按照别人的步骤做到了最后一步
[root@unknown exterminator]# /sbin/pppoe-connect
/sbin/pppoe-connect: line 285: ip: command not found
/sbin/pppoe-connect: line 357: ip: command not found
Using interface ppp1
Connect: ppp1 <--> /dev/pts/3
PAP authentication succeeded
not replacing existing default route via 192.168.1.1
local IP address 121.227.82.114
remote IP address 202.111.33.26
primary DNS address 61.177.7.1
secondary DNS address 221.228.255.1
到了这里以后就一直这样在终端显示,也不能上网,这是什么原因啊?
exterminator 于 2008-04-27 09:01:35发表:
我就是按照这个办法弄的,在终端下不成功,后来我用那个网络管理激活了就可以了,不知道是什么原因
shumiyong 于 2008-04-26 15:08:15发表:
给你个例子
linux下ADSL上网实例
ADSL拨号上网配置
1. 注意网卡IP设为自动取得~~~可以控制吧中设定:
A.下栽源代码软件包
http://www.roaringpenguin.com/pppoe/rp-pppoe-3.2.tar.gz
B.解压缩
#tar xvfz rp-pppoe-3.2.tar.gz
#cd rp-pppoe-3.2
C.进行编译和安装
运行脚本
#./go
将自动进行编译和安装,最后,调用/usr/sbin/adsl-setup进行配置,具体解释见三。
也可下载rpm包
#rpm -qa | grep pppoe
2. 配置PPPOE客户端软件
安装完软件包后,必须配置pppoe的配置文件/etc/ppp/pppoe.conf,从而让ADSL拨号时使用配置文件中的用户名、密码等参数。我们不必手工改动这个文件,可以使用adsl-setup这个工具进行配置:
#/usr/sbin/adsl-setup 这个命令将会给出一个字符界面的向导,要求您输入您的用户名、IP地址、网关、DNS服务器以及密码等信息,请按照提示做,除了用户名和密码,其他的一般直接回车是用默认设置。
当出现
>>> Enter your PPPoE user name :
输入ADSL帐号的用户名(不是你给他取名)
当出现
>>> Enter the Ethernet interface connected to the ADSL modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethn, where 'n' is a number.
(default eth0):
输入 eth0 ,这是ADSL相连的网卡的名字。
当出现
>>> Enter the demand value (default no):
输入 no
当出现
>>> Enter the DNS information here:
输入 server ,这表示使用ADSL拨号自动获得的DNS服务器IP地址
当出现,如果还不清楚,请到windows转到dos用ipconfig/all看看你的dns是多少
>>> Please enter your PPPoE password:
输入ADSL帐号的密码
当出现
>>> Choose a type of firewall (0-2):
输入 0 ,不使用防火墙