Hi my DNAT is no longer working?This used to work on kernel 2.6.10 FC3, i am now running kernel 2.6.18 on CentOS5 due to hardware upgrade
These are my nat rules ..iptables -t nat -A POSTROUTING -o eth1 -s 10.22.200.25 -j SNAT --to 172.15.0.15 iptables -t nat -A PREROUTING -i eth1 -d 172.15.0.15 -j DNAT --to 10.22.200.25
I can see my traffic getting natted to 172.15.0.15 but though a tcpdump but not back to 10.22.200.25 any ideas?