Difference between revisions of "Infrastructure:IPsec"
imported>Echarlie |
imported>Echarlie (→Setup) |
||
Line 5: | Line 5: | ||
== Administration == | == Administration == | ||
=== Setup === | === Setup === | ||
+ | |||
+ | Setup mostly involves running the script<ref>https://github.com/philpl/setup-strong-strongswan</ref>, | ||
+ | however there are options which can be configured afterwards. The script will prompt for a user, password, | ||
+ | and Key on first run, and any subsequent runs will simply update the vpn. | ||
+ | |||
+ | It provides a startup script in /etc/init.d, which can be launched by systemd. | ||
=== Adding users === | === Adding users === |
Revision as of 19:49, 26 March 2016
Currently, vtluug has a strongSwan IPsec/L2TP server running on Acidburn. This server was configured using philpl's script hosted on Github
Contents
Administration
Setup
Setup mostly involves running the script[1], however there are options which can be configured afterwards. The script will prompt for a user, password, and Key on first run, and any subsequent runs will simply update the vpn.
It provides a startup script in /etc/init.d, which can be launched by systemd.