iptables port forward script
3down vote I have created the following bash script for doing this on my linux router. It automatically infers the WAN IP and confirms your selections before proceeding. #!/bin/bash # decide which action to use action=”add” if [[ “-r” == … Read More »