All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandru Dragoi <alex@zoomnet.ro>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Re: dst cache overflow
Date: Thu, 04 Jan 2007 21:42:52 +0000	[thread overview]
Message-ID: <459D74DC.8040100@zoomnet.ro> (raw)
In-Reply-To: <55635.10.1.1.10.1167946368.squirrel@www.arcoscom.com>

Alexandru Dragoi wrote:
> ArcosCom Linux User wrote:
>   
>> The log says:
>>
>> Dec 30 00:52:27 cura kernel: dst cache overflow
>> Dec 30 00:52:27 cura kernel: MASQUERADE: No route: Rusty's brain broke!
>> Dec 30 00:52:27 cura kernel: dst cache overflow
>> Dec 30 00:52:28 cura kernel: zlan0: received tcn bpdu on port 1(eth0)
>> Dec 30 00:52:28 cura kernel: zlan0: topology change detected, propagating
>> Dec 30 00:52:28 cura kernel: dst cache overflow
>> Dec 30 00:52:30 cura kernel: zlan0: received tcn bpdu on port 1(eth0)
>> Dec 30 00:52:30 cura kernel: zlan0: topology change detected, propagating
>> Dec 30 00:52:32 cura kernel: zlan0: received tcn bpdu on port 1(eth0)
>> Dec 30 00:52:32 cura kernel: zlan0: topology change detected, propagating
>> Dec 30 00:52:32 cura kernel: printk: 15 messages suppressed.
>> Dec 30 00:52:32 cura kernel: dst cache overflow
>> Dec 30 00:52:34 cura kernel: zlan0: received tcn bpdu on port 1(eth0)
>> Dec 30 00:52:34 cura kernel: zlan0: topology change detected, propagating
>> Dec 30 00:52:36 cura kernel: zlan0: received tcn bpdu on port 1(eth0)
>> Dec 30 00:52:36 cura kernel: zlan0: topology change detected, propagating
>> Dec 30 00:52:37 cura kernel: printk: 40 messages suppressed.
>> Dec 30 00:52:37 cura kernel: dst cache overflow
>>
>> zlan0 is a bridge (with STP configured) between some LANs.
>>
>> Thanks
>>
>> P.D.: I'm a bit desesperated with this error, I changed "MASQUERADE" with
>> "SNAT" with no sense. Some hours after router is booted up, the network
>> appears to be UP but all ifaces haven't responses.
>>
>> El Mar, 2 de Enero de 2007, 23:24, ArcosCom Linux User escribió:
>>   
>>     
>>> Hi all, I'm having this problem with this system configuration:
>>>    1) iptables 1.3.7
>>>    2) kernel 2.6.19.1
>>>    3) SMP computer
>>>    4) 2 external links + 2 internal (bridged).
>>>
>>> Some hours after the system is working without any troubles, all network
>>> devices stop respond.
>>>
>>> Anyone could help me to fix this problem?
>>>
>>> Googling some ours I detect that this was a problem with old kernels and
>>> were solved with 2.6.11 kernel version.
>>>
>>> Any help will be appretiated.
>>>
>>> Regards.
>>>
>>> P.D.: With MASQUERADE the problem begans more quickly than with SNAT
>>> target.
>>>     
>>>       
>> _______________________________________________
>> LARTC mailing list
>> LARTC@mailman.ds9a.nl
>> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>>   
>>     
> The generic solution is to make less/better use of the CPU resources. In
> particular, it is good to tune a lot of parrametters, like
> /proc/sys/net/ipv4/neigh/default/gc_threshx, where x is 1,2 or 3.
>
> echo 2048 > /proc/sys/net/ipv4/neigh/default/gc_thresh1
> echo 4096 > /proc/sys/net/ipv4/neigh/default/gc_thresh2
> echo 16384 > /proc/sys/net/ipv4/neigh/default/gc_thresh3
>
> Then, check/tune whatever consume CPU, iptables firewall, tc filters,
> lots of routes and heavy pachekts/second traffic, and so on. You can
> check with top how resources are used, for start.
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>   
Now i see the bpdu packets received by your bridge. Seem you may have
some network loop, wich generated lots of broadcast traffic (wich
includes arp).
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

  parent reply	other threads:[~2007-01-04 21:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-02 22:24 dst cache overflow ArcosCom Linux User
2007-01-04 21:32 ` [LARTC] " ArcosCom Linux User
2007-01-04 21:32   ` ArcosCom Linux User
2007-01-04 21:39   ` [LARTC] " Alexandru Dragoi
2007-01-04 21:42   ` Alexandru Dragoi [this message]
2007-01-10  7:15   ` Patrick McHardy
2007-01-10  7:15     ` Patrick McHardy
2007-01-10 11:33     ` [LARTC] " ArcosCom Linux User
2007-01-10 11:33       ` ArcosCom Linux User
2007-01-10 11:40     ` [LARTC] " ArcosCom Linux User
2007-01-10 11:40       ` ArcosCom Linux User
2007-01-10 12:16     ` [LARTC] " ArcosCom Linux User
2007-01-10 12:16       ` ArcosCom Linux User
2007-01-10 12:57       ` [LARTC] " Patrick McHardy
2007-01-10 12:57         ` Patrick McHardy
2007-01-10 13:17     ` [LARTC] " ArcosCom Linux User
2007-01-10 13:17       ` ArcosCom Linux User
2007-01-10 13:20     ` [LARTC] " ArcosCom Linux User
2007-01-10 13:20       ` ArcosCom Linux User
2007-01-10 15:01       ` [LARTC] " Jesper Dangaard Brouer
2007-01-10 15:01         ` Jesper Dangaard Brouer
2007-01-10 15:58         ` [LARTC] " ArcosCom Linux User
2007-01-10 16:01           ` ArcosCom Linux User
2007-01-10 19:40           ` [LARTC] " Jesper Dangaard Brouer
2007-01-10 19:40             ` Jesper Dangaard Brouer
2007-01-12  1:06             ` [LARTC] " ArcosCom Linux User
2007-01-12  1:06               ` ArcosCom Linux User
2007-01-10 18:32   ` [LARTC] " Torsten Luettgert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=459D74DC.8040100@zoomnet.ro \
    --to=alex@zoomnet.ro \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.