LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-25-2008, 05:53 PM   #1
ojbyer@usa.net
LQ Newbie
 
Registered: Dec 2005
Posts: 11

Rep: Reputation: 1
[solved] Partial loss of internet connectivity


My home network consists of several computers sharing a DSL internet connection. All computers run Gentoo linux with kernels 2.6.25 - 2.6.27.

I have an extremely frustrating problem that I have been unable to track down: I can connect to most web sites, but not all. Some sites load partially or never even connect. When I try to access the site from another location (work, friend's house, etc) then I don't have any problem.

I thought that maybe the firewall was the problem, so I flushed all the rules in the filter and nat tables (except for the MASQUERADE rule) but that had no effect on the symptoms.

The fact that some web sites work and other sites do not work makes me think that something about my TCP/IP system isn't playing right with some other routers. This article sounds similar to what I am experiencing: http://lwn.net/Articles/92727/, but disabling TCP window scaling (on the router and on the clients) does not fix the problem.

The sites that I have noticed this problem with:

www.penny-arcade.com
www.arvest.com
Windows live / Hotmail servers for aMSN authentication

Last edited by ojbyer@usa.net; 11-30-2008 at 12:47 PM. Reason: Solved
 
Old 11-25-2008, 08:02 PM   #2
ojbyer@usa.net
LQ Newbie
 
Registered: Dec 2005
Posts: 11

Original Poster
Rep: Reputation: 1
More info

Machine A: Gateway machine
Machine B: Client machine
Machine C: Client machine

Moved DSL modem from Machine A to Machine B.
Updated default gateway on machine C

Machine B can now access all sites without problems.

Machine C still has the same problem.

My conclusion is that the problem is related to NAT/masquerade. I can not see any reason why this would work for some web sites and not others:

iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -P INPUT DROP
iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -i ! ppp0 -o ppp0 -j ACCEPT
iptables -P FORWARD DROP
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
 
Old 11-27-2008, 11:29 AM   #3
ugge
Senior Member
 
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028

Rep: Reputation: 45
Are you using PPPoE?
PPPoE "steal" some space from the tcp window, causing some packets to get fragmented. Some routers have a problem with that, and even if they handle it, the communication may slow down, due to the overhead caused.
 
Old 11-30-2008, 12:00 AM   #4
ojbyer@usa.net
LQ Newbie
 
Registered: Dec 2005
Posts: 11

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ugge View Post
Are you using PPPoE?
PPPoE "steal" some space from the tcp window, causing some packets to get fragmented. Some routers have a problem with that, and even if they handle it, the communication may slow down, due to the overhead caused.
Yes, I am using PPPOE. Why would this allow me to access a web site when I use a browser on the gateway machine, but not on other machines in the network?
 
Old 11-30-2008, 01:45 AM   #5
ugge
Senior Member
 
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028

Rep: Reputation: 45
I found a good page about the issue here: http://adsl.cutw.net/mtu.html
I can't tell exactly why it would matter, but my guess is that your gateway manages to negotiate the correct transfer window, while the computers behind get it wrong due to the fact that they communicate across a normal ethernet connection as far as they know.

Try to set your mtu to 1454 on your clients.
 
Old 11-30-2008, 12:46 PM   #6
ojbyer@usa.net
LQ Newbie
 
Registered: Dec 2005
Posts: 11

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by ugge View Post
I found a good page about the issue here: http://adsl.cutw.net/mtu.html
I can't tell exactly why it would matter, but my guess is that your gateway manages to negotiate the correct transfer window, while the computers behind get it wrong due to the fact that they communicate across a normal ethernet connection as far as they know.

Try to set your mtu to 1454 on your clients.
Thank you. This is exactly the problem I was seeing.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bridging causes a loss in my internet connectivity nass Ubuntu 0 07-22-2008 04:19 AM
TCP timeout problem similar to the window scaling issue Grady Linux - Networking 2 05-29-2008 09:40 AM
LXer: Linux: Window Scaling on the Internet LXer Syndicated Linux News 0 06-15-2006 04:03 PM
SuSE 9.1: partial sound loss after upgrade to KDE 3.3.2 darkmatter333 SUSE / openSUSE 20 01-26-2005 05:14 AM
iptables - Sudden loss of connectivity ckenshol Linux - Networking 5 03-21-2004 02:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration