I try to setup proxy server with Mikrotik router but I face problem, this is what I tried.
I did every thing through Winbox GUI not Mikrotik terminal.
1. /Sytem stores
added New store with type=web-proxy Disk=system Activate=yes.
2. /ip web-proxy
enabled=yes Max. cache size=Unlimited cache-on-Disk=yes and remaining let it default.
3. /ip firewall nat
added new nat rule chain=dstnat protocol=tcp Dst.Port=80 action=redirect ToPorts=8080
4. /ip firewall mangle
added new mangle rule chain=output DSCP(TOS)=4 action=accept.
If I execute all these I can not load a web page, I get error gateway time out. then I removed the NAT rule that I have added now I can access web page(internet connection).
I have tested whether my proxy been configured correctly or not by this link http://www.lagado.com/proxy-test , It says "This request appears NOT to have come via a proxy."
Is there any wrong with my configuration?