Date: Fri, 01 Mar 1996 09:34:13 +1100 From: Scott Donovan <sdd@ccd.tas.gov.au> To: wlchen@ix.netcom.com (Wen-lung Chen ) Cc: freebsd-questions@freebsd.org Subject: Re: Virtual Host?? Message-ID: <2.2.32.19960229223413.007039c8@falcon.pacit.tas.gov.au>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2.2.32.19960229223413.007039c8>