[SOLVED] Prevent starting network on fwe0 and fwip0

2013-07-20 Thread Martin Alejandro Paredes Sanchez
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Prevent starting network on fwe0 and fwip0

2013-05-18 Thread Martin Alejandro Paredes Sanchez
Hi:

How can I prevent the start of network on fwe0 and fwip0?

fwe0: Ethernet over FireWire
fwip0: IP over FireWire

In /etc/rc.conf I added this line

network_interfaces=lo0 fxp0 wpi0

But I still see that FreeBSD start fwe0 and fwip0

Starting Network: lo0 fxp0 wpi0
Starting Network: fwe0
Starting Network: fwip0

I also had networks on USB

Starting Network: usbus0
Starting Network: usbus1
Starting Network: usbus2
Starting Network: usbus3
Starting Network: usbus4

But I added

hw.usb.no_pf=1

To /boot/loader.conf file and FreeBSD didn't start the network in USB anymore

Is there something similar for FireWire?

I notice that the lines apear after DEVD is started

Is there a trick for DEVD?

TIA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org