LinuxSir.cn,穿越时空的Linuxsir!

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

tinycore如何连接adsl?

[复制链接]
发表于 2009-8-16 13:00:25 | 显示全部楼层 |阅读模式
需要哪些包,怎么写ADSL连接脚本啊?

我安装了pppd不会用!
 楼主| 发表于 2009-8-17 00:10:23 | 显示全部楼层
安装pppd.tcel,然后!
DNS resolvers configuration

Edit /etc/resolv.conf with the values provided by your ISP. This is an example for the French ISP Wanadoo:

search wanadoo.fr
nameserver 80.10.246.130 80.10.256.3


Account settings

Edit /etc/ppp/pap-secrets and /etc/ppp/chap-secrets:

"your_isp_login"       *       "password"


Configuration file for pppoe

You must tell ppp to use the plugin rp-pppoe (installed with the ppp package) in /etc/ppp/options:

plugin rp-pppoe.so
name <your ISP login name>
noipdefault
defaultroute
mtu 1492
mru 1492
lock



Running connection

That's all, you are all done! To bring up the DSL line, just type:
sudo pppd eth0
需要的话可以remaster
回复 支持 反对

使用道具 举报

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

本版积分规则

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