I have the web proxy running on some of my Mikrotiks. The problem I am having is that when a user tries to go to http://www.casperairmodelers.org they get the page http://www.spammer.com.
I have tried this and I am also getting this page when trying to go to the web page through a proxy. If I don’t go through a proxy then I do get the correct page. I have also tried to have it go direct to the page and not cache the page and I am having no luck getting the correct page to load.
Thanks for any help you can offer.
Phil
Please post your setting of your web-proxy
I suggest you checking your DNS setting in MT.
The DNS settings are fine in the mikrotik. It is pointed to the same dns servers my computer is and when I am not going through the proxy it pulls up the correct page.
aug/22/2007 09:21:51 by RouterOS 2.9.26
software id = GZF8-Z10
/ ip web-proxy
set enabled=yes src-address=0.0.0.0 port=3128 hostname="xxx.xxx.xxx.163" transparent-proxy=yes parent-proxy=0.0.0.0:0
cache-administrator="support@wyoming.com" max-object-size=8192KiB cache-drive=secondary-master
max-cache-size=unlimited max-ram-cache-size=70000KiB
/ ip web-proxy access
add dst-port=23-25 action=deny comment="block telnet & spam e-mail relaying" disabled=no
add dst-port=!443,563 method=connect action=deny comment="allow CONNECT only to SSL ports 443 [https] and 563
[snews]" disabled=no
/ ip web-proxy cache
add url=":cgi-bin \?" action=deny comment="don't cache dynamic http pages" disabled=no
Then I have the standard redirect rule in the DSTNAT chain.
chain=dstnat protocol=tcp dst-port=80 src-address-list=Proxy action=redirect to-ports=3128
Thanks
Upgrade your router to 2.9.46 version.
That is easier said than done. I will work on it next week some time and let you all know if it fixes the issue.