Hi Guys,
I have a Question about a Firewall rule for my OpenWRT Router. Im working for a while with iptables successful but I realy can´t see the problem here.
I just want to Forward the incomming Port 443 to the localport 1443.
### Redirect HTTPS to real OpenVPN port
iptables -t nat -A prerouting_wan -p tcp --dport 443 -j DNAT --to :1443
iptables -A forwarding_wan -p tcp --dport 1443 -j ACCEPT
iptables -A input_wan -p tcp --dport 1443 -j ACCEPT
This did the job for me a few month ago but now it won´t.
Do I miss something, do i got tomatoes on my eyes?
The Whole config can be found here: http://pastebin.com/JxLexQ5z
Regards
BerndF
(Last edited by Berndf on 2 Feb 2011, 12:16)