From owner-freebsd-current@FreeBSD.ORG Fri Jul 1 04:08:52 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34E6D1065670 for ; Fri, 1 Jul 2011 04:08:52 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward4.mail.yandex.net (forward4.mail.yandex.net [77.88.46.9]) by mx1.freebsd.org (Postfix) with ESMTP id DCBD88FC0C for ; Fri, 1 Jul 2011 04:08:51 +0000 (UTC) Received: from smtp2.mail.yandex.net (smtp2.mail.yandex.net [77.88.46.102]) by forward4.mail.yandex.net (Yandex) with ESMTP id 19A7B501F0B; Fri, 1 Jul 2011 08:08:50 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1309493330; bh=ViIp7UuvAb9Tj/Qja+GlrDKZ/7HD2crbA+wWeqR/6OY=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZwOV1GaXczGAU5XKlLVsaO/qR+j5mIdaDeef3TNEHhHXOvwy4UWMlmV8dipNWlkMH 6FhfzXBDAwm/eHZOIZVWj2L0kCBrjhH7yHxN2NFygQXP04evxeRIZGplNlEd2+VdC4 P11t+KAK6nN5z0sJoMqBuoouG6N/N8yIwlvIwOC0= Received: from [127.0.0.1] (unknown [77.72.136.146]) by smtp2.mail.yandex.net (Yandex) with ESMTPSA id BED915D100B0; Fri, 1 Jul 2011 08:08:49 +0400 (MSD) Message-ID: <4E0D4851.7020005@yandex.ru> Date: Fri, 01 Jul 2011 08:08:49 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Tim Gustafson References: <2021750843.160454.1309455603717.JavaMail.root@mail-01.cse.ucsc.edu> In-Reply-To: <2021750843.160454.1309455603717.JavaMail.root@mail-01.cse.ucsc.edu> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Yandex-Spam: 1 Cc: Niclas Zeising , freebsd-current@freebsd.org Subject: Re: FreeBSD 9 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2011 04:08:52 -0000 On 30.06.2011 21:40, Tim Gustafson wrote: >> I think you need something along the line of ifconfig_bce0_alias0="inet 1.2.3.5 netmask ...", >> notice the 'inet', since aliasN can be used for both inet and inet6. > > Got it, thanks! > > I assume that's also recommended for the primary interface as well? I've added the "inet" prefix > to both lines and it is working. Thanks! There is also ipv4_addrs_IF variable, you can use it: ipv4_addrs_bce0="1.2.3.4/22 1.2.3.5/32" -- WBR, Andrey V. Elsukov