Find the answer to your Linux question:
Results 1 to 2 of 2
Hi I am using wireshark and was wondering what this activity is on 42668: 2554 266.082798 184.51.200.41 24.183.xxxx TCP http > 42668 [FIN, ACK] Seq=1 Ack=1 Win=181 Len=0 TSV=1912527186 TSER=307352438 ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    16

    activity on port 42668

    Hi

    I am using wireshark and was wondering what this activity is on 42668:

    2554 266.082798 184.51.200.41 24.183.xxxx TCP http > 42668 [FIN, ACK] Seq=1 Ack=1 Win=181 Len=0 TSV=1912527186 TSER=307352438

    2555 266.121950 24.183.xxxx 184.51.200.41 TCP 42668 > http [ACK] Seq=1 Ack=2 Win=670 Len=0 TSV=307852479 TSER=1912527186

    It seems to happen about once every 30 minutes, regardless of whether there are any browsers or webpages open or not. Does it have something to do with network time or weather?

    I am using Fedora 12.

    Thank you

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    You could use the following command to see what is listening on that port:
    Code:
    netstat -np | grep tcp
    or

    Code:
    netstat -np | grep <port#>

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...