[求助]pppoe-server配置问题

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
daviddb7
帖子: 5
注册时间: 2012-03-13 14:35

[求助]pppoe-server配置问题

#1

帖子 daviddb7 »

ubuntu 11.10
pppoe是从软件中心装的

pppoe-server-options文件配置:

代码: 全选

require-chap
login
lcp-echo-interval 10
lcp-echo-failure 30
ms-dns 8.8.4.4
chap-secrets文件配置:

代码: 全选

abc * 123456 *
然后使用sudo pppoe-server -I eth0 -L 100.0.0.1 -R 100.0.0.100 -N 20启动服务

在客户端上拨号,看到了
CHAP authentication succeeded: Access granted
CHAP authentication succeeded
但是后来就
LCP terminated by peer (Authentication failed)

从服务器上看,是
pppd[2921]: Peer abc failed CHAP Session verification

哪里出了问题?从客户端LOG看,CHAP的密码应该是正确的啊?为什么后来又有LCP验证失败呢?
请高手解答,谢谢!
回复