From owner-freebsd-questions Fri Feb 11 8:15:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by builder.freebsd.org (Postfix) with ESMTP id 8E7EC475A for ; Fri, 11 Feb 2000 08:14:25 -0800 (PST) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id LAA51792; Fri, 11 Feb 2000 11:14:14 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Fri, 11 Feb 2000 11:14:07 -0500 (EST) From: Steve Hovey To: Chuck Barnett Cc: freebsd-questions@FreeBSD.ORG Subject: Re: listening to two IP's In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 11 Feb 2000, Chuck Barnett wrote: > Hello, > I am having a problem, I've done this with earlier versions of FreeBSD > (2.*) but with ver 3 it is not working. > > I want to listen to 2 ip addresses for the purpose of vhosting. With the > following shouldn't I be "listening" to the address of > 38.196.236.113 as well as *.*.*.112? Here is excerpt from rc.conf file. > > ifconfig_xl0="inet 38.196.236.112 netmask 255.255.255.224" > ifconfig_xl0_alias0="inet 38.196.236.113 netmask 255.255.255.0" Because they are both on the same subnet, I believe the alias's netmask needs to be 255.255.255.255 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message