Skip to content

Instantly share code, notes, and snippets.

View DaveSidewire's full-sized avatar

Dave Gallagher DaveSidewire

  • Sidewire, Inc
View GitHub Profile
# Basic Strongswan ikev2 server setup
* paltform: atlantic.net ubuntu 14.04 x64
* the commands below are run with root account
## Strongswan
```
apt-get install strongswan
apt-get install iptables iptables-persistent
```