mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
6 lines
133 B
Text
6 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
|