Search found 1 match
- 24 Sep 2014, 22:15
- Forum: General Discussion (csf)
- Topic: DNAT rules does not work
- Replies: 1
- Views: 1654
DNAT rules does not work
Hello 1) When I turn off CSF and run this command manually everything is working fine. iptables -t nat -A POSTROUTING -s 192.168.100.0/30 -j SNAT --to-source 5.175.xx.xx iptables -t nat -A PREROUTING -p tcp -d 5.175.xx.xx --dport 80 -j DNAT --to-destination 192.168.100.2:80 iptables -A FORWARD -p tc...