From owner-freebsd-doc@freebsd.org Sat Aug 3 16:09:29 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 B6CEFB485F for ; Sat, 3 Aug 2019 16:09:29 +0000 (UTC) (envelope-from wout@canodus.be) Received: from mail1.lwb.canodus.be (mail1.lwb.canodus.be [83.149.89.38]) by mx1.freebsd.org (Postfix) with ESMTP id 46189h4ZY8z4QjK for ; Sat, 3 Aug 2019 16:09:28 +0000 (UTC) (envelope-from wout@canodus.be) Received: from t440s (unknown [93.174.154.78]) by mail1.lwb.canodus.be (Postfix) with ESMTPSA id 76B048F1A8; Sat, 3 Aug 2019 18:03:42 +0200 (CEST) Message-ID: <5be035b0a627a92e2f623e296f5fe02a56974689.camel@canodus.be> Subject: Re: Small suggestion for IPv6 page From: Wout =?ISO-8859-1?Q?Decr=E9?= To: Paul Hoffman , freebsd-doc@FreeBSD.org Date: Sat, 03 Aug 2019 18:03:41 +0200 In-Reply-To: <5A713F43-E83A-4692-BAE9-6A7BE0336797@proper.com> References: <5A713F43-E83A-4692-BAE9-6A7BE0336797@proper.com> Organization: Canodus Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46189h4ZY8z4QjK X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of wout@canodus.be designates 83.149.89.38 as permitted sender) smtp.mailfrom=wout@canodus.be X-Spamd-Result: default: False [1.30 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail1.lwb.canodus.be]; NEURAL_SPAM_SHORT(0.91)[0.908,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[canodus.be]; HAS_ORG_HEADER(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; IP_SCORE(0.59)[ipnet: 83.149.64.0/18(2.22), asn: 60781(0.71), country: NL(0.01)]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:60781, ipnet:83.149.64.0/18, country:NL]; MID_RHS_MATCH_FROM(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 16:09:29 -0000 On Sat, 2019-08-03 at 08:34 -0700, Paul Hoffman wrote: > 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" > I think the "_ipv6" suffix is not required, you could use: ifconfig_em1_alias0="inet6 fd00::21:1:101/112" Or, I usually define all my IPv4 and IPv6 aliases in one line: ifconfig_em1_aliases="inet6 fd00::21:1:101/112" See rc.conf(5) for more information. > An example on handbook/network-ipv6.html would have prevented me > from > having to guess (and guess wrong, in my case). > > --Paul Hoffman > _______________________________________________ > freebsd-doc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org > "