From owner-freebsd-questions@FreeBSD.ORG Sun Jul 21 04:50:38 2013 Return-Path: Delivered-To: freebsd-questions@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 027D8336 for ; Sun, 21 Jul 2013 04:50:37 +0000 (UTC) (envelope-from mapsware@prodigy.net.mx) Received: from nlpiport17.prodigy.net.mx (nlpiport17.prodigy.net.mx [148.235.52.22]) by mx1.freebsd.org (Postfix) with ESMTP id C550121C for ; Sun, 21 Jul 2013 04:50:37 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EAB5n61G9qlmr/2dsb2JhbABagwa+QoJxgRUWgxgBAQWBCSMcEleIKQK2KZAdFoNoA4hwOKACgzI X-IronPort-AV: E=Sophos;i="4.89,711,1367989200"; d="scan'208";a="375252540" Received: from nlpiport21.prodigy.net.mx ([148.235.52.83]) by nlpiport17.prodigy.net.mx with ESMTP; 20 Jul 2013 23:45:21 -0500 Received: from dsl-189-170-89-171-dyn.prod-infinitum.com.mx (HELO morena.lan) ([189.170.89.171]) by nlpiport21.prodigy.net.mx with ESMTP; 20 Jul 2013 23:45:21 -0500 From: Martin Alejandro Paredes Sanchez To: freebsd-questions@freebsd.org Subject: [SOLVED] Prevent starting network on fwe0 and fwip0 Date: Sat, 20 Jul 2013 21:45:28 -0700 User-Agent: KMail/1.9.10 References: <201305181657.31463.mapsware@prodigy.net.mx> In-Reply-To: <201305181657.31463.mapsware@prodigy.net.mx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201307202145.28578.mapsware@prodigy.net.mx> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 04:50:38 -0000 On Saturday 18 May 2013 16:57:31 Martin Alejandro Paredes Sanchez wrote: > Hi: > > How can I prevent the start of network on fwe0 and fwip0? > > fwe0: Ethernet over FireWire > fwip0: IP over FireWire > > I notice that the lines apear after DEVD is started > > Is there a trick for DEVD? > I created the /usr/local/etc/devd/firewire.conf file with notify 0 { match "system" "IFNET"; match "subsystem" "(fwe0|fwip0)"; }; With this, FreeBSD do not start the network on fwe0 and fwip0 You won't see Starting Network: fwe0 Starting Network: fwip0 But this drivers are loaded (fwe0 and fwip0), with ifconfig you can see the configuration of them HTH