Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show ARP/NDP table
Show ARP/NDP table
linux
Neighbour (ARP/NDP) cache with reachability state
ip neigh show
⎘ copy
#linux
#network
more linux
all 133 commands →
Show network interface stats
ip -s link show eth0
DNS lookup
dig +short A example.com @8.8.8.8
Reverse DNS lookup
dig +short -x 8.8.8.8
Trace DNS delegation
dig +trace example.com
Show established TCP connections
ss -tnp state established