Skip to Content
  • +31 653-919-302
Cafayate.Net
  • 0
  • 0
  • Sign in
  • Nederlands English (US) Español (AR)
  • Contact Us
  • Home
  • Blog
  • Jobs
  • Contact us
Cafayate.Net
  • 0
  • 0
    • Home
    • Blog
    • Jobs
    • Contact us
  • +31 653-919-302
  • Nederlands English (US) Español (AR)
  • Sign in
  • Contact Us

netstat

  • All Blogs
  • Tech Blog
  • netstat
  • March 5, 2021 by
    Administrator

     

    There’s a few parameters to netstat that are useful for this :

    • -l or --listening shows only the sockets currently listening for incoming connection.
    • -a or --all shows all sockets currently in use.
    • -t or --tcp shows the tcp sockets.
    • -u or --udp shows the udp sockets.
    • -n or --numeric shows the hosts and ports as numbers, instead of resolving in dns and looking in /etc/services.

     

    You use a mix of these to get what you want. To know which port numbers are currently in use, use one of these:

    netstat -atn           # For tcp
    netstat -aun           # For udp
    netstat -atun          # For both
    

     

    In the output all port mentioned are in use either listening for incoming connection or connected to a peer** all others are closed. TCP and UDP ports are 16 bits wide (they go from 1-65535)

     

    ** They can also be connecting/disconnecting from the peer.

    in Tech Blog
    How to restrict the visibility of website pages?

    Designed for companies

    We are a team of passionate people whose goal is to improve everyone's life through disruptive products. We build great products to solve your business problems. Our products are designed for small to medium size companies willing to optimize their performance.

    Get in touch

    Plantexel
    Pedernera
    Salta Capital 
    Argenina

    • +31 653-919-302
    • [email protected]
    Follow us
    Copyright © Plantexel
    Nederlands | English (US) | Español (AR)