Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show routing table
Show routing table
linux
All routing rules including policy routes
ip route show table all
⎘ copy
#linux
#network
more linux
all 133 commands →
Add static route
ip route add 10.0.0.0/8 via 192.168.1.1 dev eth0
Show ARP/NDP table
ip neigh show
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