Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2011 18:11:13 +0200
From:      Niclas Zeising <niclas.zeising@gmail.com>
To:        Tim Gustafson <tjg@soe.ucsc.edu>
Cc:        freebsd-current@freebsd.org
Subject:   Re: FreeBSD 9
Message-ID:  <4E0CA021.60009@gmail.com>
In-Reply-To: <841737947.159814.1309447573370.JavaMail.root@mail-01.cse.ucsc.edu>
References:  <841737947.159814.1309447573370.JavaMail.root@mail-01.cse.ucsc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E0CA021.60009>