I am trying to configure the transparent web-proxy but my natted lan doesn’t appear to be working via the redirect to port 3128 dst-nat rule , I did this a lot of times in 2.8.x, any changed in 2.9 betas with the way to configure this?
what does you dst nat rules look like?
Randy
This is the dst-nat rule to redirect to port 3128, the web proxy is running but no one packet is redirected to it.
What is wrong?
[admin@APTO] ip firewall nat> export
apr/11/2005 19:04:36 by RouterOS 2.9beta16
software id = BPBQ-0N0
/ ip firewall nat
add chain=dst-nat protocol=tcp dst-port=80 action=redirect to-ports=3128
comment=“” disabled=no
add chain=srcnat src-address=192.168.20.0/24 action=masquerade comment=“”
disabled=no
[admin@APTO] ip firewall nat>