CentOS6.5 pptp连接vpn的问题

CentOS 6.5 中我使用一下命令创建pptp的vpn,但是在连接的时候出错

 # pptpsetup --create vpn --server VPN_IP --username VPN_Username --password VPN_Password --encrypt --start

错误:

 Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup

http://bbs.csdn.net/topics/391004797
可以看看这个

加密方式 CHAP还是PAP?