What rules/filters required in order to successfully utilize webproxy?
Here are what I’ve done:
enable Web Proxy through Web Proxy Settings window
add dstnat to redirect traffic to port 80 to 3128 (default webproxy port)
add filters to allow traffic from LAN to router on port 3128 AND allow
traffic from router to internet on port 80
but when I tried to surf I always got an error page:
-------------------- quote begin -------------------------
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: /
The following error was encountered:
Invalid URL
Some aspect of the requested URL is incorrect. Possible problems:
Missing or incorrect access protocol (should be `http://‘’ or similar)
Missing hostname
Illegal double-escape in the URL-Path
Illegal character in hostname; underscores are not allowed
--------------------- quote end -------------------------
First address should be outgoing public address, probably local address will be shown in ‘Browser (User-Agent) Exposed Headers’ menu, but address from local space will be unavailable from outer networks (10.0.0.0, 172.16.0.0, 192.168.0.0), because of NAT (masquerading).
I was carried away by the fact that our former router software (WinRoute) didn’t give the same result with sites like showmyip.com
With WinRoute, only IP of proxy server / internet gateway is shown while with Mikrotik both (local and public) are shown.