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验证失败呢?
请高手解答,谢谢!