Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.60]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BD6F5780DB5 for <~alpine/users@lists.alpinelinux.org>; Sun, 10 Jul 2022 21:55:07 +0000 (UTC) X-No-IP: flyn.org@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from www.flyn.org (unknown [137.26.240.243]) (Authenticated sender: flyn.org@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id 4Lh15k1kPFz7mjJ for <~alpine/users@lists.alpinelinux.org>; Sun, 10 Jul 2022 21:55:06 +0000 (UTC) Received: by www.flyn.org (Postfix, from userid 1001) id 5FFAE1EE009A; Sun, 10 Jul 2022 16:55:05 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flyn.org; s=mail; t=1657490105; bh=LMw+TezTB7305mw/XvwGj+7tbOQUTpyhKDrb2gf158c=; h=Date:From:To:Subject; b=hV5YdrPLomTI46xQ0kmM+hjotFnrQwoXWcAaTkPlgAzwgDry6ikz374jBa8kW0K36 R9AByPSCEtQ+pAf14diKqJRLhWLlS/73sUNBaEMEwJ+ZGWSDL80whhHMw9+29zrNnI /0m8FhfbOLdyEuLV4O3HEPvgxdZRyO64OAMBaJVgPoOeWvPxlQNp5NiFK1jlyR2RpD nx47yZI1NGT3+jU9TqDH6BcaZHBq9wr3GrYVKq0OQSBDcPdUBi9N2y7pb0Tb4GcBbI 4hEvmnmY5SXTHkyeE4XbDRTjEF/WFi3E8bqE16waXrd3ps9oxtBIPm+amj/fXdHh1X TR+d/3rOlzEiwknwv4tZKrupb8Ax5jwsxO7Ynv8ai/y56UQd2fO8S/EY7asT/Oz7JG oUSMUsU59qDXnewLgwhWsbX/ok9UwhWkP5dJl/v2yRp/OG1dcuECxb0F2CpJX5kFQC uWcdib9N1e1o4I3p9kWzoKNJYRS++WbUeUYZS/Mkh4W0e38KQTv Received: from imp.flyn.org (guardian.flyn.org [137.26.240.242]) by www.flyn.org (Postfix) with ESMTPSA id 428611EE0036 for <~alpine/users@lists.alpinelinux.org>; Sun, 10 Jul 2022 16:55:05 -0500 (CDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flyn.org; s=mail; t=1657490105; bh=LMw+TezTB7305mw/XvwGj+7tbOQUTpyhKDrb2gf158c=; h=Date:From:To:Subject; b=hV5YdrPLomTI46xQ0kmM+hjotFnrQwoXWcAaTkPlgAzwgDry6ikz374jBa8kW0K36 R9AByPSCEtQ+pAf14diKqJRLhWLlS/73sUNBaEMEwJ+ZGWSDL80whhHMw9+29zrNnI /0m8FhfbOLdyEuLV4O3HEPvgxdZRyO64OAMBaJVgPoOeWvPxlQNp5NiFK1jlyR2RpD nx47yZI1NGT3+jU9TqDH6BcaZHBq9wr3GrYVKq0OQSBDcPdUBi9N2y7pb0Tb4GcBbI 4hEvmnmY5SXTHkyeE4XbDRTjEF/WFi3E8bqE16waXrd3ps9oxtBIPm+amj/fXdHh1X TR+d/3rOlzEiwknwv4tZKrupb8Ax5jwsxO7Ynv8ai/y56UQd2fO8S/EY7asT/Oz7JG oUSMUsU59qDXnewLgwhWsbX/ok9UwhWkP5dJl/v2yRp/OG1dcuECxb0F2CpJX5kFQC uWcdib9N1e1o4I3p9kWzoKNJYRS++WbUeUYZS/Mkh4W0e38KQTv Received: by imp.flyn.org (Postfix, from userid 1101) id F1990592BED; Sun, 10 Jul 2022 16:55:04 -0500 (CDT) Date: Sun, 10 Jul 2022 16:55:04 -0500 From: "W. Michael Petullo" To: ~alpine/users@lists.alpinelinux.org Subject: IPv6 firewall blocking router advertisements Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Bogosity: Unsure, tests=bogofilter, spamicity=0.520000, version=1.2.5 X-Virus-Scanned: clamav-milter 0.104.2 at herald.flyn.org X-Virus-Status: Clean I am trying to configure an Alpine host to use DHCPv6 to obtain an IPv6 address. I have performed this task before using OpenWrt and Fedora. On Alpine, it appears that the IPv6 firewall (ip6tables) prevents router advertisements from working. I use "dhclient -6 ..." Although the host receives the correct IPv6 address, the host does not update its routing table if the IPv6 firewall is active. There are two strange clues related to this: (1) The router advertisements do not work even with a permissive IPv6 firewall configuration (allow everything). (2) The kernel does not seem to log any firewall rejections, i.e., the "pkts" fields in the output from "ip6tables -v -L" contain all zeros. Likewise, I do not see any IPv6 rejections in /var/log/... Yet things work when I deactivate the firewall (/etc/init.d/ip6tables stop) and restart networking. In this case, my host updates its routing table. I see ICMPv6 "router solicitation" messages in Wireshark when the IPv6 firewall is off, but they do not appear when it is on. I have been troubleshooting this for a while. Does anyone have any ideas about what might be causing this or what else I ought to look at? -- Mike :wq