Hello,
I used to be able to connect to PPTP VPN just fine after following this post and this post, but suddenly I no longer able to connect after I do shutdown yesterday (I usually leave my computer on sleep).
Below is the journalctl log :
Sep 07 15:02:11 asv-home pppd[93410]: Connect: ppp0 <--> /dev/pts/2
Sep 07 15:02:11 asv-home NetworkManager[1351]: <info> [1631001731.4348] manager: (ppp0): new Ppp device (/org/freedesktop/NetworkManager/Devices/28)
Sep 07 15:02:11 asv-home pptp[93413]: nm-pptp-service-93393 log[main:pptp.c:353]: The synchronous pptp option is NOT activated
Sep 07 15:02:11 asv-home systemd-udevd[93415]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Sep 07 15:02:11 asv-home pptp[93425]: nm-pptp-service-93393 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 1 'Start-Control-Connection-Request'
Sep 07 15:02:11 asv-home pptp[93425]: nm-pptp-service-93393 log[ctrlp_disp:pptp_ctrl.c:781]: Received Start Control Connection Reply
Sep 07 15:02:11 asv-home pptp[93425]: nm-pptp-service-93393 log[ctrlp_disp:pptp_ctrl.c:815]: Client connection established.
Sep 07 15:02:12 asv-home pptp[93425]: nm-pptp-service-93393 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 7 'Outgoing-Call-Request'
Sep 07 15:02:12 asv-home pptp[93425]: nm-pptp-service-93393 log[ctrlp_disp:pptp_ctrl.c:900]: Received Outgoing Call Reply.
Sep 07 15:02:12 asv-home pptp[93425]: nm-pptp-service-93393 log[ctrlp_disp:pptp_ctrl.c:938]: Outgoing call established (call ID 1204, peer's call ID 3199).
Sep 07 15:02:42 asv-home pppd[93410]: LCP: timeout sending Config-Requests
Sep 07 15:02:42 asv-home pppd[93410]: Connection terminated.
Sep 07 15:02:42 asv-home NetworkManager[93410]: LCP: timeout sending Config-Requests
Sep 07 15:02:42 asv-home NetworkManager[93410]: Connection terminated.
Sep 07 15:02:42 asv-home NetworkManager[1351]: <warn> [1631001762.4619] vpn-connection[0x5557500c0520,45375e92-d6eb-4869-b4dd-9e942908c708,"VPN 1",0]: VPN plugin: failed: connect-failed (1)
Sep 07 15:02:42 asv-home NetworkManager[93410]: Terminating on signal 15
Sep 07 15:02:42 asv-home NetworkManager[93410]: Modem hangup
Sep 07 15:02:42 asv-home pppd[93410]: Terminating on signal 15
Sep 07 15:02:42 asv-home NetworkManager[1351]: <info> [1631001762.4622] vpn-connection[0x5557500c0520,45375e92-d6eb-4869-b4dd-9e942908c708,"VPN 1",0]: VPN plugin: state changed: stopping (5)
Sep 07 15:02:42 asv-home pppd[93410]: Modem hangup
Sep 07 15:02:42 asv-home NetworkManager[1351]: <info> [1631001762.4623] vpn-connection[0x5557500c0520,45375e92-d6eb-4869-b4dd-9e942908c708,"VPN 1",0]: VPN plugin: state changed: stopped (6)
Sep 07 15:02:42 asv-home pptp[93425]: nm-pptp-service-93393 log[callmgr_main:pptp_callmgr.c:245]: Closing connection (unhandled)
Sep 07 15:02:42 asv-home pptp[93425]: nm-pptp-service-93393 log[ctrlp_rep:pptp_ctrl.c:258]: Sent control packet type is 12 'Call-Clear-Request'
Sep 07 15:02:42 asv-home pptp[93425]: nm-pptp-service-93393 log[call_callback:pptp_callmgr.c:84]: Closing connection (call state)
Sep 07 15:02:42 asv-home pppd[93410]: Exit.
Sep 07 15:02:42 asv-home gnome-shell[4471]: Removing a network device that was not added
Sep 07 15:02:42 asv-home NetworkManager[1351]: <info> [1631001762.4708] vpn-connection[0x5557500c0520,45375e92-d6eb-4869-b4dd-9e942908c708,"VPN 1",0]: VPN service disappeared
My office also has Forticlient VPN and I am able to use openfortivpn but somehow it doesn’t change the DNS address so I’m restricted to by-IP access only (I need the by-domain access). This issue seems come from how DNS is now managed by one of systemd services, and openfortivpn doesn’t support it yet (it looks like it still using the hosts file method).
I know PPTP is not recommended but my office use it and I can’t do anything about it. Right now I workaround it by running windows VM (PPTP from windows is running fine).
Any help is very appreciated. Thank you.