Search found 1 match
- 27 Dec 2013, 19:17
- Forum: General Discussion (csf)
- Topic: My iptables rules not working
- Replies: 1
- Views: 1989
My iptables rules not working
I need to run a rule and a redirect ip to port more active when the csf this rule does not work, I tried to release the port more still did not work my rule: iptables -t nat -A PREROUTING -p tcp --dport 8080 -j DNAT --to-destination MY_EXTERNAL_IP:80 iptables -t nat -A POSTROUTING -j MASQUERADE if a...