* Neighbour table overflow.
@ 2004-10-26 17:39 Dominik Karall
2004-10-26 21:23 ` Chris Wedgwood
2004-10-26 21:52 ` Ernst Herzberg
0 siblings, 2 replies; 9+ messages in thread
From: Dominik Karall @ 2004-10-26 17:39 UTC (permalink / raw)
To: Linux Kernel ML
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]
can anybody explain why i get thousands of "Neighbour table overflow."
messages? i didn't get such ones with older kernels (~2.6.6).
here is a dmesg output:
printk: 54050 messages suppressed.
Neighbour table overflow.
printk: 10403 messages suppressed.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
Neighbour table overflow.
printk: 58524 messages suppressed.
this couldn't be ok, or?
best regards,
dominik
[-- Attachment #2: Type: application/pgp-signature, Size: 307 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Neighbour table overflow.
2004-10-26 17:39 Neighbour table overflow Dominik Karall
@ 2004-10-26 21:23 ` Chris Wedgwood
2004-10-26 22:10 ` Dominik Karall
2004-10-26 21:52 ` Ernst Herzberg
1 sibling, 1 reply; 9+ messages in thread
From: Chris Wedgwood @ 2004-10-26 21:23 UTC (permalink / raw)
To: Dominik Karall; +Cc: Linux Kernel ML
On Tue, Oct 26, 2004 at 07:39:31PM +0200, Dominik Karall wrote:
> can anybody explain why i get thousands of "Neighbour table
> overflow." messages? i didn't get such ones with older kernels
> (~2.6.6).
is loopback down?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Neighbour table overflow.
2004-10-26 17:39 Neighbour table overflow Dominik Karall
2004-10-26 21:23 ` Chris Wedgwood
@ 2004-10-26 21:52 ` Ernst Herzberg
2004-10-26 22:11 ` Dominik Karall
1 sibling, 1 reply; 9+ messages in thread
From: Ernst Herzberg @ 2004-10-26 21:52 UTC (permalink / raw)
To: Dominik Karall; +Cc: Linux Kernel ML
On Tuesday 26 October 2004 19:39, Dominik Karall wrote:
> can anybody explain why i get thousands of "Neighbour table overflow."
> messages? i didn't get such ones with older kernels (~2.6.6).
Do you set a default gateway?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Neighbour table overflow.
2004-10-26 21:52 ` Ernst Herzberg
@ 2004-10-26 22:11 ` Dominik Karall
2004-10-26 23:06 ` David S. Miller
0 siblings, 1 reply; 9+ messages in thread
From: Dominik Karall @ 2004-10-26 22:11 UTC (permalink / raw)
To: Ernst Herzberg; +Cc: Linux Kernel ML
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
On Tuesday 26 October 2004 23:52, Ernst Herzberg wrote:
> On Tuesday 26 October 2004 19:39, Dominik Karall wrote:
> > can anybody explain why i get thousands of "Neighbour table overflow."
> > messages? i didn't get such ones with older kernels (~2.6.6).
>
> Do you set a default gateway?
yes, default gateway is set to our server.
dominik
[-- Attachment #2: Type: application/pgp-signature, Size: 307 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Neighbour table overflow.
2004-10-26 22:11 ` Dominik Karall
@ 2004-10-26 23:06 ` David S. Miller
2004-10-26 23:58 ` Wichert Akkerman
2004-10-27 0:30 ` Dominik Karall
0 siblings, 2 replies; 9+ messages in thread
From: David S. Miller @ 2004-10-26 23:06 UTC (permalink / raw)
To: Dominik Karall; +Cc: earny, linux-kernel
On Wed, 27 Oct 2004 00:11:26 +0200
Dominik Karall <dominik.karall@gmx.net> wrote:
> On Tuesday 26 October 2004 23:52, Ernst Herzberg wrote:
> > On Tuesday 26 October 2004 19:39, Dominik Karall wrote:
> > > can anybody explain why i get thousands of "Neighbour table overflow."
> > > messages? i didn't get such ones with older kernels (~2.6.6).
> >
> > Do you set a default gateway?
>
> yes, default gateway is set to our server.
Do you use a large subnet mask? For example /16 or /8 or
something like that?
If so, you will need to bump up the neighbour table garbage
collection thresholds under /proc/sys/net/ipv4/neight/default/
Specifically gc_thresh1, gc_thresh2, and gc_thresh3
You probably have a huge number of machines on your subnet.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Neighbour table overflow.
2004-10-26 23:06 ` David S. Miller
@ 2004-10-26 23:58 ` Wichert Akkerman
2004-10-27 0:30 ` Dominik Karall
1 sibling, 0 replies; 9+ messages in thread
From: Wichert Akkerman @ 2004-10-26 23:58 UTC (permalink / raw)
To: David S. Miller; +Cc: Dominik Karall, earny, linux-kernel
Previously David S. Miller wrote:
> You probably have a huge number of machines on your subnet.
I got the same error recently on a router running 5 subnets ranging
from /25 to /26 sizes. More annoyingly the interface stopped working
after that message until I did an ifdown && ifup on it.
Wichert.
--
Wichert Akkerman <wichert@wiggy.net> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Neighbour table overflow.
2004-10-26 23:06 ` David S. Miller
2004-10-26 23:58 ` Wichert Akkerman
@ 2004-10-27 0:30 ` Dominik Karall
1 sibling, 0 replies; 9+ messages in thread
From: Dominik Karall @ 2004-10-27 0:30 UTC (permalink / raw)
To: David S. Miller; +Cc: earny, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]
On Wednesday 27 October 2004 01:06, David S. Miller wrote:
> On Wed, 27 Oct 2004 00:11:26 +0200
>
> Dominik Karall <dominik.karall@gmx.net> wrote:
> > On Tuesday 26 October 2004 23:52, Ernst Herzberg wrote:
> > > On Tuesday 26 October 2004 19:39, Dominik Karall wrote:
> > > > can anybody explain why i get thousands of "Neighbour table
> > > > overflow." messages? i didn't get such ones with older kernels
> > > > (~2.6.6).
> > >
> > > Do you set a default gateway?
> >
> > yes, default gateway is set to our server.
>
> Do you use a large subnet mask? For example /16 or /8 or
> something like that?
>
> If so, you will need to bump up the neighbour table garbage
> collection thresholds under /proc/sys/net/ipv4/neight/default/
> Specifically gc_thresh1, gc_thresh2, and gc_thresh3
>
> You probably have a huge number of machines on your subnet.
the subnet mask is set to 255.255.0.0, and there are machines from 172.16.0.1
to 172.16.1.254. but not all ips are reserved. there are "only" about 100
machines in the network.
i will try to change the values of gc_thresh*, maybe it helps. thx!
dominik
[-- Attachment #2: Type: application/pgp-signature, Size: 307 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Neighbour table overflow.
@ 2004-10-28 2:25 John Pearson
0 siblings, 0 replies; 9+ messages in thread
From: John Pearson @ 2004-10-28 2:25 UTC (permalink / raw)
To: linux-kernel; +Cc: Dominik Karall
You may also be the 'victim' of a poorly configured router.
Out-of-the box, Cisco routers come with proxy ARP enabled;
they will reply to ARP requests for any IP they can route,
that isn't routed via the interface they receive an ARP
request on. This makes them more 'plug-and-playful' for
equipment that talks IP, but doesn't understand routing
(assuming any still exists).
Check the output of
arp -an
and see if there isn't a single MAC accounting for the lion's
share of your ARP cache. If there is, seek and destroy^H^H^H^H^Hfang
On Wed, Oct 27, 2004 at 02:30:32AM +0200, Dominik Karall wrote
> --nextPart2038980.5ceDjSAWoH
> Content-Type: text/plain;
> charset=3D"iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> On Wednesday 27 October 2004 01:06, David S. Miller wrote:
> > On Wed, 27 Oct 2004 00:11:26 +0200
> >
> > Dominik Karall <dominik.karall@gmx.net> wrote:
> > > On Tuesday 26 October 2004 23:52, Ernst Herzberg wrote:
> > > > On Tuesday 26 October 2004 19:39, Dominik Karall wrote:
> > > > > can anybody explain why i get thousands of "Neighbour table
> > > > > overflow." messages? i didn't get such ones with older kernels
> > > > > (~2.6.6).
> > > >
> > > > Do you set a default gateway?
> > >
> > > yes, default gateway is set to our server.
> >
> > Do you use a large subnet mask? For example /16 or /8 or
> > something like that?
> >
> > If so, you will need to bump up the neighbour table garbage
> > collection thresholds under /proc/sys/net/ipv4/neight/default/
> > Specifically gc_thresh1, gc_thresh2, and gc_thresh3
> >
> > You probably have a huge number of machines on your subnet.
>
> the subnet mask is set to 255.255.0.0, and there are machines from 172.16=
> .0=3D
> =3D2E1=3D20
> to 172.16.1.254. but not all ips are reserved. there are "only" about 100=
> =3D20
> machines in the network.
> i will try to change the values of gc_thresh*, maybe it helps. thx!
>
> dominik
>
> --nextPart2038980.5ceDjSAWoH
> Content-Type: application/pgp-signature
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.5 (GNU/Linux)
>
> iQCVAwUAQX7sKgvcoSHvsHMnAQJXqgP/eFTl/SzsI83Q/WgZmlaJ9xPCXsSxFbQm
> 2UmR4cHDZti6mOzKeAOI/O91S+xTkFvdYmVgm+k+TAaUpy6OHa1Lx84y9H7uMa7P
> 7afLf9+qQ00pi+uUp9srhihpiwt1yEYRWuvc9NaZhYfl9EJdeQmGNy6M7tlSwV07
> mxTCNjVqBBU=3D
> =3DZ8MD
> -----END PGP SIGNATURE-----
>
> --nextPart2038980.5ceDjSAWoH--
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" i=
> n
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
> --__--__--
--
Voice: +61 8 8202 9040
Email: jpearson@sa.pracom.com.au
Pracom Ltd
288 Glen Osmond Road
Fullarton, South Australia 5063
Ph: + 61 8 82029000
Fax: +61 8 82029001
CAUTION: This email and any attachments may contain information that is
confidential and subject to copyright. If you are not the
intended recipient, you must not read, use, disseminate, distribute or
copy this email or any attachments. If you have received this
email in error, please notify the sender immediately by reply email and
erase this email and any attachments.
DISCLAIMER: Pracom uses virus-scanning technology but accepts no
responsibility for loss or damage arising from the use of the
information transmitted by this email including damage from virus.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-10-28 2:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-26 17:39 Neighbour table overflow Dominik Karall
2004-10-26 21:23 ` Chris Wedgwood
2004-10-26 22:10 ` Dominik Karall
2004-10-26 21:52 ` Ernst Herzberg
2004-10-26 22:11 ` Dominik Karall
2004-10-26 23:06 ` David S. Miller
2004-10-26 23:58 ` Wichert Akkerman
2004-10-27 0:30 ` Dominik Karall
-- strict thread matches above, loose matches on Subject: below --
2004-10-28 2:25 John Pearson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox