Ok, i searched the net back and forward for a solution to the fact that since i installed openSuse 10.3 on my HP dx5150 with Broadcom Gigabit onboard ethernet card, my network connection stalled everytime i'm downloading or uploading files to internal and external servers. Like till 20 to 30% goes well, then the whole downloading process stops, even Krusader giving back "stalled network".
A lot is to find on the web concerning linux installations and stalling network access. But most of the threads found are about ndiswrapper and wireless connection problems. Nothing seems to match my case... till... i found a thread on linuxquestions.org from "cidrolin" quoting a post of Cricket from fedoraforums.org, stating the following:
" Kernels 2.6.7. and higher come with changes to the tcp window size that (should) increase the efficiency of tcp. What it HAS done is expose a problem with the way some routers and firewalls handle requests for large windows. Those routers and firewalls just refuse to handle them; which is why you may be able to access some sites, but not others. The quick fix is to su to root and do two things:
# echo "net.ipv4.tcp_moderate_rcvbuf=0" >> /etc/sysctl.conf
# echo "net.ipv4.tcp_default_win_scale=0" >> /etc/sysctl.conf "
it did the trick!
Ok, maybe this is not for all of you the exact fix, but it was hard to find, the reason why i post this here.
For the record, i run a 3Com OfficeConnect Cable/DSL Router (3CR858-91), just a month or so old.
|