From owner-freebsd-doc@freebsd.org Sat Aug 3 15:35:01 2019 Return-Path: Delivered-To: freebsd-doc@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 33FB7B3FA6 for ; Sat, 3 Aug 2019 15:35:01 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from mail.proper.com (Opus1.Proper.COM [207.182.41.91]) (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 4617Pw00C2z4PkF for ; Sat, 3 Aug 2019 15:34:59 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [10.32.60.52] (50-1-99-176.dsl.dynamic.fusionbroadband.com [50.1.99.176]) (authenticated bits=0) by mail.proper.com (8.15.2/8.15.2) with ESMTPSA id x73FYjet045289 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 3 Aug 2019 08:34:46 -0700 (MST) (envelope-from phoffman@proper.com) X-Authentication-Warning: mail.proper.com: Host 50-1-99-176.dsl.dynamic.fusionbroadband.com [50.1.99.176] claimed to be [10.32.60.52] From: "Paul Hoffman" To: freebsd-doc@FreeBSD.org Subject: Small suggestion for IPv6 page Date: Sat, 03 Aug 2019 08:34:49 -0700 X-Mailer: MailMate (1.12.5r5635) Message-ID: <5A713F43-E83A-4692-BAE9-6A7BE0336797@proper.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 4617Pw00C2z4PkF X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of phoffman@proper.com has no SPF policy when checking 207.182.41.91) smtp.mailfrom=phoffman@proper.com X-Spamd-Result: default: False [1.66 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[176.99.1.50.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(-0.01)[country: US(-0.05)]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-doc@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_SHORT(0.77)[0.774,0]; DMARC_NA(0.00)[proper.com]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6373, ipnet:207.182.32.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2019 15:35:01 -0000 Greetings again. As always, thanks for the very clear documentation. handbook/network-ipv6.html does not say how to create aliases for IPv6 addresses. I guessed: ifconfig_em1_ipv6_alias0="inet6 fd00::21:1:101/112" This was wrong. The following works: ifconfig_em1_alias0_ipv6="inet6 fd00::21:1:101/112" An example on handbook/network-ipv6.html would have prevented me from having to guess (and guess wrong, in my case). --Paul Hoffman