From owner-freebsd-questions@FreeBSD.ORG Thu Nov 2 15:34:30 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 46AC316A40F for ; Thu, 2 Nov 2006 15:34:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 043EB43D5D for ; Thu, 2 Nov 2006 15:34:27 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 02 Nov 2006 10:34:16 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id MLT53573; Thu, 2 Nov 2006 10:34:03 -0500 (EST) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 02 Nov 2006 10:34:00 -0500 X-IronPort-AV: i="4.09,380,1157342400"; d="scan'208"; a="305054334:sNHT5270564626" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17738.3875.188011.431188@jerusalem.litteratus.org> Date: Thu, 2 Nov 2006 10:30:43 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <340a29540611020711v50a08a2ge07490323cf37af0@mail.gmail.com> References: <340a29540611020711v50a08a2ge07490323cf37af0@mail.gmail.com> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090204.454A0F97.0001,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.121/2006-09-27 Subject: Change an IP address without a reboot 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: Thu, 02 Nov 2006 15:34:30 -0000 Andrew Falanga writes: > How can I eliminate the first address? I've looked over the > ifconfig manual page several times, each time reading it just a > little bit more carefully, but I haven't found anything that > answers this question. Would some kind person please help me out > and show me what it is that's eluding me from making this happen? I don't know that you can surgically delete the first address. Where I in your shoes, I would: ifconfig sis0 delete ifconfig sis0 inet ifconfig sis0 inet6 Robert Huff