|

楼主 |
发表于 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 |
|