Ben Chuanlong Du's Blog

It is never too late to learn.

Linux Network Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Monitor Network

WireShark iStatMenus tcpdump

9 Best Bandwidth Monitor and Network Usage Monitoring Tools

Best Bandwidth Monitoring Software for Tracking Network Traffic Usage

Network Admin

  1. arp-scan
  2. ping
  3. netstat
  4. proxychains
  5. sshuttle
  6. ip addr

    ip addr show dev eth0
    ip addr show dev eth0 | grep -i --color=auto inet | cut -d / -f 1 | cut -d ' ' -f 6
    
  7. nslookup

    nslookup ip_address
    

Remote Tools

  1. OpenSSH, keychain (keyring for OpenSSH)
  2. Teamviewer
  3. NoMachine, FreeNX
  4. VNC
  5. SSHFS
  6. Remmina
  7. YuuGuu (Web Conference)
  8. LogMeIn (Windows and Mac only)

VPN

  1. WireGuard is a better alternative to OpenVPN.

  2. tailscale is an easy-to-use and secure VPN that network that just works. It is based on WireGuard.

  3. LogMeIn Hamachi LogMeIn Hamachi is a on-demand virtual networking service that enables secure remote access to your business network anywhere there is an Internet connection. It is extremely easy to set up.

  4. ExpressVPN

  5. PrivateInternetAccess

Anonymous Tools

  1. VPN
  2. Proxy
  3. Anomos
  4. Tor
  5. proxychains

Downloading Tools

Comments