Hi - I've recently got myself a Pi and have followed a guide to have it run OpenVPN as a VPN server. As part of this, I have to type in the following code after every reboot, to allow my client to connect to the Pi (on UDP port 1194): iptables -A INPUT -i tun+ -j ACCEPT iptables -A OUTPUT -o tun+ -j...