From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 16:41:37 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 8558C16A4CE for ; Wed, 26 Nov 2003 16:41:37 -0800 (PST) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14EA443FE5 for ; Wed, 26 Nov 2003 16:41:36 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao06.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031127004133.IPJD24575.lakemtao06.cox.net@vixen42>; Wed, 26 Nov 2003 19:41:33 -0500 Date: Wed, 26 Nov 2003 18:40:16 -0600 From: Vulpes Velox To: "Ben Dover" Message-Id: <20031126184016.49766e68.kitbsdlists@HotPOP.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:41:37 -0000 On Wed, 26 Nov 2003 19:32:54 -0500 "Ben Dover" wrote: > Is there a way to add new IP=92s to a FreeBSD 4.9 or 5.1 box without=20 > rebooting. I add them to /etc/rc.conf but they are not effective until a= =20 > reboot. There are some webhosting assistant programs which allow instant= =20 > use of IP=92s with *nix and I was hoping there was a way to do this in FB= SD. Look into ifconfig. Webmin will also handle it. ifconfig the program used f= or manipulating network interfaces. The man on it useful.