Date: Mon, 28 Feb 2005 15:07:26 -0500 From: "Jason D. Montgomery" <jason@atgi.com> To: <questions@FreeBSD.org> Subject: Documentation Error? Message-ID: <5C6F478A90E6034BBDCF6D754D7850BC66F118@DERRIDA.atgi.com>
next in thread | raw e-mail | index | archive | help
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-v irtual-hosts.html =20 states that adding a virtual address is done in rc.conf like this: ifconfig_fxp0=3D"inet 10.1.1.1 netmask 255.255.255.0" ifconfig_fxp0_alias0=3D"inet 10.1.1.2 netmask 255.255.255.255" Shouldn't it be this instead? ifconfig_fxp0=3D"inet 10.1.1.1 netmask 255.255.255.0" ifconfig_fxp0_alias0=3D"alias 10.1.1.2 netmask 255.255.255.255" =20 (keyword passed to ifconfig is alias instead of inet) =20 later, jason -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- jason d. montgomery ATGi -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- =20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5C6F478A90E6034BBDCF6D754D7850BC66F118>