Browsing problem

Dear all,

when i go to any site it is loading 70% and it is not open untill i press enter

*Not at all times happens



many thx,

Where do you press Enter exactly?

when the page reach like this:
www.hotmail.com
http://by141w.bay141.mail.live.com/default.aspx?wa=wsignin1.0 here it stop.it must press enter of refresh…

So not “Enter”, but “Refresh” fixes the problem? When the page stops at 70%, it stays in the “Loading page” phase?

both refresh and Enter are same…
regarding to loading page 70% in this case the page is white till i press refresh or enter…


kindly regards,

  1. have you tried another browser (Chrome, Firefox 4?)
  2. have you tried another computer, connected in the same place?

yes i have tried in another pc and another web browsers


many thanks,

can you post picture of the problem, from different internet browsers?
http://forum.mikrotik.com/t/getting-the-most-out-of-this-forum/40983/1

(just a guess) Are you using PPPoE?

Do you have change-mss mangle rule?

yes, im using pppoe
i dont use change-mss mangle rule

Did you take some initiative and did you look up what Tim was referring to?

http://wiki.mikrotik.com/wiki/Manual:RouterOS_FAQ#TCP.2FIP_Related_Questions

I cannot surf some sites when I use PPPoE.
Use /ip firewall mangle to change MSS (maximum segment size) 40 bytes less than your connection MTU. For example, if you have encrypted PPPoE link with MTU=1492, set the mangle rule as follows:


 / ip firewall mangle 
 add chain=forward protocol=tcp tcp-flags=syn action=change-mss tcp-mss=!0-1448 new-mss=1448

As you can see that’s in the FAQ in the manual

MTU=1500
what should New mss?

thanks

1448 like in the code snippet I posted.

working 100%%%%%


many thankssss