how to eliminate an unused interface?

2006-04-20 Thread Jonathan Horne
my box has a firewire port that is showing up as fwe0.  it is not being
used, and i would like to eliminate this device from the network
configuration.  (some applications try to bind to this as its default
interface, ex: iftop).

how do i go about elimination, or where is that network configuration for
that located?

thanks,
jonathan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: how to eliminate an unused interface?

2006-04-20 Thread fbsd

Disabling it in the pc bios will cause FreeBSD not to find it.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jonathan
Horne
Sent: Thursday, April 20, 2006 11:24 AM
To: [EMAIL PROTECTED]
Subject: how to eliminate an unused interface?


my box has a firewire port that is showing up as fwe0.  it is not
being
used, and i would like to eliminate this device from the network
configuration.  (some applications try to bind to this as its
default
interface, ex: iftop).

how do i go about elimination, or where is that network
configuration for
that located?

thanks,
jonathan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to eliminate an unused interface?

2006-04-20 Thread Robert Huff

Jonathan Horne writes:

  my box has a firewire port that is showing up as fwe0.  it is not
  being used, and i would like to eliminate this device from the
  network configuration.  (some applications try to bind to this as
  its default interface, ex: iftop).
  
  how do i go about elimination, or where is that network
  configuration for that located?

/etc/rc.conf?


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to eliminate an unused interface?

2006-04-20 Thread Hugo Silva

Robert Huff wrote:

Jonathan Horne writes:

  

 my box has a firewire port that is showing up as fwe0.  it is not
 being used, and i would like to eliminate this device from the
 network configuration.  (some applications try to bind to this as
 its default interface, ex: iftop).
 
 how do i go about elimination, or where is that network

 configuration for that located?



/etc/rc.conf?


Robert Huff

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  

Hello,

Edit your kernel and remove firewire support -- it's in the last lines 
of the kernel config.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to eliminate an unused interface?

2006-04-20 Thread Jonathan Horne
 Robert Huff wrote:
 Jonathan Horne writes:


  my box has a firewire port that is showing up as fwe0.  it is not
  being used, and i would like to eliminate this device from the
  network configuration.  (some applications try to bind to this as
  its default interface, ex: iftop).

  how do i go about elimination, or where is that network
  configuration for that located?


  /etc/rc.conf?


  Robert Huff

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

 Hello,

 Edit your kernel and remove firewire support -- it's in the last lines
 of the kernel config.
 ___


so is there no other place to comment that devices configuration out? 
someone referred to the rc.conf file, but only my xl0 (with DHCP settings)
appears there.

removing firewire from the kernel would work, but then i would not beable
to plug in a firewire drive down the road.  i just want to eliminate the
firewire networking interface support.

thanks,
jonathan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to eliminate an unused interface?

2006-04-20 Thread Fabian Keil
Jonathan Horne [EMAIL PROTECTED] wrote:

 removing firewire from the kernel would work, but then i would not
 beable to plug in a firewire drive down the road.  i just want to
 eliminate the firewire networking interface support.

You could remove device fwe without disabling device firewire
and device sbp, or you could remove them all and load firewire
and sbp as modules.

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: how to eliminate an unused interface?

2006-04-20 Thread Chris Hill

On Thu, 20 Apr 2006, Jonathan Horne wrote:


my box has a firewire port that is showing up as fwe0.  it is not being
used, and i would like to eliminate this device from the network
configuration.  (some applications try to bind to this as its default
interface, ex: iftop).

how do i go about elimination, or where is that network configuration for
that located?


Could you not just do a

# ifconfig fwe0 down

?

Just a thought. Maybe you've already tried this, but nobody else has 
suggested it.


HTH.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to eliminate an unused interface?

2006-04-20 Thread Jonathan Horne
On Thursday 20 April 2006 17:44, Chris Hill wrote:

 Could you not just do a

 # ifconfig fwe0 down

 ?

 Just a thought. Maybe you've already tried this, but nobody else has
 suggested it.

 HTH.

 --
 Chris Hill   [EMAIL PROTECTED]
 ** [ Busy Expunging | ]

actually i did try that, but iftop still bound to it on start.  oh well, a 
security advisory came out yesterday anyway, thus we're all due for a kernel 
compile as it is.  ill just comment out the fwe0 and call it even.

thanks all,
jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]