From owner-freebsd-questions Fri Nov 13 14:00:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08131 for freebsd-questions-outgoing; Fri, 13 Nov 1998 14:00:34 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.insolwwb.net (ns.insolwwb.net [206.31.149.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08126 for ; Fri, 13 Nov 1998 14:00:32 -0800 (PST) (envelope-from mgrommet@insolwwb.net) Received: from grommet (work2.insolwwb.net [208.150.248.12]) by ns.insolwwb.net (8.8.8/8.8.5) with SMTP id PAA24877 for ; Fri, 13 Nov 1998 15:46:34 -0600 (CST) Message-ID: <000501be0f50$83ee85c0$0cf896d0@grommet.insolwwb.net> From: "Mike Grommet" To: Subject: Virtual Hosting with FreeBSD vs BSDI Date: Fri, 13 Nov 1998 15:56:49 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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" 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... Do I need the arp entry for freebsd? The answer to my question would be nice, but I am also very interested as to the "why" of the answer. Which method is best? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message