In the last episode (Jul 31), Olivier Nicole said:
> I have a FreeBSD machine sending UDP packets to one of my other
> machine. There is no apparent reason why it is sending those UDP
> packets. How can I trace the process doing so?

"sockstat | grep udp" will tell you which processes have udp sockets
open, and tcpdumping the packets can give you an idea of what process
is likely to be sending them.

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

Reply via email to