[Firehol-support] Redirecting ports to other computers
Joaquin
jmoyares at gmail.com
Sat Jan 5 16:07:07 GMT 2013
Hi, I have mounted firehol on debian lenny, and I could not do nat as desire, as
I want to redirect all requests that come from wan to port 443 on my server wan
to port 443 of a local network ip
EJ: iptables-t nat-A PREROUTING-p tcp-d 200.55.XX - dport 443-j DNAT - to
192.168.1.1:443
this gives does not work, I get no error but does not refresh.
this one does not give error but does nothing
/ Sbin / iptables-t nat-A PREROUTING-p tcp-d 200.55.XX - dport 443-j DNAT - to
192.168.1.1
I followed by adding
/ Sbin / iptables-A FORWARD-p tcp-d 192.168.1.1 - dport 443-m state - state NEW,
ESTABLISHED, RELATED-j ACCEPT
but still no redirects
More information about the Firehol-support
mailing list