User Tools

Site Tools


network_stuff:vpn_troubleshooting

This is an old revision of the document!


Cisco


Juniper SRX


Juniper Netscreen

Checkpoint

OPENVPN

/etc/openvpn/server/openvpn.log
/etc/openvpn/server/openvpn-status.log
  • On the server:
systemctl enable firewalld
systemctl start firewalld
firewall-cmd --permanent --add-service openvpn
firewall-cmd --permanent --add-masquerade
# also enable ip forwarding with sysctl.conf and don't forget systemctl restart network.service

Operation

systemctl start openvpn-server@server.service # Server
openvpn --config /home/jotasan/client1.ovpn  # client

If redirection fails:

systemctl stop firewalld
systemctl start firewalld

LINUX VPN-CLIENT
https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#linux

network_stuff/vpn_troubleshooting.1524156008.txt.gz · Last modified: (external edit)