From owner-freebsd-isp Wed Dec 6 09:25:07 1995 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA03123 for isp-outgoing; Wed, 6 Dec 1995 09:25:07 -0800 (PST) Received: from mail.vividnet.com (mail.vividnet.com [206.149.144.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA03113 for ; Wed, 6 Dec 1995 09:24:56 -0800 (PST) Received: from aries.vividnet.com (postmaster@mail.vividnet.com) by mail.vividnet.com (8.6.12/8.6.9) with SMTP id KAA21268; Wed, 6 Dec 1995 10:24:25 -0800 Date: Wed, 6 Dec 1995 10:25:35 -0800 (PST) From: Brian Wang To: Alexei Nikolaevich Romanov cc: freebsd-isp@freebsd.org Subject: Re: Please help! In-Reply-To: <199512052226.WAA23921@albion.loach.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org Precedence: bulk On Tue, 5 Dec 1995, Alexei Nikolaevich Romanov wrote: > I'd be perpetually indebted if one of the providers out there who use virtual > hosts, to multi-home web server pages, would be so deeply kind as to provide > me with a sample of the ifconfigging required to set up the aliased addresses, > or a pointer to the documentation available on doing so; I've searched, and > banged my head against walls for the past two days, and I'm at the end of > my rope, and would -gladly- return the favor of help; I'm an nntp guru, and > have something resembling mastery of INN's tricky whiles. > > Thanks, > > Alexei Well, I received this ifconfig line off this list (Thanks to whoever for posting it). This is my config line, yours may differ a bit (i.e. ep0). * in rc.local --cut-- # Virtual Domain IP Aliasing echo 'aliasing INTRINSICSYSTEM.COM' ifconfig ep0 alias www.intrinsicsystem.com netmask 255.255.255.0 up --cut-- Sincerely, Brian