Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ndom91/751514c408824113871897543b60e853 to your computer and use it in GitHub Desktop.
Save ndom91/751514c408824113871897543b60e853 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Mikrotik L2TP VPN settings
Install l2tp support
sudo add-apt-repository ppa:nm-l2tp/network-manager-l2tp
sudo apt-get update
sudo apt-get install network-manager-l2tp
sudo apt-get install network-manager-l2tp-gnome
https://askubuntu.com/a/898086
Create new connection
Fill:
-gateway
- username
- password
IPsec settings:
- Enable IPsec tunnel to L2TP host
- Pre-shared key
- Phase1 Algorithms: aes128-sha1-modp1024
- Phase2 Algorithms: aes128-sha1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment