i can't open the yahoo page behind the mikrotik

Hello all
i can’t open the yahoo page behind the mikrotik

i have put this command

/ ip firewall mangle add chain=forward protocol=tcp tcp-flags=syn tcp-mss=1361-65535 action=change-mss new-mss=1360 disabled=no

but behind my mikrotik, the customers have always the problem for open the yahoo mail, i don’t use the proxy, please how can i resolv this issue of open yahoo web page ??
please help me
Regards

Found that some sites, in my case Adope have ip range that is routed back into my lan. Resolved this by adding statick route in my routing table. Maby do trace route to mail server and see if traffick is routed correct.

thanks for your reply

what is the ip range of yahoo
and how can i route this ??
regards

on Windows computer,

tracert yahoo.com

i have the same problem with yahoo, and i don’t have this rule in my firewall.but the ping yahoo.com is working. what can i do?

This was happening to me, I had a layer 7 protocol filter set with a string of “^get.+announce.” without the quotes and a IP Firewall Mangle Rule for chain:prerouting with a jump to my torrent_traffic rule. Apparently part of the request for the yahoo main page to yimg.com (yahoo’s image server for their main page) matched that layer 7 regex and was being sent to my torrent blackhole. I have examined the cleartext http from the request to yahoo and cannot determine why that regex was being matched. If anyone else has any insight into this issue, i’m all ears. To correct the issue, I have disabled the Mangle rule that referenced this Layer 7 regex string, however this is a bandaid, not a permanant solution, as I need that rule to keep my network sane!!!

so, first 10KiB of page doesn’t contain ‘announce’ string?..