From owner-freebsd-stable@FreeBSD.ORG Fri Jun 1 09:29:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 756D41065677 for ; Fri, 1 Jun 2012 09:29:41 +0000 (UTC) (envelope-from freebsd-stable@chef-ingenieur.de) Received: from mail.webmatic.de (mail.webmatic.de [IPv6:2a00:1d08:0:403::2]) by mx1.freebsd.org (Postfix) with ESMTP id 384EF8FC15 for ; Fri, 1 Jun 2012 09:29:41 +0000 (UTC) Received: from mail.webmatic.de (localhost [127.0.0.1]) by mail.webmatic.de (Postfix) with ESMTP id 7E1198A03D for ; Fri, 1 Jun 2012 11:29:41 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 01 Jun 2012 11:29:41 +0200 From: Thomas Krause To: Message-ID: <21cacc98d48babdb91db692d86ab4775@chef-ingenieur.de> X-Sender: freebsd-stable@chef-ingenieur.de User-Agent: Roundcube Webmail/0.7 Subject: Config ipv4 and ipv6 aliases X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 09:29:41 -0000 Hi, (I'm using FreeBSD 9.0-REL). ifconfig_em0_ipv6_alias0 doesn't work. I've to use ifconfig_em0_alias0 for both ipv4 and ipv6. This is not consequent. My working config looks like this: ifconfig_em0="inet 192.168.100.50/28" ifconfig_em0_ipv6="inet6 2a00:abcd:0:405::2/64" ifconfig_em0_alias0="inet 192.168.100.51/32" ifconfig_em0_alias1="inet6 2a00:abcd:0:405::3/64" defaultrouter="192.168.100.49" ipv6_defaultrouter="2a00:abcd:0:405::1" Please correct me, if there is a better solution. Regards, Thomas.