Ok..
this is the topology of my network...what I want is to redirect all the http traffic to the proxy server...my proxy is not natting, I tried with the two configs but didn't work as i expected, the proxy gave me an error of looping...I've also tried with HAIRPIN NAT but I know it's not for the same purposes...just gave it a shot
this is what i've tried so far on the Router with no luck
/ip firewall nat add chain=srcnat src-address=10.10.10.2 action=masquerade out-interface=wlan1
/ip firewall nat add chain=dstnat src-address=10.10.10.0/24 protocol=tcp dst-port=80 action=dst-nat to-addresses=10.10.10.2 to-ports=80
/ip firewall nat add chain=srcnat src-address=10.10.10.0/24 action=masquerade out-interface=wlan1
on the Proxy I just enabled the web-proxy with port 8080, and created a dst-nat rule to make it trasnparent
I've also tried other configurations, and I know this didn't work because the proxy is not redirecting anything back...any idea of how can I solve this?
You do not have the required permissions to view the files attached to this post.