Linux networking
/ Update
1 min read
Networking commands#
- for IP address and details
useip aorifconfig/iwconfig(for wireless) - Address resolution Protocol - to know ip corresponded with MAC address
ip norarp -a - routing table
ip rorroute - to check for open ports and services
netstat - List open ports
ss -tunlp - DNS query
dig domain.com traceroute: A network diagnostic tool for displaying the route and measuring transit delays of packetsmtr: Combinespingandtrace routeto show real-time packet loss and latency.
Linux networking
https://nahil.xyz/vault/linux/linux-networking/
Author Nahil Rasheed
Published at June 15, 2025
Copyright
CC BY-NC-SA 4.0
Disclaimer This content is provided strictly for educational purposes only.