From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 14:41:57 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 A648616A4CE for ; Thu, 18 Dec 2003 14:41:57 -0800 (PST) Received: from asylum.org (asylum.org [206.64.97.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776DF43D1F for ; Thu, 18 Dec 2003 14:41:55 -0800 (PST) (envelope-from dave@asylum.org) Received: from ward.asylum.org (ward.asylum.org [206.64.97.20]) by asylum.org (8.12.9/8.12.9) with ESMTP id hBIMfpej091323 for ; Thu, 18 Dec 2003 17:41:52 -0500 (EST) (envelope-from dave@asylum.org) Message-Id: <5.1.0.14.2.20031218173732.03a88790@localhost> X-Sender: dave@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 18 Dec 2003 17:41:54 -0500 To: freebsd-questions@freebsd.org From: dave In-Reply-To: <1899501608.20031218170248@hotbox.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: shutting down network interfaces 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, 18 Dec 2003 22:41:57 -0000 At 08:02 PM 12/18/2003, you wrote: >I have two netcards and want to shut down one of them without >rebooting. man ifconfig will tell you what to do. the short answer: ifconfig interface_card down ie : ifconfig ed0 down cheers dave