From: Andrew Morton <akpm@linux-foundation.org>
To: netdev@vger.kernel.org
Cc: bugme-daemon@bugzilla.kernel.org, tobias@linuxdingsda.de,
yoshfuji@linux-ipv6.org
Subject: Re: [Bugme-new] [Bug 12772] New: linux is not able to handle more than ~4096 ipv6 addresses
Date: Tue, 24 Feb 2009 11:50:59 -0800 [thread overview]
Message-ID: <20090224115059.807f5246.akpm@linux-foundation.org> (raw)
In-Reply-To: <bug-12772-10286@http.bugzilla.kernel.org/>
(switched to email. Please respond via emailed reply-to-all, not via the
bugzilla web interface).
On Tue, 24 Feb 2009 11:35:25 -0800 (PST)
bugme-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=12772
>
> Summary: linux is not able to handle more than ~4096 ipv6
> addresses
> Product: Networking
> Version: 2.5
> KernelVersion: 2.6.26-1-amd64 #1 SMP Sat Jan 10 19:55:48 UTC 2009
> x86_64 GNU/Li
That's a fairly old kernel.
> Platform: All
> OS/Version: Linux
> Tree: Mainline
> Status: NEW
> Severity: normal
> Priority: P1
> Component: IPV6
> AssignedTo: yoshfuji@linux-ipv6.org
> ReportedBy: tobias@linuxdingsda.de
>
>
> Latest working kernel version: --
> Earliest failing kernel version: --
> Distribution: Debian sid
> Hardware Environment: model name : Intel(R) Pentium(R) Dual CPU E2180 @
> 2.00GHz
> Software Environment:
> Problem Description:
> Linux is unable to handle more than ~4096 ipv6 addresses and usually crashes
> after a not very long time. If not, it at least gets unusable slow.
>
> Consider shared hosting environments, where you have some few thousand
> customers with a few domains each sitting on one box. You now would like to use
> ipv6 for greater fun with https and, for that, need about 6-30k addresses bound
> to the box.
>
>
> Steps to reproduce:
>
> #!/bin/bash
> COUNTER=1
> COUNTERR=1
> while [ $COUNTERR -lt 9999 ]; do
> while [ $COUNTER -lt 9999 ]; do
> ip addr add 2001::$COUNTERR:$COUNTER/64 dev eth1
> let COUNTER=COUNTER+1
> echo $CONTERR $COUNTER
> done
> let COUNTERR=COUNTER+1
> done
>
next parent reply other threads:[~2009-02-24 19:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-12772-10286@http.bugzilla.kernel.org/>
2009-02-24 19:50 ` Andrew Morton [this message]
2009-02-24 20:07 ` [Bugme-new] [Bug 12772] New: linux is not able to handle more than ~4096 ipv6 addresses Tobias Winter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090224115059.807f5246.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bugme-daemon@bugzilla.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tobias@linuxdingsda.de \
--cc=yoshfuji@linux-ipv6.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).