From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 01:26:25 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5398A16A41C for ; Wed, 29 Jun 2005 01:26:25 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6317143D48 for ; Wed, 29 Jun 2005 01:26:23 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j5T1QLi8061335 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Jun 2005 08:26:21 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j5T1QJO3011113; Wed, 29 Jun 2005 08:26:19 +0700 (ICT) Date: Wed, 29 Jun 2005 08:26:19 +0700 (ICT) Message-Id: <200506290126.j5T1QJO3011113@banyan.cs.ait.ac.th> From: Olivier Nicole To: cswiger@mac.com In-reply-to: <42C185E2.50005@mac.com> (message from Chuck Swiger on Tue, 28 Jun 2005 13:16:18 -0400) References: <20050628153611.GA1019@yoafrica.com> <42C185E2.50005@mac.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: questions@freebsd.org, john@yoafrica.com Subject: Re: Interface aliases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 01:26:25 -0000 > As a general rule, you should have one IP per NIC. Putting > thousands of IP addresses on a single box is a misuse of limited IP > space, unless you are using RFC-1918 addresses. What is the actual > problem you are trying to solve? That is not true. As a web hosting company, you may want to have one IP per web site (to allow SSL for example) but all hosting on a single machine. Olivier