[求助]pppoe-server配置问题
发表于 : 2012-03-13 14:45
ubuntu 11.10
pppoe是从软件中心装的
pppoe-server-options文件配置:
chap-secrets文件配置:
然后使用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验证失败呢?
请高手解答,谢谢!
pppoe是从软件中心装的
pppoe-server-options文件配置:
代码: 全选
require-chap
login
lcp-echo-interval 10
lcp-echo-failure 30
ms-dns 8.8.4.4
代码: 全选
abc * 123456 *
在客户端上拨号,看到了
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验证失败呢?
请高手解答,谢谢!