Go to advanced search

by joeaspinall
Wed Dec 30, 2015 3:03 pm
Forum: Beginners
Topic: Automatically Open a UDP Port Following Reboot
Replies: 1
Views: 626

Automatically Open a UDP Port Following Reboot

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...

Go to advanced search