Hi
I have APF and I want to redirect the port 2096 to a specifique ip address xxx.xxx.xxx.xxx:80
Because some of employe can't acces the mailbox because he are beside a firewall of client.
I have try this :
iptables -N nat
iptables -t nat -A PREROUTING -i eth0 -d xxx.xxx.xxx.xxx -p tcp --dport 80 -j REDIRECT --to-port 2096
but this is not work!
What I can do?


LinkBack URL
About LinkBacks
Reply With Quote