> What is the cause for such a message while running kernel 2.6.1 on RH9 ?
> 
> Neighbour table overflow.
> NET: 282 messages suppressed.
> Neighbour table overflow.

You must tune /proc/sys/net/ipv4/conf/gc_thresh....

... something like:
echo "1024" > /proc/sys/net/ipv4/neigh/default/gc_thresh1
echo "4096" > /proc/sys/net/ipv4/neigh/default/gc_thresh2
echo "8192" > /proc/sys/net/ipv4/neigh/default/gc_thresh3

Arkadiusz Binder
_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to