Page 1 of 1

dst-nat

Posted: Mon Apr 11, 2005 7:26 pm
by Alfonso
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?

Posted: Tue Apr 12, 2005 3:36 am
by randyloveless
what does you dst nat rules look like?

Randy

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