Re: tap interface, bridging and freebsd 5.3
From: Andrea Venturoli (ml.diespammer_at_netfence.it)
Date: 02/28/05
- Previous message: Ted Mittelstaedt: "RE: HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3"
- In reply to: Andrea Riela: "tap interface, bridging and freebsd 5.3"
- Next in thread: Ruben de Groot: "Re: tap interface, bridging and freebsd 5.3"
- Reply: Ruben de Groot: "Re: tap interface, bridging and freebsd 5.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Feb 2005 12:18:55 +0100 To: freebsd-questions@freebsd.org
Andrea Riela wrote:
> Hi folks,
>
> I would test openvpn with bridging options, then I need a tap interface.
> I've compiled my kernel with
> device tap
> then 'kldload if_tap' via command line
These are mutually exclusive: either you compile your kernel with tap or
you load it as a module, not both.
> but I don't see a tap interface in /dev or with ifconfig ...
You won't see any network interface in /dev; just run ifconfig -a and
check: you won't find any of the listed devices in /dev.
> Obviously:
> tcpdump -i tap0
> tcpdump: BIOCSETIF: tap0: Device not configured
taps will come up when some programs activates it. Once you have openvpn
correctly running, you'll see tap0 in ifconfig's output and you'll be
able to run tcpdump against it.
bye
av.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Ted Mittelstaedt: "RE: HOWTO : Setting Up a mouse + wheel on a traditional ps/2 port in FBSD 5.3"
- In reply to: Andrea Riela: "tap interface, bridging and freebsd 5.3"
- Next in thread: Ruben de Groot: "Re: tap interface, bridging and freebsd 5.3"
- Reply: Ruben de Groot: "Re: tap interface, bridging and freebsd 5.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|