Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2005 15:35:26 -0700
From:      Pat Maddox <pergesu@gmail.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Documentation Error?
Message-ID:  <810a540e05022814356732e95f@mail.gmail.com>
In-Reply-To: <5C6F478A90E6034BBDCF6D754D7850BC66F118@DERRIDA.atgi.com>
References:  <5C6F478A90E6034BBDCF6D754D7850BC66F118@DERRIDA.atgi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I don't know what the difference is between passing inet and alias,
but all my configs have inet, and it works fine.


On Mon, 28 Feb 2005 15:07:26 -0500, Jason D. Montgomery <jason@atgi.com> wrote:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-v
> irtual-hosts.html
> 
> states that adding a virtual address is done in rc.conf like this:
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="inet 10.1.1.2 netmask 255.255.255.255"
> 
> Shouldn't it be this instead?
> 
> ifconfig_fxp0="inet 10.1.1.1 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="alias 10.1.1.2 netmask 255.255.255.255"
> 
> (keyword passed to ifconfig is alias instead of inet)
> 
> later,
> 
> jason
> 
> -=-=-=-=-=-=-=-=-=-=-
> 
> jason d. montgomery
> 
> ATGi
> 
> -=-=-=-=-=-=-=-=-=-=-
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>



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