[Bug 283048] Re: Intrepid beta - Many websites refuse to load

2008-10-15 Thread Jonathan
I found out that the MTU size on my router (Netgear WGR614) is set to 1492 bytes. If my network card uses anything higher than 1492, I have problems loading web pages. I guess this means that network-manager is not detecting and/or applying the router's MTU setting. What do I need to do in order

[Bug 283048] Re: Intrepid beta - Many websites refuse to load

2008-10-14 Thread Rich
Are you explicitly sure that this is linked to Intrepid vs Hardy, and not external factors (e.g. your internet connection, someone else on your network)? This sounds like behavior from being near the connection limit on a card. What machine is this - what are the wired and wireless cards on the

[Bug 283048] Re: Intrepid beta - Many websites refuse to load

2008-10-14 Thread Jonathan
It is a Dell 1420 Inspiron laptop. From lspci: Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02) Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) - I replaced the Broadcom one with this one. I suppose since my internet

[Bug 283048] Re: Intrepid beta - Many websites refuse to load

2008-10-14 Thread Jonathan
I found a solution! Turns out my original attempt at modifying the MTU size was flawed. Running the line below completely solves the problem: sudo /sbin/ifconfig wlan0 mtu 1492 Now, how should the developers go about fixing this? Is simply lowering the MTU size a reasonable permanent