Re: tcpdump - tun/tap virtual interfaces

From: Robert Watson (rwatson_at_freebsd.org)
Date: 09/28/03

  • Next message: Dambielle Yannick: "Re: tcpdump - tun/tap virtual interfaces"
    Date: Sun, 28 Sep 2003 12:40:32 -0400 (EDT)
    To: Dambielle Yannick <yannick.dambielle@free.fr>
    
    

    On Sun, 28 Sep 2003, Dambielle Yannick wrote:

    > I've tried to dump some paquets sent to a virtual interface without any
    > success for a couple of hours so I ask for some helps to the list. I
    > use a FreeBSD 5.0, my kernel has been rebuilt and installed with the
    > following option in order to use a tap virtual interface : device tap
    > The virtual interface has been created (tap0) and I've attached the IP
    > adress 10.0.0.1. It seems ok, I can see it with ifconfig. All the tests
    > are local tests. While I ping 10.0.0.1 (paquets are sent and not lost),
    > I laught a tcpdump -i tap0 from another shell... Nothing is dumped
    > (?!)... Well, if some of you has an idea, I'll be very happy.

    Do you see anything when you ping the broadcast address or other foreign
    address of the tap interface? Packets delivered to local IP addresses
    generally don't go out an interface.

    Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
    robert@fledge.watson.org Network Associates Laboratories

    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Dambielle Yannick: "Re: tcpdump - tun/tap virtual interfaces"