Hi, I'm trying to set a PPTP Client on edgerouter to make a VPN to RV042G network.
Here's my config:
default-route auto
description Internet
mtu 1458
name-server auto
password somepass
require-mppe
server-ip somehost
user-id someuser
I get this log on edgerouter:
Feb 10 12:27:44 CPDUG pppd[11592]: MS-CHAP authentication failed: Access denied
Feb 10 12:27:44 CPDUG pppd[11592]: CHAP authentication failed
Feb 10 12:27:44 CPDUG pppd[11592]: Connection terminated: no multilink.
Feb 10 12:27:44 CPDUG pptp[14629]: anon warn[decaps_hdlc
ptp_gre.c:204]: short read (-1): Input/output error
Feb 10 12:27:44 CPDUG pptp[14629]: anon warn[decaps_hdlc
ptp_gre.c:216]: pppd may have shutdown, see pppd log
Feb 10 12:27:44 CPDUG pptp[14637]: anon log[callmgr_main
ptp_callmgr.c:234]: Closing connection (unhandled)
Feb 10 12:27:44 CPDUG pptp[14637]: anon log[ctrlp_rep
ptp_ctrl.c:251]: Sent control packet type is 12 'Call-Clear-Request'
Feb 10 12:27:44 CPDUG pptp[14637]: anon log[call_callback
ptp_callmgr.c:79]: Closing connection (call state)
Feb 10 12:28:14 CPDUG pppd[11592]: Connect: ppp2 <--> /dev/pts/2
Feb 10 12:28:14 CPDUG pptp[14709]: anon log[main
ptp.c:314]: The synchronous pptp option is NOT activated
Feb 10 12:28:14 CPDUG pptp[14717]: anon log[ctrlp_rep
ptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request'
Feb 10 12:28:14 CPDUG pptp[14717]: anon log[ctrlp_disp
ptp_ctrl.c:739]: Received Start Control Connection Reply
Feb 10 12:28:14 CPDUG pptp[14717]: anon log[ctrlp_disp
ptp_ctrl.c:773]: Client connection established.
Feb 10 12:28:15 CPDUG pptp[14717]: anon log[ctrlp_rep
ptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request'
Feb 10 12:28:15 CPDUG pptp[14717]: anon log[ctrlp_disp
ptp_ctrl.c:858]: Received Outgoing Call Reply.
Feb 10 12:28:15 CPDUG pptp[14717]: anon log[ctrlp_disp
ptp_ctrl.c:897]: Outgoing call established (call ID 0, peer's call ID 3328).
Feb 10 12:28:21 CPDUG pppd[11592]: MS-CHAP authentication failed: Access denied
Feb 10 12:28:21 CPDUG pppd[11592]: CHAP authentication failed
Feb 10 12:28:21 CPDUG pppd[11592]: Connection terminated: no multilink.
Feb 10 12:28:21 CPDUG pptp[14709]: anon warn[decaps_hdlc
ptp_gre.c:204]: short read (-1): Input/output error
Feb 10 12:28:21 CPDUG pptp[14709]: anon warn[decaps_hdlc
ptp_gre.c:216]: pppd may have shutdown, see pppd log
Feb 10 12:28:21 CPDUG pptp[14717]: anon log[callmgr_main
ptp_callmgr.c:234]: Closing connection (unhandled)
Feb 10 12:28:21 CPDUG pptp[14717]: anon log[ctrlp_rep
ptp_ctrl.c:251]: Sent control packet type is 12 'Call-Clear-Request'
Feb 10 12:28:21 CPDUG pptp[14717]: anon log[call_callback
ptp_callmgr.c:79]: Closing connection (call state)
Does anyone know what could be happening?
I think it has something to do with the mppe encryption, how do I set it to 40 bits, for example?
Thanks
Cassio