Created
July 23, 2017 23:26
-
-
Save vasekch/8e71a93a16881415e5afbd20c6331163 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Mikrotik L2TP VPN settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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