install and configure IPSec VPN on centos 7 server code example
Example: createing strong swan firewall centos 7
firewall-cmd --permanent --add-service="ipsec"
firewall-cmd --permanent --add-port=4500/udp
firewall-cmd --permanent --add-masquerade
firewall-cmd --reload