Failing the Network (`ip`)
Changing the State of a Link
ip link set docker0 upip link set docker0 downDetermine the Link Used for an Address
ip route get 127.0.0.1
# local 127.0.0.1 dev lo src 127.0.0.1 uid 0
# cache <local> ip route get 8.8.8.8
# 8.8.8.8 via 138.197.128.1 dev eth0 src 138.197.129.130 uid 0
# cacheExercises
Last updated