看板 FB_current 關於我們 聯絡資訊
On 30 June 2011 20:11, Niclas Zeising <niclas.zeising@gmail.com> wrote: > 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 suppor= t for the LSI SAS2008 controller. =A0I've also built the system as a ZFS-ro= ot box, and I have to say that I'm quite happy with the disk performance: w= e're getting about 500MB/s write and 675MB/s read. =A0All 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 f= eedback: >> >> ------------------------------------------------------------------------= -------- >> 2. secondary IP addresses on network interfaces don't seem to be working >> ------------------------------------------------------------------------= -------- >> >> In my rc.conf, I have: >> >> ifconfig_bce0=3D"1.2.3.4 netmask 255.255.252.0" >> ifconfig_bce0_alias0=3D"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=3D"inet > 1.2.3.5 netmask ...", notice the 'inet', since aliasN can be used for > both inet and inet6. > HTH! Exactly. Since SVN rev 197139 you need to explicitly specify the protocol family before address in the ifconfig_IF_alias=3D"" string. --=20 wbr, pluknet _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"