i have experienced this error message before...but i have only 1 network
card.

Neighbour table overflow" error message encountered while server is running
or after reboot (you need to physically go to the server to see the errors
in text-mode)
Text-mode - press Ctrl + Alt + F1-F4 to toggle

Check /etc/sysconfig/network-scripts/ifcfg-lo file
If file contains only BOOTPROTO=none or nothing, then enter the following
details into the file manually
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

you can check your other script files too in the network-scripts
folder....hope this helps

----- Original Message -----
From: "Steven Bonici" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 10:11 PM
Subject: Neighbour Table Overflow error



We are currently running RedHat Linux 6.0, Kernel release 2.2.5 on a PII 233
with 2 NICs.  We are using this box to communicate with 2 outside servers,
one is a web server using SSH to transfer files and the other is over a VPN
connection, again to transfer files.  Each NIC has its own IP address, has a
default route to the main firewall and another route was added to handle the
other outside server.  Soon after installing a second NIC we started
receiving these errors on the console;

NET: 248 messages suppressed (the ### keeps changing)
Neighbour Table Overflow

Does anyone have any ideas what these errors are?  I have did some searching
but cannot find anything.

Thanks - Steven



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to