The web proxy problem

Hi all,
I know it’s a basic skill, but I cannot find any solution from the history here…

I got a problem about web proxy, it never work under my RB450G with V6.24 to V6.42.3.
Yes, NEVER work!!! Maybe I am a stupid guy!

The environment is simple and show in below.
My computer (192.168.88.1) → RB450G (192.168.88.1) → Internet

I had tried 2 methods for it.

The first one is NAT with webproxy.
NAT is work, but webproxy doesn’t! (I cannot connect to outside web)

/ip firewall nat> print

chain=dstnat action=redirect to-ports=3128 protocol=tcp 
src-address=192.168.88.62 dst-port=80 log=yes log-prefix="proxy"

/ip proxy> print

enabled: yes
src-address: 192.168.88.62
port: 3128
anonymous: no
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: webmaster
max-cache-size: none
max-cache-object-size: 20480KiB
cache-on-disk: yes
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-path: webproxy1

So I try 2nd method, just set webproxy only, and also setup proxy with my computer.
But, still fail!!!

I have referred the article https://wiki.mikrotik.com/wiki/Manual:IP/Proxy , but cannot find any wrong about my setting.

Could anybody give me a hint for it?

Thanks a lot!!!

Hello,

I made the basic webproxy settings and recorded a video. see below

https://youtu.be/Oy-r1HkS42c

  
  
 /ip firewall nat
add action=masquerade chain=srcnat comment="NAT Masquerade " out-interface=wlan1-Link_Internet
add action=redirect chain=dstnat comment="Proxy Transparente - MyPC" dst-port=80 protocol=tcp src-address=192.168.88.254 to-ports=3128

/ip proxy
set enabled=yes port=3128 src-address=192.168.88.254

Hi Leo,
Thanks!
Finally I found the problem, both your suggestion and my setting for web proxy are right, but my another setting for security block it!
I spend a lot of time to check it based on your video.

Thanks!!!