Last active
August 29, 2015 14:27
-
-
Save sylvia43/e0d343c605c0e5ea5def to your computer and use it in GitHub Desktop.
First one is the server process, second is client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Proto Local Address Foreign Address State PID | |
C:\WINDOWS\system32>netstat -aon | grep 7464 | |
TCP 0.0.0.0:9999 0.0.0.0:0 LISTENING 7464 | |
TCP 192.168.200.128:9999 192.168.200.128:51581 ESTABLISHED 7464 | |
TCP 192.168.200.128:9999 192.168.200.128:51582 ESTABLISHED 7464 | |
TCP [::]:9999 [::]:0 LISTENING 7464 | |
C:\WINDOWS\system32>netstat -aon | grep 10108 | |
TCP 192.168.200.128:51581 192.168.200.128:9999 ESTABLISHED 10108 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment