|
|
|
|
|
by terrywang
3408 days ago
|
|
OpenVPN is SSL VPN, relatively easy to setup, it operates in transport layer. strongSwan (IPsec) works in layer 3. To properly install and configure strongSwan, following the tutorials available over the Nnternet is not enough. One needs to have basic networking knowledge (NAT, iptables in particular), good understanding of IPsec protocol suite (including IKE, AH, ESP), PKI, Linux skills and etc. This is a good reference but still needs the knowledge mentioned above to get it to work: https://raymii.org/s/tutorials/IPSEC_vpn_with_Ubuntu_16.04.h... |
|
For whatever reason, OpenVPN is way easier to get up and running. Little knowledge required. UDP overhead is minimal.
t. Recently implemented an OpenVPN client from scratch.