From owner-freebsd-questions Thu Feb 29 14:36:15 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.FreeBSD.org (8.7.3/8.7.3) id OAA15123 for questions-outgoing; Thu, 29 Feb 1996 14:36:15 -0800 (PST) Received: from falcon.pacit.tas.gov.au ([147.109.1.8]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA15035 for ; Thu, 29 Feb 1996 14:33:59 -0800 (PST) Received: from sdd.pacit.tas.gov.au (sdd.pacit.tas.gov.AU [147.109.2.93]) by falcon.pacit.tas.gov.au (8.7.1/8.7) with SMTP id JAA17897; Fri, 1 Mar 1996 09:30:11 +1100 (EST) Message-Id: <2.2.32.19960229223413.007039c8@falcon.pacit.tas.gov.au> X-Sender: sdd@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 01 Mar 1996 09:34:13 +1100 To: wlchen@ix.netcom.com (Wen-lung Chen ) From: Scott Donovan Subject: Re: Virtual Host?? Cc: freebsd-questions@freebsd.org Sender: owner-questions@FreeBSD.ORG Precedence: bulk At 09:54 29/02/96 -0800, you wrote: >I am trying to setup Virtual Host with FreeBSD, can anybody tell me how >to do that? Thanks a lot. I asked a similar question.. The answer I received worked perfectly. /etc/start_if.ep0 # Configure First address on Ethernet echo 'Starting Network Systems' ifconfig ep0 inet 147.109.237.5 netmask 255.255.255.0 # Configure Further "Virtual interfaces" echo 'Adding alias for www.ccd' ifconfig ep0 alias 147.109.237.64 netmask 255.255.255.255 /etc/sysconfig # network_interfaces="ep0 lo0" # ifconfig_ep0="inet 147.109.237.5 netmask 255.255.255.0" ifconfig_lo0="inet localhost" Hope this helps. Cheers, Scott Donovan.