On 2004-02-23, nikko <(E-Mail Removed)> wrote:
> [naughty naughty-ness]
>
> Now from the internet, I can server up any page that is 1k or smaller
> - anything else causes the browser to spin forever. I could not find
> anything in the router gui to see a bottleneck - could my ISp be doing
> this?
>
Set your MTU to about 1410 or less:
ifconfig eth0 mtu 1410
where eth0 is whatever the NIC is you are using. This should really be fixed
with Path-MTU discovery (in /proc/sys/net/ipv4/conf/ ) but for some reason is
not working for you.
Have fun
Alex
|