|
|
发表于 2008-5-30 20:21:05
|
显示全部楼层
我就是没有pppoe的,也没有装,具体方法如下:
查看/etc/ppp/peers/provider文件
# kernel space PPPoE driver configuration
#
# See the manual page pppd(8) for information on all the options.
# MUST CHANGE: Uncomment the following line, replacing the user@provider.net
# by the DSL user name given to your by your DSL provider.
# There should be a matching entry with the password in /etc/ppp/pap-secrets
# and/or /etc/ppp/chap-secrets.
#user "myusername@myprovider.net"
user "ad65434457"
可以发现这个文件中已经包含了你的ADSL账户名,并且注释中有着详细的配置解释
然后按照这个格式修改/etc/ppp/chap-secrets和/etc/ppp/pap-secrets文件:
#GENERATED-BY-DEBIAN-INSTALLER#
"username" * "passwd"
注意两个文件都要改
改好后每次启动只要ADSL连着就会自动拨号,如果你觉得这个麻烦,那么链接上网络后apt-get一下pppoeconf就可以了 |
|