Last active
December 18, 2015 23:29
-
-
Save danrl/5861826 to your computer and use it in GitHub Desktop.
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
danrl@tunafish ~$ netstat -tanW | |
Active Internet connections (servers and established) | |
Proto Recv-Q Send-Q Local Address Foreign Address State <-- [1] | |
tcp 0 0 0.0.0.0:5000 LISTEN | |
0.0.0.0:* | |
tcp6 0 0 :::5000 LISTEN | |
:::* | |
tcp6 0 0 2001:470:722d:10:4c6f:4b6d:dde0:1131:57366 ESTABLISHED | |
2a00:1450:4001:804::1008:443 | |
tcp6 0 0 2001:470:722d:10:c9d:41ad:470e:81bf:32855 ESTABLISHED | |
2001:67c:26f4:64::66:22 | |
[1] Right aligned header string "Foreign Address" indicates multi-line table cell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment