From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 22:35:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4875D16A4DB for ; Mon, 28 Feb 2005 22:35:27 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD9743D62 for ; Mon, 28 Feb 2005 22:35:26 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so934115wri for ; Mon, 28 Feb 2005 14:35:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LrTyAKZZoYTOE8s79KDLtXFVSmb8PDr7+sjGQobwOeyyL2oTmM2lrASAqCtsDA8Ee1ed04kljCr8+x5QyDGUUghQFqyCTaUHM20fvl6tWd4KrFdnX8xEwh53g5Rs/yKEAgwM4RYDolJ7sSl1obTVEjrq22ht9X1A7wHBBa1c/dw= Received: by 10.54.8.66 with SMTP id 66mr57651wrh; Mon, 28 Feb 2005 14:35:26 -0800 (PST) Received: by 10.54.42.28 with HTTP; Mon, 28 Feb 2005 14:35:26 -0800 (PST) Message-ID: <810a540e05022814356732e95f@mail.gmail.com> Date: Mon, 28 Feb 2005 15:35:26 -0700 From: Pat Maddox To: FreeBSD Questions In-Reply-To: <5C6F478A90E6034BBDCF6D754D7850BC66F118@DERRIDA.atgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <5C6F478A90E6034BBDCF6D754D7850BC66F118@DERRIDA.atgi.com> Subject: Re: Documentation Error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 22:35:27 -0000 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 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" >