From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 16:11:48 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 2D94C106564A for ; Thu, 30 Jun 2011 16:11:48 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id AB3758FC14 for ; Thu, 30 Jun 2011 16:11:47 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id D6E5D40030 for ; Thu, 30 Jun 2011 18:11:46 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id CC80B4002E; Thu, 30 Jun 2011 18:11:46 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FREEMAIL_FROM autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 4E2E44002B; Thu, 30 Jun 2011 18:11:46 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id BD492119C08; Thu, 30 Jun 2011 18:11:15 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 90BE012B1E5; Thu, 30 Jun 2011 18:11:15 +0200 (CEST) Message-ID: <4E0CA021.60009@gmail.com> Date: Thu, 30 Jun 2011 18:11:13 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Tim Gustafson References: <841737947.159814.1309447573370.JavaMail.root@mail-01.cse.ucsc.edu> In-Reply-To: <841737947.159814.1309447573370.JavaMail.root@mail-01.cse.ucsc.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: 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: Thu, 30 Jun 2011 16:11:48 -0000 On 2011-06-30 17:26, Tim Gustafson wrote: > Hi, > > I've installed FreeBSD 9 on a new server because 8.2 doesn't have support for the LSI SAS2008 controller. I've also built the system as a ZFS-root box, and I have to say that I'm quite happy with the disk performance: we're getting about 500MB/s write and 675MB/s read. All in all, I'm very happy with FreeBSD 9. > > I have noticed two snafus that I thought I'd send to the group just as feedback: > > -------------------------------------------------------------------------------- > 2. secondary IP addresses on network interfaces don't seem to be working > -------------------------------------------------------------------------------- > > In my rc.conf, I have: > > ifconfig_bce0="1.2.3.4 netmask 255.255.252.0" > ifconfig_bce0_alias0="1.2.3.5 netmask 255.255.255.255" > > but when the machine reboots, it only gets its primary IP address. > 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. HTH! -- Niclas