From owner-freebsd-net@freebsd.org Tue Jan 5 16:46:51 2021 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3E744C2705 for ; Tue, 5 Jan 2021 16:46:51 +0000 (UTC) (envelope-from lutz@donnerhacke.de) Received: from annwfn.iks-jena.de (annwfn.iks-jena.de [IPv6:2001:4bd8::19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9JLL38Jcz4k49 for ; Tue, 5 Jan 2021 16:46:50 +0000 (UTC) (envelope-from lutz@donnerhacke.de) X-SMTP-Sender: IPv6:2001:4bd8:59:1:64a1:a293:f4e:9d3 Received: from lyoness ([IPv6:2001:4bd8:59:1:64a1:a293:f4e:9d3]) by annwfn.iks-jena.de (8.15.2/8.15.2) with ESMTP id 105GkmlY013773 for ; Tue, 5 Jan 2021 17:46:48 +0100 From: "Lutz Donnerhacke" To: Subject: AW: FreeBSD does not reply to IPv6 Neighbor SolicitationsNUD Date: Tue, 5 Jan 2021 17:46:48 +0100 Message-ID: <00d901d6e382$5c3db590$14b920b0$@donnerhacke.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdbjglswmtBQ8/alSXqKdVD9mwPjyg== Content-Language: de X-Rspamd-Queue-Id: 4D9JLL38Jcz4k49 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of lutz@donnerhacke.de has no SPF policy when checking 2001:4bd8::19) smtp.mailfrom=lutz@donnerhacke.de X-Spamd-Result: default: False [-2.00 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:4bd8::19:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:4bd8::19:from:127.0.2.255]; DMARC_NA(0.00)[donnerhacke.de]; NEURAL_HAM_SHORT(-0.90)[-0.895]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15725, ipnet:2001:4bd8::/29, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-net] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 16:46:51 -0000 > $ ifconfig re1 > re1: flags=8843 metric 0 mtu 1500 > options=8209b > ether c4:12:f5:33:c9:7c > inet 192.168.170.5/24 broadcast 192.168.170.255 > inet6 fe80::c612:f5ff:fe33:c97c%re1/64 scopeid 0x2 > inet6 2001:470:ecba:3::5/64 > media: Ethernet autoselect (1000baseT ) > status: active > nd6 options=21 There is another possibility: The address could be in a tentative or duplicate state. In such a state the device SHOULD/MUST NOT respond to solicitation messages. This can be caused by a "proxy arp/nd" device, which responds to an address in the local neighbour cache with its own solication message. It might be even a loop. We had such cases in the past, so that the device does not activate the IPv6 address without disabling the NUD (was a windows server). For fixed addresses it should be save to disable the flag. But this state should be reported by ifconfig. So, did you try the latest stable?