Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2013 21:45:28 -0700
From:      Martin Alejandro Paredes Sanchez <mapsware@prodigy.net.mx>
To:        freebsd-questions@freebsd.org
Subject:   [SOLVED] Prevent starting network on fwe0 and fwip0
Message-ID:  <201307202145.28578.mapsware@prodigy.net.mx>
In-Reply-To: <201305181657.31463.mapsware@prodigy.net.mx>
References:  <201305181657.31463.mapsware@prodigy.net.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307202145.28578.mapsware>