mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
41d2a810e6
add new command route
5 lines
133 B
Text
5 lines
133 B
Text
# Add a default gateway:
|
|
route add default gateway 192.168.0.1
|
|
|
|
# Display routing table IP addresses instead of host names:
|
|
route -n
|