Настройка PPTP VPN соединения на macOS
Данная инструкция подходит для настройки PPTP VPN на Mac OS X версии 10.11 El Capitan и старее.
PPTP VPN соединение не поддерживается с версии macOS 10.12 SIerra и новее. Рекомендуем настроить OpenVPN соединение через Tunnelblick.
Зайдите в Системные настройки.
- Убедитесь, что замок открыт. Если замок закрыт, то нажмите на него, чтобы разрешить изменения.
- Нажмите Добавить.
- VPN
- PPTP. Если PPTP отсутствует в списке, значит вы используете macOS 10.12 Sierra или новее. В этом случае рекомендуем настроить OpenVPN соединение через Tunnelblick
- Любое имя подключения
В разделе Мой аккаунт посмотрите список IP адресов PPTP VPN, а также Логин и Пароль VPN.
- IP адрес PPTP VPN сервера
- Логин VPN
- Кодирование: Максимум 128 бит
- Нажмите Настройки аутентификации
Введите Пароль VPN.
Отметьте Отправлять весь трафик через VPN.
Подключение к PPTP VPN на macOS успешно установлено.
В дальнейшем к PPTP VPN серверу можно подключиться из верхнего меню.
Источник
PPTP VPN ON MAC OS X CATALINA FOR FREE
Introduction
PPTP VPN is no longer supported on macOS for some time but in last release the PPTP.ppp plugin, that was still part of the OSX and we were able to reuse it to connect was also removed.
Solution
Please note that PPTP is outdated and you should not use it. Also I have limited chance to test is so it may not work at all.
You can try build this library http://pptpclient.sourceforge.net/howto-debian.phtml and put the output binary into /usr/local/bin. You can build it on your own or download my build (http://filipmolcik.com/releases/pptp/pptp.zip).
Then create pptp_config_file in /etc/ppp/peers/ and edit it as is below (change REMOTE_ADRESS, USER_NAME and PASSWORD to fit your needs). Also note the first line that is different from the previous script.
And finally run it with command
Comments (51)
Yordan
Hey, does anybody try it on Big Sur?
I spent some days trying, but the result it that the mppe is not included in the kernel, and no success.
Any ideas?
Anatole
HI
Just downloaded your PPTPVPN utility but it doesn’t work in Mojave :(.
Any ideas?
Enjoy the coffee – Anatole
Rafael
Buenas noches,
Alguien podría ayudarme a conectarme por pptp VPN en Catalina.
Soy nuevo con macbook y no sé bien por dónde empezar.
Muchas gracias por vuestros comentarios.
Un saludo
dr maoileoin
Great tutorial and pre-build library. Works a treat and saves me a pile of hassles.
I am connecting to a Cisco
drs-MacBook-Pro:peers root# cat y
pty “/usr/local/bin/pptp 8.8.8.8 –nolaunchpppd”
remoteaddress 8.8.8.8
user “user in here”
password “password!”
# require-mppe-128
logfile /tmp/pptp
## Other settings
#noauth
redialcount 1
redialtimer 5
idle 1800
mru 1436
mtu 1436
receive-all
#novj 0:0
ipcp-accept-local
ipcp-accept-remote
hide-password
looplocal
nodetach
#ms-dns 8.8.8.8
#usepeerdns
debug
#default-route
one it connects I do a
route add -net x.y.z.a/16 x.y.z.1 etc etc
solid as a rock
Marco Aurelio Simao
I passed that, now I have this error:
Tue Nov 3 10:57:02 2020 : publish_entry SCDSet() failed: Success!
Tue Nov 3 10:57:02 2020 : publish_entry SCDSet() failed: Success!
Tue Nov 3 10:57:02 2020 : using link 1
Tue Nov 3 10:57:02 2020 : Using interface ppp1
Tue Nov 3 10:57:02 2020 : Connect: ppp1 /dev/ttys003
Tue Nov 3 10:57:03 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:06 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:09 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:12 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:15 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:18 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:21 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:24 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:27 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:30 2020 : sent [LCP ConfReq ]
Tue Nov 3 10:57:33 2020 : LCP: timeout sending Config-Requests
Tue Nov 3 10:57:33 2020 : Connection terminated.
Tue Nov 3 10:57:33 2020 : Waiting for 1 child processes…
Tue Nov 3 10:57:33 2020 : script /usr/local/bin/pptp vpn.unifique.net –loglevel 2 –nolaunchpppd, pid 6985
Tue Nov 3 10:57:33 2020 : Waiting for 1 child processes…
Tue Nov 3 10:57:33 2020 : script /usr/local/bin/pptp vpn.unifique.net –loglevel 2 –nolaunchpppd, pid 6985
Tue Nov 3 10:57:33 2020 : Script /usr/local/bin/pptp vpn.unifique.net –loglevel 2 –nolaunchpppd finished (pid 6985), status = 0x0
Marco Aurelio Simao
My connection just dies after this line:
publish_entry SCDSet() failed: Success!
rizki
i got this error
“pptp” cannot be opened because the developer cannot be verified.
Pete D.
Doesn’t work for me. Keep getting error.
Nico Smuts
Any solution for Catalina giving connection termination ?
adkoo
Hello. Have anybody fixed error:
MPPE required, but kernel has no support
My server VPN require it.
spectroman
So is there any suggestion to fix the “MPPE required, but kernel has no support.” on Catalina ?
epeus
To deal with this I have to use pppd from Mojave ( 847.200.5 ). I renamed it to mpppd and put it in /usr/local/bin/ then when I need to connect to my VPN server I will type sudo mpppd call pptp_config_file . You can download my Mojave’s pppd here: https://github.com/anhnd/PPTPMacOS10.15 or try to get it yourself
admin
I have tried it, but still getting “MPPE required, but kernel has no support.”…. Didn’t you forget to mention any other steps? For example to also use locale/bin/pptp file from Mojave?
Hey,
it seems the link is not valid anymore, may i ask you to share it again in order to try your solution please?
Thanks in advance!
Dan
Leonid Derevianko
Hello do you have a pptp file for BigSur ?
and the link you wrote is unavailable any more
noname
try Power PPPD for remove this error https://pppd.mavrinsoft.com/
quanduixanh
anld@anlds-MacBook-Pro peers % sudo pppd call pptp_config_file
Password:
Wed Mar 25 15:03:43 2020 : publish_entry SCDSet() failed: Success!
Wed Mar 25 15:03:43 2020 : publish_entry SCDSet() failed: Success!
Wed Mar 25 15:03:43 2020 : using link 0
Wed Mar 25 15:03:43 2020 : Using interface ppp0
Wed Mar 25 15:03:43 2020 : Connect: ppp0 /dev/ttys002
Wed Mar 25 15:03:44 2020 : sent [LCP ConfReq ]
Wed Mar 25 15:03:44 2020 : rcvd [LCP ConfReq ]
Wed Mar 25 15:03:44 2020 : lcp_reqci: returning CONFACK.
Wed Mar 25 15:03:44 2020 : sent [LCP ConfAck ]
Wed Mar 25 15:03:44 2020 : rcvd [LCP ConfRej ]
Wed Mar 25 15:03:44 2020 : sent [LCP ConfReq ]
Wed Mar 25 15:03:44 2020 : rcvd [LCP ConfAck ]
Wed Mar 25 15:03:44 2020 : rcvd [LCP EchoReq magic=0x3aa4cfab]
Wed Mar 25 15:03:44 2020 : sent [LCP EchoRep magic=0x2f45eda3]
Wed Mar 25 15:03:44 2020 : rcvd [CHAP Challenge , name = “pptpd”]
Wed Mar 25 15:03:44 2020 : sent [CHAP Response , name = “xxxx”]
Wed Mar 25 15:03:44 2020 : rcvd [CHAP Success “S=5042A4E6B1988D99A7DD7885A7B85C7DDA31F4D3 M=Access granted”]
Wed Mar 25 15:03:44 2020 : sent [IPCP ConfReq ]
Wed Mar 25 15:03:44 2020 : sent [ACSCP ConfReq ]
Wed Mar 25 15:03:44 2020 : rcvd [CCP ConfReq ]
Wed Mar 25 15:03:44 2020 : sent [CCP ConfReq/> Wed Mar 25 15:03:44 2020 : sent [CCP ConfRej ]
Wed Mar 25 15:03:44 2020 : rcvd [IPCP TermAck/> Wed Mar 25 15:03:44 2020 : rcvd [LCP ProtRej 82 35 01 01 00 10 01 06 00 00 00 01 02 06 00 00 00 01]
Wed Mar 25 15:03:44 2020 : rcvd [CCP ConfAck/> Wed Mar 25 15:03:44 2020 : rcvd [LCP TermReq “MPPE required but cannot negotiate MPPE key length”]
Wed Mar 25 15:03:44 2020 : LCP terminated by peer (MPPE required but cannot negotiate MPPE key length)
Wed Mar 25 15:03:44 2020 : sent [LCP TermAck/> Wed Mar 25 15:03:45 2020 : Script /usr/local/bin/pptp IPX –nolaunchpppd finished (pid 687), status = 0x0
Wed Mar 25 15:03:47 2020 : Connection terminated.
sterk
Hi ty pptp with Catalina, but i have got this error,
Any body can help me :
myname$ sudo pppd call ./pptp_config_file.txt
Tue Mar 24 22:12:15 2020 : pppd options in effect:
Tue Mar 24 22:12:15 2020 : debug # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : nodetach # (from /etc/ppp/peers/./pptp_config_file.txt, /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : idle 1800 # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : logfd 2 # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : dump # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : remoteaddress MYSERVER # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : redialcount 1 # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : redialtimer 5 # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : noauth # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : name MYVPNLAN # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : user myusername # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : password . # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : looplocal # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : pty /usr/local/pptp MYSERVER –nolaunchpppd # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : mru 1436 # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : mtu 1436 # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : receive-all # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : hide-password # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : novj # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : ipcp-accept-local # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : ipcp-accept-remote # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : ms-dns xxx # [don’t know how to print value] # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : defaultroute # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : usepeerdns # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : : # (from /etc/ppp/peers/./pptp_config_file.txt)
Tue Mar 24 22:12:15 2020 : publish_entry SCDSet() failed: Success!
Tue Mar 24 22:12:15 2020 : publish_entry SCDSet() failed: Success!
Tue Mar 24 22:12:15 2020 : using link 0
Tue Mar 24 22:12:15 2020 : Using interface ppp0
Tue Mar 24 22:12:15 2020 : Connect: ppp0 /dev/ttys002
Tue Mar 24 22:12:16 2020 : sent [LCP ConfReq ]
Tue Mar 24 22:12:16 2020 : rcvd [LCP ConfReq ]
Tue Mar 24 22:12:16 2020 : lcp_reqci: rcvd unknown option 13
Tue Mar 24 22:12:16 2020 : lcp_reqci: returning CONFREJ.
Tue Mar 24 22:12:16 2020 : sent [LCP ConfRej ]
Tue Mar 24 22:12:16 2020 : rcvd [LCP ConfAck ]
Tue Mar 24 22:12:17 2020 : rcvd [LCP ConfReq ]
Tue Mar 24 22:12:17 2020 : lcp_reqci: returning CONFACK.
Tue Mar 24 22:12:17 2020 : sent [LCP ConfAck ]
Tue Mar 24 22:12:17 2020 : rcvd [EAP Request Identity ]
Tue Mar 24 22:12:17 2020 : sent [EAP Response Identity ]
Tue Mar 24 22:12:17 2020 : rcvd [EAP Failure “”]
Tue Mar 24 22:12:17 2020 : rcvd [LCP TermReq “x<)\37777777626\000
Tue Mar 24 22:12:20 2020 : Connection terminated.
Tue Mar 24 22:12:20 2020 : Waiting for 1 child processes…
Tue Mar 24 22:12:20 2020 : script /usr/local/pptp MYSERVER –nolaunchpppd, pid 1855
Tue Mar 24 22:12:20 2020 : Waiting for 1 child processes…
Tue Mar 24 22:12:20 2020 : script /usr/local/pptp MYSERVER –nolaunchpppd, pid 1855
Tue Mar 24 22:12:20 2020 : Script /usr/local/pptp MYSERVER –nolaunchpppd finished (pid 1855), status = 0x0
antonio
Hello, this is the error I get:
Mar 22 18:23:09 2020 : publish_entry SCDSet() failed: Success!
Sun Mar 22 18:23:09 2020 : publish_entry SCDSet() failed: Success!
Sun Mar 22 18:23:09 2020 : using link 0
Sun Mar 22 18:23:09 2020 : Using interface ppp0
Sun Mar 22 18:23:09 2020 : Connect: ppp0 /dev/ttys001
Sun Mar 22 18:23:10 2020 : sent [LCP ConfReq ]
Sun Mar 22 18:23:10 2020 : rcvd [LCP ConfReq ]
Sun Mar 22 18:23:10 2020 : lcp_reqci: returning CONFACK.
Sun Mar 22 18:23:10 2020 : sent [LCP ConfAck ]
Sun Mar 22 18:23:10 2020 : rcvd [LCP ConfRej ]
Sun Mar 22 18:23:10 2020 : sent [LCP ConfReq ]
Sun Mar 22 18:23:10 2020 : rcvd [LCP ConfAck ]
Sun Mar 22 18:23:10 2020 : rcvd [LCP EchoReq magic=0xa2a7dfde]
Sun Mar 22 18:23:10 2020 : sent [LCP EchoRep magic=0x1cd3efd3]
Sun Mar 22 18:23:10 2020 : rcvd [CHAP Challenge , name = “pptpd”]
Sun Mar 22 18:23:10 2020 : sent [CHAP Response , name = “\37777777742\37777777600\37777777634remote\37777777742\37777777600\37777777635”]
Sun Mar 22 18:23:10 2020 : rcvd [CHAP Failure “\37777777676X\37777777630”]
Sun Mar 22 18:23:10 2020 : MS-CHAP authentication failed:
Sun Mar 22 18:23:10 2020 : sent [LCP TermReq “Failed to authenticate ourselves to peer”]
Sun Mar 22 18:23:10 2020 : Connection terminated.
Sun Mar 22 18:23:10 2020 : Waiting for 1 child processes…
Sun Mar 22 18:23:10 2020 : script /usr/local/bin/pptp cecccic.hopto.org –nolaunchpppd, pid 3588
Sun Mar 22 18:23:10 2020 : Waiting for 1 child processes…
Sun Mar 22 18:23:10 2020 : script /usr/local/bin/pptp REMOTE_SERVER –nolaunchpppd, pid 3588
Sun Mar 22 18:23:10 2020 : Script /usr/local/bin/pptp REMOTE_SERVER –nolaunchpppd finished (pid 3588), status = 0x0
I´ve checked, and both the user and password are correct…
Marco Aurelio Simao
You need to change REMOTE_SERVER to your remote vpn server address.
Marcelo
HI, I can’t connect. What can I do? These are the messages what i get:
marcelourielcarnicero@iMac-de-Marcelo
% sudo pppd call pptp_config_file
Thu Mar 19 22:27:13 2020 : publish_entry SCDSet() failed: Success!
Thu Mar 19 22:27:13 2020 : publish_entry SCDSet() failed: Success!
Thu Mar 19 22:27:13 2020 : using link 0
Thu Mar 19 22:27:13 2020 : Using interface ppp0
Thu Mar 19 22:27:13 2020 : Connect: ppp0 /dev/ttys001
Thu Mar 19 22:27:14 2020 : sent [LCP ConfReq ]
Thu Mar 19 22:27:15 2020 : rcvd [LCP ConfReq ]
Thu Mar 19 22:27:15 2020 : lcp_reqci: returning CONFACK.
Thu Mar 19 22:27:15 2020 : sent [LCP ConfAck ]
Thu Mar 19 22:27:15 2020 : rcvd [LCP ConfAck ]
Thu Mar 19 22:27:15 2020 : rcvd [CHAP Challenge , name = “pptpd”]
Thu Mar 19 22:27:15 2020 : sent [CHAP Response , name = “muriel”]
Thu Mar 19 22:27:15 2020 : rcvd [CHAP Success “S=EB8EB3CCD20E56A5F278C8110F02558763B2FC96 M=Access granted”]
Thu Mar 19 22:27:15 2020 : MPPE required, but kernel has no support.
Thu Mar 19 22:27:15 2020 : sent [LCP TermReq “MPPE required but not available”]
Thu Mar 19 22:27:15 2020 : Connection terminated.
Thu Mar 19 22:27:15 2020 : Waiting for 1 child processes…
Thu Mar 19 22:27:15 2020 : script /users/local/bin/pptp vpn.preansa.es –nolaunchpppd, pid 55444
Thu Mar 19 22:27:15 2020 : Waiting for 1 child processes…
Thu Mar 19 22:27:15 2020 : script /users/local/bin/pptp vpn.preansa.es –nolaunchpppd, pid 55444
Thu Mar 19 22:27:15 2020 : Script /users/local/bin/pptp vpn.preansa.es –nolaunchpppd finished (pid 55444), status = 0x0
Do_alex
I’m having the same problem now…
Hope someone will find a fix !
Eddie
I connected to VPN but then I got no buffer space available, then I’ll lost my connection with VPN and also internet.
How could I solve this problem?
Do_alex
Sorry, I posted on the other page at first… my bad.
I was able to connect with the first method, when I was on macOs 10.14.
Now I get this, trying to connect to a Windows Server 2012 VPN :
Mon Mar 16 20:23:49 2020 : publish_entry SCDSet() failed: Success!
Mon Mar 16 20:23:49 2020 : publish_entry SCDSet() failed: Success!
Mon Mar 16 20:23:49 2020 : using link 0
Mon Mar 16 20:23:49 2020 : Using interface ppp0
Mon Mar 16 20:23:49 2020 : Connect: ppp0 /dev/ttys001
Mon Mar 16 20:23:50 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:23:53 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:23:56 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:23:59 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:24:02 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:24:05 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:24:08 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:24:11 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:24:14 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:24:17 2020 : sent [LCP ConfReq ]
Mon Mar 16 20:24:20 2020 : LCP: timeout sending Config-Requests
Mon Mar 16 20:24:20 2020 : Connection terminated.
Mon Mar 16 20:24:20 2020 : Waiting for 1 child processes…
ToughGuy
I had the same issue as Do_alex until I moved into the directory with the config file and executed from there. So, in Terminal.app:
cd /etc/ppp/peers
sudo pppd call pptp_config_file
After doing this, I started getting rcvd info and then encountered an “auth eap” authentication issue. Got around this by opening the config file and added the following lines below “noauth”:
refuse-eap
refuse-chap
refuse-mschap
Bingo, I’m now successfully connecting. After making the connection, pptp surged to using about 90% of the cpu, but has since settled down. Thanks, Filip and Do_Alex! I posted the steps I used, here:
François
Doesn’t work on Catalina, I still have connection terminated after timeout 🙁
Sohail
I built the pptp myself and tried connecting. Here is what I get:
sudo pppd call pptp_vpn_config_file
Sohail
Forgot to mention that the same happened with the built file I downloaded from your link.
Stranger
Make sure when you run “sudo pppd call pptp_config_file” instead of “sudo pppd call pptp_vpn_config_file”, the filename in “/etc/ppp/peers/” should matche the call command.
admin
Thanks, I have updated the text.
I thinks its works. isn’t?
sudo pppd call VPNpptp
Mon Mar 9 15:35:13 2020 : publish_entry SCDSet() failed: Success!
Mon Mar 9 15:35:13 2020 : publish_entry SCDSet() failed: Success!
Mon Mar 9 15:35:13 2020 : using link 0
Mon Mar 9 15:35:13 2020 : Using interface ppp0
Mon Mar 9 15:35:13 2020 : Connect: ppp0 /dev/ttys001
Mon Mar 9 15:35:14 2020 : sent [LCP ConfReq ]
Mon Mar 9 15:35:15 2020 : rcvd [LCP ConfReq ]
Mon Mar 9 15:35:15 2020 : lcp_reqci: returning CONFACK.
Mon Mar 9 15:35:15 2020 : sent [LCP ConfAck ]
Mon Mar 9 15:35:15 2020 : rcvd [LCP ConfRej ]
Mon Mar 9 15:35:15 2020 : sent [LCP ConfReq ]
Mon Mar 9 15:35:15 2020 : rcvd [LCP ConfAck ]
Mon Mar 9 15:35:15 2020 : rcvd [LCP EchoReq magic=0x99455b9f]
Mon Mar 9 15:35:15 2020 : sent [LCP EchoRep magic=0x177c3e15]
Mon Mar 9 15:35:15 2020 : rcvd [CHAP Challenge , name = “pptpd”]
Mon Mar 9 15:35:15 2020 : sent [CHAP Response , name = “ankitthakor”]
Mon Mar 9 15:35:15 2020 : rcvd [CHAP Success “S=DD0E908A0EAEA31C81C4C54AE2F693E5804E96C8”]
Mon Mar 9 15:35:15 2020 : MPPE required, but kernel has no support.
Mon Mar 9 15:35:15 2020 : sent [LCP TermReq “MPPE required but not available”]
Mon Mar 9 15:35:15 2020 : Connection terminated.
Mon Mar 9 15:35:15 2020 : Waiting for 1 child processes…
Mon Mar 9 15:35:15 2020 : script /usr/local/bin/pptp bh.hma.rocks –nolaunchpppd, pid 1089
Mon Mar 9 15:35:15 2020 : Waiting for 1 child processes…
Mon Mar 9 15:35:15 2020 : script /usr/local/bin/pptp bh.hma.rocks –nolaunchpppd, pid 1089
Mon Mar 9 15:35:15 2020 : Script /usr/local/bin/pptp bh.hma.rocks –nolaunchpppd finished (pid 1089), status = 0x0
Klaude
Did you resolve this?
Shayne
Need a bit of help. My local subnet is 192.168.12.0/24 and the remote is 192.168.237.0/24 — the connection seems to be connected
sudo pppd call testing
Password:
Thu Feb 27 12:42:49 2020 : publish_entry SCDSet() failed: Success!
Thu Feb 27 12:42:49 2020 : publish_entry SCDSet() failed: Success!
Thu Feb 27 12:42:49 2020 : using link 0
Thu Feb 27 12:42:49 2020 : Using interface ppp0
Thu Feb 27 12:42:49 2020 : Connect: ppp0 /dev/ttys001
Thu Feb 27 12:42:50 2020 : sent [LCP ConfReq ]
Thu Feb 27 12:42:50 2020 : rcvd [LCP ConfReq ]
Thu Feb 27 12:42:50 2020 : lcp_reqci: returning CONFACK.
Thu Feb 27 12:42:50 2020 : sent [LCP ConfAck ]
Thu Feb 27 12:42:50 2020 : rcvd [LCP ConfAck ]
Thu Feb 27 12:42:50 2020 : rcvd [CHAP Challenge , name = “”]
Thu Feb 27 12:42:50 2020 : sent [CHAP Response , name = “admin”]
Thu Feb 27 12:42:50 2020 : rcvd [CHAP Success “S=6D52CED2A8DA9778ED5D33E5358C3D78A53B0653”]
Thu Feb 27 12:42:50 2020 : sent [IPCP ConfReq ]
Thu Feb 27 12:42:50 2020 : sent [ACSCP ConfReq ]
Thu Feb 27 12:42:50 2020 : rcvd [IPCP ConfReq ]
Thu Feb 27 12:42:50 2020 : ipcp: returning Configure-ACK
Thu Feb 27 12:42:50 2020 : sent [IPCP ConfAck ]
Thu Feb 27 12:42:50 2020 : rcvd [CCP ConfReq ]
Thu Feb 27 12:42:50 2020 : sent [CCP ConfReq/> Thu Feb 27 12:42:50 2020 : sent [CCP ConfRej ]
Thu Feb 27 12:42:50 2020 : rcvd [IPCP ConfRej ]
Thu Feb 27 12:42:50 2020 : sent [IPCP ConfReq ]
Thu Feb 27 12:42:50 2020 : rcvd [LCP ProtRej 82 35 01 01 00 10 01 06 00 00 00 01 02 06 00 00 00 01]
Thu Feb 27 12:42:50 2020 : rcvd [CCP ConfAck/> Thu Feb 27 12:42:50 2020 : rcvd [CCP ConfReq/> Thu Feb 27 12:42:50 2020 : sent [CCP ConfAck/> Thu Feb 27 12:42:50 2020 : rcvd [IPCP ConfNak ]
Thu Feb 27 12:42:50 2020 : sent [IPCP ConfReq ]
Thu Feb 27 12:42:50 2020 : rcvd [IPCP ConfAck ]
Thu Feb 27 12:42:50 2020 : ipcp: up
Thu Feb 27 12:42:50 2020 : local IP address 192.168.237.1
Thu Feb 27 12:42:50 2020 : remote IP address 192.168.237.254
Thu Feb 27 12:42:50 2020 : Received protocol dictionaries
Thu Feb 27 12:42:50 2020 : Received acsp/dhcp dictionaries
Thu Feb 27 12:42:50 2020 : Committed PPP store
Thu Feb 27 12:42:50 2020 : Received acsp/dhcp dictionaries
Thu Feb 27 12:42:50 2020 : Committed PPP store
and I see this in my routing table:
$ netstat -nr
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default link#18 UCS ppp0
default 192.168.12.1 UGScI en0
REMOTEADR link#18 UHWIi ppp0
127 127.0.0.1 UCS lo0
127.0.0.1 127.0.0.1 UH lo0
169.254 link#5 UCS en0 !
192.168.12 link#5 UCS en0 !
192.168.12.1/32 link#5 UCS en0 !
192.168.12.1 c0:ea:e4:6:41:20 UHLWIir en0 84
192.168.12.99/32 link#5 UCS en0 !
192.168.237.1 ppp0 UHS ppp0
192.168.237.254 192.168.237.1 UH ppp0
224.0.0/4 link#18 UmCS ppp0
224.0.0/4 link#5 UmCSI en0 !
224.0.0.251 1:0:5e:0:0:fb UHmLWI en0
239.255.255.250 1:0:5e:7f:ff:fa UHmLWI en0
255.255.255.255/32 link#18 UCS ppp0
255.255.255.255/32 link#5 UCSI en0 !
but when I try to go to 192.168.237.254 in my browser, it just sits there.
When I connect on my Windows PC using the built in PPTP I am able to hit that URL in my browser.
Nailur
I have an issue like this. it seems connected, but can’t access the URL, also can’t access other site like google, facebook, youtube, etc.
Источник