From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 16:50:44 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 41D5A16A4CE for ; Mon, 8 Mar 2004 16:50:44 -0800 (PST) Received: from mail.courtesymortgage.com (unknown [209.126.131.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1395943D39 for ; Mon, 8 Mar 2004 16:50:44 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Received: from jwilliams.courtesymortgage.com ([192.168.1.90]) i290rHVm000226 for ; Mon, 8 Mar 2004 16:53:17 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Message-Id: <5.2.1.1.0.20040308164913.02affee8@pop.courtesymortgage.com> X-Sender: jwilliams@pop.courtesymortgage.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Mon, 08 Mar 2004 16:50:47 -0800 To: freebsd-questions@freebsd.org From: Jason Williams In-Reply-To: <20040309014012.1670ea82@moonshine.eyfa.org> References: <5.2.1.1.0.20040308160419.02afa950@pop.courtesymortgage.com> <5.2.1.1.0.20040308160419.02afa950@pop.courtesymortgage.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: setting up network virtual hosts (ifconfig) 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: Tue, 09 Mar 2004 00:50:44 -0000 > >e.g. something like this works fine here : > ># /etc/rc.local : >ifconfig fxp0 alias 192.168.2.222 netmask 0xffffffff That seemed to have done the trick, manually. Im guessing, I could put the same thing in my rc.conf file, but with proper syntax: ifconfig_fxp0_alias0="inet 192.168.2.222 netmask 0xffffff On a side note, if you set something up in rc.conf, how can you manually start it without having to reboot? Thanks, Jason