Re: http grief On 08/19/08 02:43 pm, Pierre Jelenc wrote:
> The symptoms: after a fresh boot, all is well for a while (I don't know
> yet whether this "while" is a time duration or an amount of usage) until
> suddenly some web sites (there will be a list below) simply do not load.
>
Just a guess, try playing with your mtu.
netstat -n | more will tell you the current MTU for each interface. Your
router documentation might say what it likes.
You can change it like
ifconfig lan0 mtu 576
576 might be a good number.
Dave |