Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
linux
/
Show all IP addresses
Show all IP addresses
linux
Brief list of all interfaces with IPs
ip -br a
⎘ copy
#linux
#network
more linux
all 133 commands →
Show routing table
ip route show table all
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