From owner-freebsd-questions@FreeBSD.ORG Tue Jul 18 13:53:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2570E16A4DA for ; Tue, 18 Jul 2006 13:53:15 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A854243D45 for ; Tue, 18 Jul 2006 13:53:08 +0000 (GMT) (envelope-from jonathan@hst.org.za) Received: from localhost (localhost.hst.org.za [127.0.0.1]) by sirian.hst.org.za (Postfix) with ESMTP id B2F6F31C96D for ; Tue, 18 Jul 2006 15:57:52 +0200 (SAST) Received: from sirian.hst.org.za ([127.0.0.1]) by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84961-07 for ; Tue, 18 Jul 2006 15:57:52 +0200 (SAST) Received: by sirian.hst.org.za (Postfix, from userid 1004) id 8187A31C95B; Tue, 18 Jul 2006 15:57:52 +0200 (SAST) Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id D82F931C595 for ; Tue, 18 Jul 2006 15:57:51 +0200 (SAST) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Tue, 18 Jul 2006 16:10:10 +0200 User-Agent: KMail/1.7.2 References: <002001c6aa70$fa0a35b0$1e15450a@ad.ewsad.net> In-Reply-To: <002001c6aa70$fa0a35b0$1e15450a@ad.ewsad.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607181610.10952.jonathan@hst.org.za> X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on sirian.hst.org.za X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by amavisd-new at hst.org.za Subject: Re: How to change NIC IP when system is running FBSD 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 13:53:15 -0000 On Tuesday 18 July 2006 15:49, Erin Fortenberry wrote: > > But please, that's so, um, "Windows-ish"? > > > > #ifconfig xl0 down* > > #ifconfig xl0 192.168.0.2 netmask 255.255.255.0 > > > > Cake! > > > > Kevin Kinsey > > Don't forget to adjust the default route and save your changes for when the > next windows-ish reboot does happen. And don't you also need to change /etc/hosts? Jonathan