IP Proxy and redirect NAT

I have a 2.9.17 box, 3 ethers in bridge mode, and one ether with the internet.

In the ip firewall nat I have

chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8181

my IP proxy I have
Enabled
port: 8181
Parent Proxy: 192.168.1.202:80


However, I am sure that the proxy is working, but I can not get my redirect rule to see ANY packets! The bytes and packets are both 0.

I just want to redirect all port 80 webtraffic to my parent proxy!

Any help?

Dennis