當我配置完後,使用w2k連接,控制台提示
/usr/sbin/pppd: peer authentication required but no suitable secret(s) found
/usr/sbin/pppd: for authenticating any peer to us (ns2.x.x.com)
這會是什麼原因?
下面是我的配置文件
pptpd.conf
---------------------------------
speed 115200
option /etc/ppp/options
localip 172.16.2.224
remoteip 172.16.2.101-105
listen 172.16.2.224
pidfile /var/run/pptpd.pid
options
---------------------------------
name ns2.x.x.com
auth
require-chap
proxyarp
chap-secrets
---------------------------------
"wienne" ns2.x.x.com "123456" 172.16.2.106
|