OpenVPN notes
From IdeaNet
Jump to navigationJump to search
firewall configuration
user@host:~# iptables -A INPUT -i tun+ -j ACCEPT user@host:~# iptables -A OUTPUT -o tun+ -j ACCEPT
user@host:~# iptables -A INPUT -i tun+ -j ACCEPT user@host:~# iptables -A OUTPUT -o tun+ -j ACCEPT