Skip to content

Instantly share code, notes, and snippets.

@rferreira
Created August 21, 2013 01:11
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 rferreira/6289299 to your computer and use it in GitHub Desktop.
Save rferreira/6289299 to your computer and use it in GitHub Desktop.
ceph2:~# netstat -altn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:6800 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 172.20.22.91:6789 0.0.0.0:* LISTEN
tcp 0 9 172.20.22.91:53685 172.20.22.90:6789 ESTABLISHED
tcp 0 0 172.20.22.91:6789 172.20.22.90:55808 ESTABLISHED
tcp 0 176 172.20.22.91:22 172.20.20.210:59809 ESTABLISHED
tcp6 0 0 :::22 :::* LISTEN
root@ceph2:~#
ceph1:/# netstat -altn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 172.20.22.90:6789 0.0.0.0:* LISTEN
tcp 0 0 172.20.22.90:55808 172.20.22.91:6789 ESTABLISHED
tcp 0 320 172.20.22.90:22 172.20.20.210:59188 ESTABLISHED
tcp 0 0 172.20.22.90:6789 172.20.22.91:53685 ESTABLISHED
tcp6 0 0 :::22 :::* LISTEN
root@ceph1:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment