From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 16:25:37 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 CB32D16A4CE for ; Tue, 3 Feb 2004 16:25:37 -0800 (PST) Received: from hydra.vsnmail.com (hydra.vsn1.com [207.44.136.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 987B443D1F for ; Tue, 3 Feb 2004 16:25:36 -0800 (PST) (envelope-from tom@vsn1.com) Received: from mail.vsn1.com (vsn1.com [64.38.213.102]) by hydra.vsnmail.com (8.12.11/8.12.6) with ESMTP id i140Pbxo016080 for ; Tue, 3 Feb 2004 17:25:37 -0700 Received: from gp (wan.vsn1.com [64.158.128.122]) by mail.vsn1.com (Postfix) with ESMTP id 0338A6800D for ; Tue, 3 Feb 2004 17:25:30 -0700 (MST) Message-ID: <071201c3eab5$63331c60$137ba8c0@gp> From: "T. Halter" To: Date: Tue, 3 Feb 2004 17:25:23 -0700 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: Virtual Hosting Aliases with FreeBSD 5.2 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: Wed, 04 Feb 2004 00:25:38 -0000 Hello, I'm trying to setup multiple IP boxes using FreeBSD 5.2-Release. If I enter the ifconfig sis0 alias0 inet x.x.x.x 255.255.255.255 I get a bad value error. Similarly, if I put it in /etc/rc.conf with the prerequisite underscores and reboot the machine, the resulting ifconfig -a only shows the primary IP address. Did the procedure change in the 5.x series? A look at the FreeBSD handbook on line still shows this to be the way to accomplish this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-virtual-hosts.html I found that I can use ifconfig sis0 inet x.x.x.x 255.255.255.255 alias. It will add one additional IP to the system, but if I try to add two, I lock up the Ethernet connection. (I've now got to drive back down to the co-lo facility and reboot two of the machines because of it.) Anyone else ran into this issue? Anyone found the solution? Thanks in advance. Tom