Skip to content

Connect to Lex Integrity PPTP VPN on MacOS 10.12 Sierra and later

Notifications You must be signed in to change notification settings

davidjosefson/lex-integrity-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Lex Integrity on MacOS 10.12 Sierra and later (and Linux?)

This guide solves the problem of connecting to the PPTP VPN service Lex Integrity by The 5th of July Foundation from MacOS since support for PPTP was removed in 10.12 Sierra and later.

Even though the GUI doesn't show support for PPTP anymore the underlying daemon is still installed and working just as before. By using the daemon directly we are able to connect to any PPTP VPN service we like.

PPPD is available for Linux as well which probably means that this solution might work there too. If you manage to connect to Lex Integrity on Linux using this guide, please let me know!

Configuration

Create the file /etc/ppp/peers/lexintegrity and add this:

## VPN server address
remoteaddress lexvpn.integrity.st

## Credentials
user YOUR_USERNAME
password YOUR_PASSWORD

## Logging
logfile /var/log/ppp.log

## Other settings
plugin PPTP.ppp
noauth
redialcount 1
redialtimer 5
idle 1800
mru 1436
mtu 1436
receive-all
novj 0:0
ipcp-accept-local
ipcp-accept-remote
refuse-eap
refuse-pap
refuse-chap-md5
hide-password
looplocal
nodetach
usepeerdns
debug
defaultroute

Edit the lines user and password accordingly.

Connect to VPN

sudo pppd call lexintegrity

Disconnect VPN

sudo killall pppd

Logs

The PPPD log is found here: /var/log/ppp.log

About

Connect to Lex Integrity PPTP VPN on MacOS 10.12 Sierra and later

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published