Advertisement
arieonline

netstat -nlpt

Aug 31st, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. [root@vps1 ~]# netstat -nlpt
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. tcp 0 0 127.0.0.1:199 0.0.0.0:* LISTEN 5777/snmpd
  5. tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 1450/openvpn
  6. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 26539/sslh
  7. tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 1596/perl
  8. tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 1549/nginx
  9. tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 1501/openvpn
  10. tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 22354/dnsmasq
  11. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 13327/sshd
  12. tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 1483/openvpn
  13. tcp 0 0 :::53 :::* LISTEN 22354/dnsmasq
  14. tcp 0 0 :::22 :::* LISTEN 13327/sshd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement