This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:network_mana:secure_network:keros_5.x:openvpn [2023/03/02 15:17] gja created |
wiki:network_mana:secure_network:keros_5.x:openvpn [2023/03/28 15:48] (current) gja [Start OpenVPN] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== OpenVPN ====== | ====== OpenVPN ====== | ||
+ | |||
+ | This procedure is for KerOs 5.x only. | ||
===== Overview ===== | ===== Overview ===== | ||
Line 46: | Line 48: | ||
Reset the firewall process : | Reset the firewall process : | ||
<code bash>/etc/init.d/firewall restart</code> | <code bash>/etc/init.d/firewall restart</code> | ||
+ | |||
+ | To check the rules, launch the command: ''iptables -L'' for IPv4 rules and ''ip6tables -L'' for IPv6 rules. | ||
==== Start OpenVPN ==== | ==== Start OpenVPN ==== | ||
Line 59: | Line 63: | ||
Check with the ''ifconfig'' command that the ''vpn0'' interface is now active. | Check with the ''ifconfig'' command that the ''vpn0'' interface is now active. | ||
- | Once everything is working, you can add initialization scripts to enable the VPN automatically. Don't forget to enable the firewall again if it was disabled. | + | Once everything is working, you can add initialization scripts to enable the VPN automatically. Don't forget to enable the firewall again if it was disabled. We recommend monitoring the VPN with [[wiki:systeme_mana:monitoring#monit_daemon|Monit daemon]]. |