From owner-freebsd-questions Thu May 15 10:56:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA03724 for questions-outgoing; Thu, 15 May 1997 10:56:09 -0700 (PDT) Received: from ssnet.com (uucp@marlin.ssnet.com [208.212.179.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03706 for ; Thu, 15 May 1997 10:56:05 -0700 (PDT) Received: from seitz.UUCP (uucp@localhost) by ssnet.com (8.8.5/8.6.12) with UUCP id NAA13581 for freebsd-questions@freebsd.org; Thu, 15 May 1997 13:54:55 -0400 (EDT) Received: by seitz.com; Thu, 15 May 97 12:56:19 EDT Message-ID: <909E782F012E0F00@seitz.com> Date: 15 May 97 12:56:04 -0500 From: Chris Brown To: freebsd-questions@freebsd.org Subject: Multiple PI addresses on an ethernet card. X-Mailer: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been running Linux and will have to set up a FreeBSD box. One of the things that will be necessary is to have alias PI addresses on the ethernet card to run multiple domains for an apache web server. In Linux the only thing that is necessary is to compile the kernel with alias support then set up the addresses with ifconfig during boot. Like so: ifconfig eth0 10.0.0.1 ifconfig eth0:0 10.0.0.2 ifconfig eth0:1 10.0.0.3 Then you add routes for the all the addresses on the card. I would think that it would be basically the same on FreeBSD but I didn't see it in the FreeBSD handbook or the FAQs but I may have missed it. Can someone point me at some documentation and possibly give me the abridged version of this?