LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 761|回复: 3

mntADSL拨号问题

[复制链接]
发表于 2002-12-31 15:34:12 | 显示全部楼层 |阅读模式
我在LFS下想装一个pppoe的拨号软件,编译到最后,提示说要装什么ppp software suit,什么东东?
 楼主| 发表于 2002-12-31 17:29:33 | 显示全部楼层
555....
anybody help me!
发表于 2003-1-1 00:49:25 | 显示全部楼层

下载rp-pppoe软件嘛:)

我们假设ppp和rp-pppoe这两个软件包在/usr/local/pppoe 目录下
#mknod /dev/ppp c 108 0
#chmod 600 /dev/ppp
#cd /usr/local/pppoe
#tar -zxvf ppp-2.4.1.tar.gz
#cd ppp-2.4.1
#./configure --prefix=/usr --sysconfdir=/etc
#make
#make install
#tar -zxvf rp-pppoe-3.5.tar.gz
#cd rp-pppoe-3.5
#./go
//以下是屏幕显示:

Welcome to the Roaring Penguin ADSL client setup. First, I will run some checks on your system to make sure the PPPoE client is installed properly...

Looks good! Now, please enter some information:

USER NAME

>>> Enter your PPPoE user name :

输入连入宽带网的账号

>>> Enter the Ethernet interface connected to the ADSL modem
For Linux, it will be ethn, where 'n' is a number.

(default eth0):

输入准备接入互联网的网卡名,如果是缺省的就直接敲回车键。

>>> Enter the demand value (default no):

直接回车。

DNS

>>> Enter the DNS information here:

输入有服务商提供的域名服务器地址,或输入server,由服务商自动提供。

PASSWORD

>>> Please enter your PPPoE password:

>>> Please re-enter your PPPoE password:

输入上网密码。

FIREWALLING
>>> Choose a type of firewall (0-2):

选择防火墙,选0。

** Summary of what you entered **

Ethernet Interface: eth0

User name: xxxx //你的用户名


Activate-on-demand: No

DNS: server

Firewalling: NONE

>>> Accept these settings and adjust configuration files (y/n)?

最后,对上述配置进行确认。确认后的配置系统会写入/etc/ppp/pppoe.conf文件,熟练的用户可直接对其进行修改。

拨号

配置完成后,就可以进行拨号了。

#adsl-start

如果屏幕上出现:“... Connected!”就说明拨号成功了。一般而言做到这一步是没什么问题的。这时可以用ifconfig命令查看,结果除了原本有的eth0、eth1、lo外又增添了ppp0
 楼主| 发表于 2003-1-9 16:20:59 | 显示全部楼层
多谢了,昨天晚上重新装了一遍LFS,用了P4的疯狂参数,呵呵,已经编译成功,晚上回去开始研究BLFS了.嘻嘻.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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