From owner-freebsd-questions Mon Nov 16 15:45:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06677 for freebsd-questions-outgoing; Mon, 16 Nov 1998 15:45:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06667 for ; Mon, 16 Nov 1998 15:45:03 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA06862; Mon, 16 Nov 1998 15:44:31 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 16 Nov 1998 15:44:31 -0800 (PST) From: Doug White To: Mike Grommet cc: freebsd-questions@FreeBSD.ORG Subject: Re: Virtual Hosting with FreeBSD vs BSDI In-Reply-To: <000501be0f50$83ee85c0$0cf896d0@grommet.insolwwb.net> 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, 13 Nov 1998, Mike Grommet wrote: > Hi guys. Chalk one up for the good guys. I convinced management > to let me set up a freebsd box for virtual web hosting when we discovered we > were over our licensing on our BSDI servers. > > Quick question: > > When setting up virtual hosts on BSDI, I use this type of > setup > ifconfig lo0 alias > and then a > arp -s blah blah blah > > Now from what I see in the freebsd list and such is that to set up the ip > situation, I just need to do this in the rc.conf > ifconfig_vx0_alias0="inet netmask 255.255.255.0" ^ This should be 255.255.255.255 if the alias is on the same network as the primary IP. > I note two major differences here, first the bsdi aliases the loopback > where freebsd does a direct alias to the network device... > > also bsdi wants me to do an arp -s... FreeBSD manages the arp table automatically. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message