Re: Hacked? How can I tell what process is sending packets from a particular port (udp/55613)?

2006-05-01 Thread Nils Vogels
Frank Steinborn wrote on 30-04-2006 22:58:
 boink wrote:
   
 Dear FreeBSD,

 I see outbound packets from udp/55613, one every 5 seconds, to a
 single non-routable (10) IP, with destination port increasing by 1
 with each packet, with expected ICMP Destination net unreachables from
 an upstream router.

 AFAIK, there's no reason for this and I don't like it - how can I tell
 which process is sending the packets?

 With thanks in advance,
 boink
 

 Try to catch the process with sockstat -46p 55613
   
Should that not give you the results you desire, try installing lsof, it
has a bundle of options for open filehandles.

HTH,

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


Re: Hacked? How can I tell what process is sending packets from a particular port (udp/55613)?

2006-04-30 Thread Frank Steinborn
boink wrote:
 Dear FreeBSD,
 
 I see outbound packets from udp/55613, one every 5 seconds, to a
 single non-routable (10) IP, with destination port increasing by 1
 with each packet, with expected ICMP Destination net unreachables from
 an upstream router.
 
 AFAIK, there's no reason for this and I don't like it - how can I tell
 which process is sending the packets?
 
 With thanks in advance,
 boink

Try to catch the process with sockstat -46p 55613

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


Re: Hacked? How can I tell what process is sending packets from a particular port (udp/55613)?

2006-04-30 Thread Glenn Dawson

At 01:52 PM 4/30/2006, boink wrote:

Dear FreeBSD,

I see outbound packets from udp/55613, one every 5 seconds, to a
single non-routable (10) IP, with destination port increasing by 1
with each packet, with expected ICMP Destination net unreachables from
an upstream router.

AFAIK, there's no reason for this and I don't like it - how can I tell
which process is sending the packets?


sockstat -c should give you the info you need.

-Glenn



With thanks in advance,
boink
___
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]