From owner-freebsd-net@FreeBSD.ORG Thu Jan 24 13:29:21 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6DCE71F4 for ; Thu, 24 Jan 2013 13:29:21 +0000 (UTC) (envelope-from s.khanchi@gmail.com) Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) by mx1.freebsd.org (Postfix) with ESMTP id 40783843 for ; Thu, 24 Jan 2013 13:29:21 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id lz20so3975513obb.2 for ; Thu, 24 Jan 2013 05:29:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=bifir+Q8QhgsQsByTBNcun19Q+F8wi6qLNBf1eNC8Kc=; b=eDEKq5h/GGxI7f9QQ3hehAVs+7o1SoyhO6dDUXU+Bmq6DWjpST5r0RMs2L+oHbhu1g D2zVDu4E/7bsfXTZXQ8WFQ+YZAPUyNHdKHXhlZB5fkmHhxqyL4PnTbm9q4LKgtx9FTB6 eqxf3zIb3OjGM/ri0TNPYSJfuRRfmM3wYpA729B/iCl9CFM6U+lpPtkKeE6r3AmL9ei9 onTD5dneoMGSEtTB/ftGn1lud/N/GjzvGUXukJ+UabtSYVYug+Zy7D8EYMgAV9y8g+iU VL3zI7hZ/4ja2awkUlvNdhJhvEcgSKV+JUUFUHrUuxongp4RvpzJluKcdre8J+NgR355 oo/w== X-Received: by 10.50.154.229 with SMTP id vr5mr1132271igb.49.1359034160512; Thu, 24 Jan 2013 05:29:20 -0800 (PST) MIME-Version: 1.0 Sender: s.khanchi@gmail.com Received: by 10.64.38.65 with HTTP; Thu, 24 Jan 2013 05:29:00 -0800 (PST) From: h bagade Date: Thu, 24 Jan 2013 16:59:00 +0330 X-Google-Sender-Auth: 6SmqMIlJRaQ5kBvaaiI_U3Nvsrw Message-ID: Subject: how to completely makes an interface down? To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 13:29:21 -0000 Hi all, I'm searching for a method or configuration which when I make the interface down, the led goes off. Currently the led still remains on when I shutdowns the interface! Is there any way to do this?