From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 08:56:04 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 B63AF16A4CF for ; Tue, 9 Mar 2004 08:56:04 -0800 (PST) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6983943D1D for ; Tue, 9 Mar 2004 08:56:04 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.120.219]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040309165603.RECG18295.out012.verizon.net@mac.com>; Tue, 9 Mar 2004 10:56:03 -0600 Message-ID: <404DF794.20807@mac.com> Date: Tue, 09 Mar 2004 11:57:56 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Williams References: <5.2.1.1.0.20040308160419.02afa950@pop.courtesymortgage.com> <5.2.1.1.0.20040308160419.02afa950@pop.courtesymortgage.com> <5.2.1.1.0.20040308164913.02affee8@pop.courtesymortgage.com> In-Reply-To: <5.2.1.1.0.20040308164913.02affee8@pop.courtesymortgage.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [68.161.120.219] at Tue, 9 Mar 2004 10:56:03 -0600 cc: freebsd-questions@freebsd.org 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 16:56:04 -0000 Jason Williams wrote: > 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? The rc.conf configuration above could be manually done via: ifconfig fxp0 alias 192.168.2.222 netmask 0xffffff Other changes to rc.conf may require you to to run a startup script-- check /usr/local/etc/rc.d-- or do something else, depending on what the change is. -- -Chuck