1827474 Members
2059 Online
109965 Solutions
New Discussion

Neighbour Table overflow

 
John Paine
Frequent Advisor

Neighbour Table overflow

Hi All,
am getting the above message on booting a linux Redhat 7.2 box.Anybody seen this before?
Thanks,
John.
Time flies like an arrow. Fruit flies like a banana.
2 REPLIES 2
Eugen Cocalea
Respected Contributor

Re: Neighbour Table overflow

Hi,

Excerpt from the page:

http://www.linuxgazette.com/issue65/tag/12.html

It means that your arp cache is overflowing because your machine can't tell who is on its
own subnet... its neighbors. Which usually means your localhost setup is broken (because
lots of applications use networking internal to your machine - which is always on its own
subnet, so those packets should never even escape the computer) or, far less commonly,
that your netmask for your own external address is wrong.


Read the document that you will find following the above link for more info. (and learn to use google :) )

E.
To Live Is To Learn
John Paine
Frequent Advisor

Re: Neighbour Table overflow

Thanks for the info Eugen.
Regards,
John.
Time flies like an arrow. Fruit flies like a banana.