Re: [plug] Neighbour table overflow

2005-01-21 Thread jopoy solano
Hi Allen! I expercienced this also when our network was growing and most of our PCs were connected in one collision network. Try segmenting your network or try reading the archives: http://marc.free.net.ph/search/[EMAIL PROTECTED],overflow,ml:plug.en.html hth. 'jopoy On Thu, 20 Jan 2005 23:29:

Re: [plug] Neighbour table overflow

2005-01-21 Thread Bopolissimus Platypus Jr
On Thu, 20 Jan 2005 23:29:26 -0800 (PST), Allen Umlas <[EMAIL PROTECTED]> wrote: > Fellows, > I got this logs on my linuxbox, this box has two > internic card eth0 10.33.x.x and 192.168.1.x network > addresses. has someone encountered this logs, how can > i solved this problem? thanks for you

Fwd: [plug] Neighbour table overflow

2005-01-20 Thread Allen Umlas
Fellows, I got this logs on my linuxbox, this box has two internic card eth0 10.33.x.x and eth1 192.168.1.x network addresses respectively. has someone encountered this logs, how can i solved this problem? thanks for your help NET: 342 messages suppressed. Neighbour table overflow.

[plug] Neighbour table overflow

2005-01-20 Thread Allen Umlas
Fellows, I got this logs on my linuxbox, this box has two internic card eth0 10.33.x.x and 192.168.1.x network addresses. has someone encountered this logs, how can i solved this problem? thanks for your help NET: 342 messages suppressed. Neighbour table overflow. NET: 167 messages suppresse

Re: [plug] Neighbour table overflow

2003-09-21 Thread fooler
- Original Message - From: "Jopoy C. Solano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 3:58 PM Subject: Re: [plug] Neighbour table overflow > i tried your suggestion and did the following: > > gc_thresh1 > -from 128

Re: [plug] neighbour table overflow

2003-09-09 Thread Glenn Remot
here are some info which i think what happens and may help you. All the routing information is cached on an IP-IP pair basis. Part of the information is the *destination* mac address. A new entry in the routing-cache will lock the neighbour entry inthe neighbour table (mac address table) cache

Re: [plug] Neighbour table overflow

2003-09-09 Thread Jopoy C. Solano
Woh, you're right! :) i failed to mention that dansguardian is using a loopback address to squid. i tried glenn's suggestion, so far there are no messages appearing. i also used your suggestion on the /etc/hosts ... Mensahe ni Rick Moen... > Quoting Jopoy C. Solano ([EMAIL PROTECTED]): > >> I've b

Re: [plug] neighbour table overflow

2003-09-09 Thread Jopoy C. Solano
wow, sakto. i just encountered it today :) i got some replies already, try checking it out. 'jopoy Mensahe ni Sharon C. de Jesus... > does anyone here encountered this problem??? > neighbour table overflow > > > > thanks > > -- > Philippine Linux Users' Group (PLUG) Mailing List > [EMAIL PROTECT

Re: [plug] Neighbour table overflow

2003-09-09 Thread Jopoy C. Solano
ako, just now when i implemented dansguardian. i changed the redirection of port 80 from 3128 to 8080. Mensahe ni Glenn Remot... > i first encountered this when i deployed mac address filtering in > iptables and squid > > Jopoy C. Solano wrote: > >>I've been getting these messages on the conlos

Re: [plug] Neighbour table overflow

2003-09-09 Thread Rick Moen
Quoting Jopoy C. Solano ([EMAIL PROTECTED]): > I've been getting these messages on the conlose: > > NET: 342 messages suppressed. > Neighbour table overflow. > NET: 167 messages suppressed. > Neighbour table overflow. > NET: 207 messages suppressed. > Neighbour table overflow. > NET: 225 messages

Re: [plug] Neighbour table overflow

2003-09-09 Thread Jopoy C. Solano
i tried your suggestion and did the following: gc_thresh1 -from 128 to 256 gc_thresh2 -from 512 to 1024 gc_thresh3 -from 1024 to 2048 i'll give you feedback later. btw, do i have to restart anything? maraming salamat sir! Mensahe ni Glenn Remot... > sir: > > you should try increasing the files

Re: [plug] Neighbour table overflow

2003-09-09 Thread Glenn Remot
i first encountered this when i deployed mac address filtering in iptables and squid Jopoy C. Solano wrote: I've been getting these messages on the conlose: NET: 342 messages suppressed. Neighbour table overflow. NET: 167 messages suppressed. Neighbour table overflow. NET: 207 messages suppress

Re: [plug] neighbour table overflow

2003-09-09 Thread ian sison (mailing list)
You have too many hosts in a single ethernet bus (what's your netmask?) that the arp table has overflowed. Try segmenting your lan On Tue, 9 Sep 2003, Sharon C. de Jesus wrote: > does anyone here encountered this problem??? > neighbour table overflow > > > > thanks > > -- > Philippine Linux Us

Re: [plug] Neighbour table overflow

2003-09-09 Thread Glenn Remot
sir: you should try increasing the files gc_thresh1, gc_thresh2, gc_thresh3 in the /proc/sys/net/ipv4/neigh/default directory. This error has something to do with ip to mac address resolution. Give me a feed back. have a nice day and GOD bless! ") Jopoy C. Solano wrote: I've been getting these

Re: [plug] Neighbour table overflow

2003-09-09 Thread Ariz Jacinto
i'm also encountering the same error msg but on Webmin. every hit on the webmin page results to "Neighbour table overflow" and i'm also clueless Jopoy C. Solano wrote: I've been getting these messages on the conlose: NET: 342 messages suppressed. Neighbour table overflow. NET: 167 messages

[plug] Neighbour table overflow

2003-09-09 Thread Jopoy C. Solano
I've been getting these messages on the conlose: NET: 342 messages suppressed. Neighbour table overflow. NET: 167 messages suppressed. Neighbour table overflow. NET: 207 messages suppressed. Neighbour table overflow. NET: 225 messages suppressed. Neighbour table overflow. btw, this box holds RH9

Re: [plug] neighbour table overflow

2003-09-08 Thread manny
On Tue, 9 Sep 2003, Sharon C. de Jesus wrote: > does anyone here encountered this problem??? > neighbour table overflow I have. Can't figure it out though. Seems to only happen in X. I think it had something to do with screen fonts. Just a guess though. When I switched to RH 8 (and later 9) it

Re: [plug] neighbour table overflow

2003-09-08 Thread Glenn Remot
are u using squid's mac address filtering or iptables mac add address filtering Sharon C. de Jesus wrote: does anyone here encountered this problem??? neighbour table overflow thanks -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official We

Re: [plug] neighbour table overflow

2003-09-08 Thread Sharon C. de Jesus
Linux redhat 7, squid server, linux version 2.2.16-22smp, Compaq Proliant L330 - Original Message - From: "Federico Sevilla III" <[EMAIL PROTECTED]> To: "Philippine Linux Users Group Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 10:00

Re: [plug] neighbour table overflow

2003-09-08 Thread Federico Sevilla III
On Tue, Sep 09, 2003 at 09:42:22AM +0800, Sharon C. de Jesus wrote: > does anyone here encountered this problem??? > neighbour table overflow With what version of what program? Doing what? On what GNU/Linux distribution? Running what kernel version? On what hardware? And the list goes on. Tell u

[plug] neighbour table overflow

2003-09-08 Thread Sharon C. de Jesus
does anyone here encountered this problem??? neighbour table overflow thanks -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q