Tue Apr 12, 2005 4:03 am
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>