Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems with connecting to PPTP

StaczhөkJan 22 2022

I'm trying to connect to PPTP. Connection not working. But on the hetzner VPS with the same configuration, all working fine.
PPTP client configuration:

ubuntu@instance-20210504 /etc/ppp $ cat peers/example
pty "/usr/sbin/pptp pptp.example.com --nolaunchpppd"
name Username
remotename examplename
require-mppe-128
defaultroute
replacedefaultroute
unit 12
file /etc/ppp/options.pptp


lock
noauth
nobsdcomp
nodeflate
ipparam examplename
require-mppe-128
lcp-echo-failure 100
lcp-echo-interval 30

ubuntu@instance-20210504 /etc/ppp $ cat options.pptp | grep ^[^#].*                                                                                    [09:04:31.045]
lock
noauth
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
nobsdcomp
nodeflate

Logs:

ubuntu@instance-20210504 /etc/ppp $ sudo pon example nodetach debug
using channel 13
Using interface ppp12
Connect: ppp12 <--> /dev/pts/2
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x55572da3> <pcomp> <accomp>]
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
Waiting for 1 child processes...
  script /usr/sbin/pptp pptp.example.com --nolaunchpppd, pid 862513
Script /usr/sbin/pptp pptp.example.com --nolaunchpppd finished (pid 862513), status = 0x0

Screenshot 2022-01-22 at 16.01.20.png

Comments
Post Details
Added on Jan 22 2022
0 comments
371 views