From nobody Sat Dec 4 17:03:29 2021 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E6D8018B5E08 for ; Sat, 4 Dec 2021 17:03:31 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from fc.opsec.eu (fc.opsec.eu [IPv6:2001:14f8:200:4::4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4J5wxv6DWJz4l8s; Sat, 4 Dec 2021 17:03:31 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by fc.opsec.eu with local (Exim 4.95 (FreeBSD)) (envelope-from ) id 1mtYRd-000IFM-96; Sat, 04 Dec 2021 18:03:29 +0100 Date: Sat, 4 Dec 2021 18:03:29 +0100 From: Kurt Jaeger To: "Bjoern A. Zeeb" Cc: freebsd-net@freebsd.org Subject: Re: why multi-hop icmp redirects to 0.0.0.0 on 13.0 ? Message-ID: References: List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4J5wxv6DWJz4l8s X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Hi! > > rtr1 runs frr, has full route, either with or without default route. > > If that makes no difference then something else is wrong. I agree, but we have to find out, what is wrong... > > > (b) At the time this happens does rtr1 have a route to z.z.z.z ? > > > route -4 get z.z.z.z > > Yes. > > And that is not pointing back to the interface rtr2 is on but out > on an interface towards inet? Technically, some of the routes point out to the same interface, but a different IP (like x.x.x.5), and some point out to the wan interface. Here's the small network layout again: inet ------ wan:rtr1:lan ------ rtr2 ------ wan:host x.x.x.1 y.y.y.1 -- pi@FreeBSD.org +49 171 3101372 Now what ?