I'm trying to redirect port 80 to 3000 and I'm having trouble combining it to my filter rules. Both *nat and *filter rules work correctly when used separately, but not when applied together *nat ...
I have a standalone box with a iptables firewall script,<BR><BR>i used this code as a base:<BR>#!/bin/bash<BR><BR>iptables -F<BR>iptables -P FORWARD DROP<BR>iptables ...