From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 16:49:30 2003 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 7BF5216A4CE for ; Wed, 26 Nov 2003 16:49:30 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F95643FBF for ; Wed, 26 Nov 2003 16:49:29 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) hAR0nPSq017774; Wed, 26 Nov 2003 19:49:26 -0500 (EST) Message-ID: <3FC54A15.4060205@mindcore.net> Date: Wed, 26 Nov 2003 19:49:25 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ben Dover References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adding new IP's without reboot? 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: Thu, 27 Nov 2003 00:49:30 -0000 Ben Dover wrote: > Is there a way to add new IP’s to a FreeBSD 4.9 or 5.1 box without > rebooting. I add them to /etc/rc.conf but they are not effective until > a reboot. There are some webhosting assistant programs which allow > instant use of IP’s with *nix and I was hoping there was a way to do > this in FBSD. > > _________________________________________________________________ > Gift-shop online from the comfort of home at MSN Shopping! No crowds, > free parking. http://shopping.msn.com > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > If you've got other NICs installed, then see 'man ifconfig' or use the ifconfig_* line from rc.conf asa template. If you have limited NICs, they're likely using aliases, which is covered although briefly in the ifconfig man page. Easy on Linux, haven't used IP aliases on freebsd as of yet, but a quick google shows: http://freebsd.peon.net/tutorials/6/ IP Aliasing Doc/Tutorial... HTH, Scott