Advertisement
ScottHelme

EE BrightBox - netstat

Jan 13th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. root@BrightBox:/bin # netstat -a
  2. Active Internet connections (servers and established)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State
  4. tcp 0 0 0.0.0.0:www 0.0.0.0:* LISTEN
  5. tcp 0 0 0.0.0.0:8085 0.0.0.0:* LISTEN
  6. tcp 0 0 192.168.1.1:domain 0.0.0.0:* LISTEN
  7. tcp 0 0 0.0.0.0:telnet 0.0.0.0:* LISTEN
  8. tcp 0 0 192.168.1.1:5438 0.0.0.0:* LISTEN
  9. udp 0 0 192.168.1.1:domain 0.0.0.0:*
  10. udp 0 0 0.0.0.0:bootps 0.0.0.0:*
  11. udp 0 0 192.168.1.1:upnp 0.0.0.0:*
  12. udp 0 0 0.0.0.0:upnp 0.0.0.0:*
  13. udp 0 0 0.0.0.0:50032 0.0.0.0:*
  14. Active UNIX domain sockets (servers and established)
  15. Proto RefCnt Flags Type State I-Node Path
  16. unix 5 [ ] DGRAM 246 /dev/log
  17. unix 2 [ ] DGRAM 549
  18. unix 2 [ ] DGRAM 492
  19. unix 2 [ ] DGRAM 351
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement