Hello,
I cannot sometimes fully load certain websites. So far I have had no luck with opensuse.org, amd.com, and synaptics.com. Other sites, like google.com, yahoo.com, msn.com, and many others work perfectly. By ‘cannot fully load’ I mean that the title is usually displayed, then sometimes a part of the website (like the background or something looking like a frame border) is displayed, but never the whole webpage. Just once Firefox opened opensuse.org, but did not get past the welcome page. I have tried also with Konqueror and it does not work either. I can ping google.com and the other working sites, also amd.com and synaprics.com, but with opensuse.org the error rate is 100% (out of over 300 pings). My network card is Intel PRO/Wireless 3945ABG. I checked the ipw-something package during installation. The OS is openSUSE 11.0 (the DVD distribution) with KDE 4. Disabling IPv6 did not help. The other computers (with Windows) in the same network have no such problems. What other information can I provide?
Thank you in advance.
victorzk wrote:
> Hello,
> I cannot sometimes fully load certain websites. So far I have had no
> luck with opensuse.org, amd.com, and synaptics.com. Other sites, like
> google.com, yahoo.com, msn.com, and many others work perfectly. By
…]
Check to see if setting the MTU to a lower number helps.
Usually this is set to 1500 for xDSL and LAN, but for e.g. modem usage a
lower number could be better. I set it to 1280 for a ipv6 sit tunnel to
help with the same problem.
Also check to see if ECN is switched on in sysctl. Switching it off
could help as well (echo “net.ipv4.tcp_ecn = 0” >>/etc/sysctl.conf;
sysctl -w “net.ipv4.tcp_ecn = 0”).
Check to see if setting the MTU to a lower number helps.
The MTU field was blank. Setting it to ~500 (dial up) improved things a bit - I can now open amd.com, but not the other two sites. Setting it to 100 did not help any further.
Also check to see if ECN is switched on in sysctl.
ECN was disabled by default.