Advertisement
Guest User

DO forum support question

a guest
Sep 20th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. root@user:~# netstat -plutn
  2.  
  3. Active Internet connections (only servers)
  4. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  5. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 828/sshd
  6. tcp 0 0 0.0.0.0:39968 0.0.0.0:* LISTEN 1032/srcds_linux
  7. tcp 0 0 127.0.1.1:27015 0.0.0.0:* LISTEN 1032/srcds_linux
  8. tcp6 0 0 :::22 :::* LISTEN 828/sshd
  9. udp 0 0 0.0.0.0:27036 0.0.0.0:* 1032/srcds_linux
  10. udp 0 0 0.0.0.0:26901 0.0.0.0:* 1032/srcds_linux
  11. udp 0 0 0.0.0.0:27005 0.0.0.0:* 1032/srcds_linux
  12. udp 0 0 0.0.0.0:27015 0.0.0.0:* 1032/srcds_linux
  13. udp 0 0 0.0.0.0:27020 0.0.0.0:* 1032/srcds_linux
  14.  
  15. root@user:~# iptables -L -n -v
  16.  
  17. Chain INPUT (policy ACCEPT 2012K packets, 209M bytes)
  18. pkts bytes target prot opt in out source destination
  19.  
  20. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  21. pkts bytes target prot opt in out source destination
  22.  
  23. Chain OUTPUT (policy ACCEPT 2699K packets, 854M bytes)
  24. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement