From owner-freebsd-questions@FreeBSD.ORG Tue Oct 30 12:18:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A926516A468 for ; Tue, 30 Oct 2007 12:18:20 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3C8A013C4C5 for ; Tue, 30 Oct 2007 12:18:20 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 20135 invoked by uid 1002); 30 Oct 2007 12:18:12 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.478368 secs); 30 Oct 2007 12:18:12 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 30 Oct 2007 12:18:05 -0000 Message-ID: <4727210C.5050307@ibctech.ca> Date: Tue, 30 Oct 2007 08:18:20 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd@dreamchaser.org References: <47255E38.9020406@dreamchaser.org> <1193710374.1212.8.camel@darklight.org.ru> <4726A5A1.2090400@dreamchaser.org> In-Reply-To: <4726A5A1.2090400@dreamchaser.org> X-Enigmail-Version: 0.95.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Yuri Pankov , freebsd-questions@freebsd.org Subject: Re: ifconfig -- how to remove address and mask? 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, 30 Oct 2007 12:18:20 -0000 freebsd@dreamchaser.org wrote: > I tried delete, but it only works for *additional* ip addresses added > using the alias command, not the original, primary one. I can't > remember the error message. Are you specifying the primary IP as an argument to delete? It works here for me with a primary IP ok: # ifconfig fxp1 delete 192.168.0.3 Steve