pkands
Nov 21 2007, 08:59 PM
Does anyone recognize what this tcpdump entry is about? It happens about every 5-10 seconds
12:27:01.562398 IP 192.168.2.2.42865 > nelson.w3.org.http: . ack 24841 win 4140 <nop,nop,timestamp 3709889 1642257983>
12:27:01.592430 IP nelson.w3.org.http > 192.168.2.2.42865: . 24841:26221(1380) ack 75 win 5792 <nop,nop,timestamp 1642258008 3709818>
tyme
Nov 21 2007, 09:10 PM
it would seem that for some reason your computer is regularly contacting the website of the world wide web consortium. Why is another question...I would suggest using the
netstat command to find out what service/program is using that port.
pkands
Nov 22 2007, 12:42 AM
QUOTE (tyme @ Nov 21 2007, 08:48 PM)

it would seem that for some reason your computer is regularly contacting the website of the world wide web consortium. Why is another question...I would suggest using the
netstat command to find out what service/program is using that port.
I had to reboot for other reasons and now the problem is gone. I'm sure it will reappear and I'll try netstat to track it down.
Thanks for the tip.