Some suggestions found on google:
1)
That was a Linux ARP handling problem (too much "neighbour" nodes in your ethernet),
I recall it was solved sometime ago. Upgrade your Linux kernel.
2)
> It should be in /etc/network/interfaces See the attached file for an
> example.
>
> On Fri, 2 Jun 2000, Dietmar wrote:
>
> > I recently install potato on my new box and finally realized that the
> > kernel issued "neighbour table overflow". I figered out that this was
> > because my internet loopback device was not activated though part of the
> > kernel. ifconfig lo 127.0.0.1 fixes everything.
> > I finally want to know where this (or whatever activates loopback) needs
> > to be placed in the course of the debian boot files.
> >
> > Any advice would be fine, Dietmar
>
> ------------------------------------------------------------------------
> # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
>
> # The loopback interface
> iface lo inet loopback
>
> # The first network card - this entry was created during the Debian installation
> # (network, broadcast and gateway are optional)
> iface eth0 inet static
> address 130.108.229.38
> netmask 255.255.255.0
> network 130.108.229.0
> broadcast 130.108.229.255
> gateway 130.108.229.1
Cory:
Hmm.. /etc/network/interfaces looks like a good place to start. What does yours look
like?
Do you need NFS? Why not remove it:
apt-get remove nfs-common
Cory
On Fri, Oct 27, 2000 at 11:05:19AM -0700, Francis Joseph Conry wrote:
> Hello!
> I got debian installed last night on my little caseless box with an apple
> monitor.
> Starting X is very slow and the error that occurs while logging into X is
> neighbour table overflow
>
> Also while booting up I get an error while "Starting NFS common utilities
> statdlockdrcp"
>
> Any ideas?
>
> Thanks for you help,
> Francis