From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Taylor, Grant" Subject: Re: IP sent an invalid ICMP type to a broadcast and icmp_ignore_bogus_error_responses Date: Thu, 12 May 2005 01:50:43 -0500 Message-ID: <4282FCC3.9090109@riverviewtech.net> References: <20050507212628.6fd43793@mikejones.ghb.fh-furtwangen.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050507212628.6fd43793@mikejones.ghb.fh-furtwangen.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.netfilter.org Sebastian Siewior wrote: > Hallo, > > My kernel complaints himself every second with: > > kernel: XX.XX.XX.XX sent an invalid ICMP type 3, code 1 error to a > broadcast: 0.0.0.0 on lo > > In the meantime I supressed the messages via > > echo 1 > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses". > > Other people solved this problem with > > iptables -A INPUT -i lo -j ACCEPT > > but it won't work here. Does someone have an idea how I could find out > where the packets are comming from? Would it be possible to get an output of your routing table? I'm starting to think that this *might* be a routing issue that somehow your kernel thinks that systems are available via the wrong interface. Grant. . . .