LARTC
[Top] [All Lists]

Re: [LARTC] Router dropping packets? - SOLVED

To: lartc@mailman.ds9a.nl
Subject: Re: [LARTC] Router dropping packets? - SOLVED
From: John Philips <johnphilips42@yahoo.com>
Date: Wed, 7 Mar 2007 04:57:41 -0800 (PST)
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=o0ZY8qL+uSRNPbTS31sl59uzg0YnOTg+SWgobIV4brEkugujDtdzioRsJ753Y8bAVGqR9Ft82xs8ietH7ZhXshELjNFIBdVHvdYScXJhPQ0+NBT2OG1Gv4RxjXnP5RBINX8iu7Hz4skH8XCTDTVA/8KAY/xT17k63dRIyLie5w4=;
In-reply-to: <969452.20613.qm@web57812.mail.re3.yahoo.com>
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
Sender: lartc-bounces@mailman.ds9a.nl
Guys,

I called my DSL provider and it turns out they limit
the number of simultaneous "flows" you can have.  I
guess that means active TCP connections.  Their limit
is 1500 concurrent flows, and when the tech looked at
it we had 1450 active.

I presume all these flows are from P2P users, so I'm
going to try using the connlimit iptables extension to
prevent individual users from having more than 50 or
so connections.

--- John Philips <johnphilips42@yahoo.com> wrote:

> Hey guys,
> 
> I have several Linux routers in place at high-usage
> locations (student apartment complexes).  I'm having
> trouble with some of the routers which use 6Mbit DSL
> lines as their Internet feed.  The routers use PPPoE
> and perform NAT.
> 
> During peak usage periods, the routers are dropping
> alot of packets.  I'm lead to believe this is
> because
> there are too many active connections.
> 
> For example, when I ping the WAN IP address of one
> of
> the routers from a remote location, I may start
> getting replies immediately.  But during peak
> periods,
> the first several pings usually time out and then
> they
> just start responding.  Sometimes they start
> responding on the 4th ping, sometimes the 12th,
> etc.,
> it's pretty random.
> 
> I searched the web and tried increasing my gc_cache
> settings, but it didn't make a difference.
> 
> echo 512 >
> /proc/sys/net/ipv4/neigh/default/gc_thresh1
> echo 2048 >
> /proc/sys/net/ipv4/neigh/default/gc_thresh2
> echo 4096 >
> /proc/sys/net/ipv4/neigh/default/gc_thresh3
> 
> The other notable difference is that the conntrack
> tables are much larger than normal.
> 
> `wc -l /proc/net/ip_conntrack` returns >19000 on the
> routers experiencing packet loss while virtually all
> of the other routers (not having this issue) have
> less
> than 5000 entries in ip_conntrack.  I tried
> increasing
> ip_conntrack_max in /proc, setting it to 65536 -
> didn't make a difference.
> 
> Are there any other /proc settings I should change
> to
> improve performance?  Any tips on analyzing the
> ip_conntrack data to find oddities?
> 
> FYI I'm using kernel 2.4.25.  I'd rather not upgrade
> to 2.6 since doing so in the past has introduced
> more
> problems!
> 
> Thanks.
> 
> 
> 
> 
>  
>
____________________________________________________________________________________
> No need to miss a message. Get email on-the-go 
> with Yahoo! Mail for Mobile. Get started.
> http://mobile.yahoo.com/mail 
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
>
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
> 



 
____________________________________________________________________________________
Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

<Prev in Thread] Current Thread [Next in Thread>