diff --git a/cheat/cheatsheets/ip b/cheat/cheatsheets/ip index aae2057..a0f20cd 100644 --- a/cheat/cheatsheets/ip +++ b/cheat/cheatsheets/ip @@ -19,8 +19,8 @@ ip route # Display all routes for IPv6 ip -6 route -# Add route via gateway IP -ip route add 192.168.0.0/24 via 192.168.1.1 +# Add default route via gateway IP +ip route add default via 192.168.1.1 # Add route via interface ip route add 192.168.0.0/24 dev eth0