Skip to content

Instantly share code, notes, and snippets.

@blt
Created March 11, 2011 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blt/866653 to your computer and use it in GitHub Desktop.
Save blt/866653 to your computer and use it in GitHub Desktop.
$ netstat -ant | grep 5556
tcp 0 0 0.0.0.0:5556 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:43914 127.0.0.1:5556 ESTABLISHED
tcp 0 0 127.0.0.1:5556 127.0.0.1:43914 ESTABLISHED
$ netstat -ant | grep 5556
tcp 0 0 0.0.0.0:5556 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5556 127.0.0.1:50597 ESTABLISHED
tcp 0 0 127.0.0.1:43914 127.0.0.1:5556 ESTABLISHED
tcp 0 0 127.0.0.1:50597 127.0.0.1:5556 ESTABLISHED
tcp 0 0 127.0.0.1:5556 127.0.0.1:43914 ESTABLISHED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment