From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 11:45:16 2004 Return-Path: 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 E61C816A4CE for ; Fri, 12 Mar 2004 11:45:16 -0800 (PST) Received: from nas.net (kappa.nas.net [199.243.225.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 898D043D1D for ; Fri, 12 Mar 2004 11:45:16 -0800 (PST) (envelope-from garyb@nas.net) X-NAS-RecipientsChecked: yes Received: from [199.243.225.36] (HELO xi) by nas.net (CommuniGate Pro SMTP 4.1.8) with SMTP id 21568871 for freebsd-questions@freebsd.org; Fri, 12 Mar 2004 14:45:15 -0500 Message-ID: <010301c4086a$99e00ed0$0501010a@NETACCESS.nas.net> From: "Gary Bannister" To: Date: Fri, 12 Mar 2004 14:45:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Adding Virtual Host IPs Takes Too Long X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 19:45:17 -0000 We are setting up our first web server under FreeBSD 5.1. Everything is going well except that adding virtual host IPs takes a very long time. We have timed it at 7 minutes to add 255 IPs. This seems to talk far too long and makes reboots very long processes. Our "start_if.em1" file is as follows: ifconfig_em1="inet 216.145.105.3 netmask 255.255.255.0 media 100baseTX mediaopt full-duplex" ifconfig_em1_alias0="inet 216.145.105.4 netmask 255.255.255.255" ifconfig_em1_alias1="inet 216.145.105.5 netmask 255.255.255.255" ifconfig_em1_alias2="inet 216.145.105.6 netmask 255.255.255.255" ifconfig_em1_alias3="inet 216.145.105.7 netmask 255.255.255.255" ifconfig_em1_alias4="inet 216.145.105.8 netmask 255.255.255.255" ... (etc.) ... Adding aliases from the command line takes an equal amount of time (about 2 seconds per IP). Both methods do work and no error messages are produced. Is this normal or are we missing something??? Gary Bannister NetAccess Systems Inc.