[CentOS] VPN suggestions centos 6, 7

Gordon Messmer gordon.messmer at gmail.com
Tue Apr 5 16:36:02 UTC 2016


On 04/05/2016 08:52 AM, Dennis Jacobfeuerborn wrote:
> For host-to-site setups I prefer OpenVPN since explaining to endusers
> how to set up an ipsec connection is neigh impossible

So, send them a powershell script:

Add-VpnConnection -Name "My VPN" -ServerAddress "vpn.example.com" 
-AuthenticationMethod PAP -TunnelType L2TP -L2tpPsk 
"whyareyouusingapsk?" -AllUserConnection -Force -RememberCredential 
-PassThru -SplitTunneling



More information about the CentOS mailing list