From owner-freebsd-net@FreeBSD.ORG Tue May 27 19:46:28 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 564811065682 for ; Tue, 27 May 2008 19:46:28 +0000 (UTC) (envelope-from fox@verio.net) Received: from relay1-bcrtfl2.verio.net (relay1-bcrtfl2.verio.net [131.103.218.142]) by mx1.freebsd.org (Postfix) with ESMTP id 32B1A8FC16 for ; Tue, 27 May 2008 19:46:28 +0000 (UTC) (envelope-from fox@verio.net) Received: from limbo.int.dllstx01.us.it.verio.net (nkfw1.it.verio.net [129.250.40.241]) by relay1-bcrtfl2.verio.net (Postfix) with ESMTP id D678BB0388BF for ; Tue, 27 May 2008 15:25:09 -0400 (EDT) Received: by limbo.int.dllstx01.us.it.verio.net (Postfix, from userid 1000) id A8E838E298; Tue, 27 May 2008 14:25:09 -0500 (CDT) Date: Tue, 27 May 2008 14:25:09 -0500 From: David DeSimone To: freebsd-net@freebsd.org Message-ID: <20080527192509.GB8554@verio.net> Mail-Followup-To: freebsd-net@freebsd.org References: <483C169D.7030304@ibctech.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <483C169D.7030304@ibctech.ca> Precedence: bulk User-Agent: Mutt/1.5.9i Subject: Re: Dual stack with multiple addresses in rc.conf X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 19:46:28 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Steve Bertrand wrote: > > ifconfig_fxp0="inet6 2607:f118::b6 prefixlen 64" > ifconfig_fxp0_alias0="inet6 2607:f118::b7 prefixlen 64" > ifconfig_fxp0="inet 208.70.104.210 255.255.255.248" > ifconfig_fxp0_alias1="inet 208.70.104.211 netmask 255.255.255.255" Your config entry for ifconfig_fxp0 is specified twice, so the latter setting overrides the former. When you have multiple settings to apply, you can put them all in one ifconfig entry, although as Max points out, it is more correct to put IPV6 settings in a separate entry. - -- David DeSimone == Network Admin == fox@verio.net "This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, dis- tribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. Verio, Inc. makes no warranty that this email is error or virus free. Thank you." --Lawyer Bot 6000 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFIPGAVFSrKRjX5eCoRArqwAJ9G8HZbAgAkElHYDmiSphtDO625VACfSQSs IyyVlcyPju6Xsb+YJEhmpW0= =WMCC -----END PGP SIGNATURE-----