netstat
and route
commands.netstat -nr
ping 192.168.199.1
su
route
command is in the execute path for the root shell.
Delete the default gateway entry. Hint: Your command will involve the use of the word “default.”
route delete default 192.168.199.1
ping 192.168.199.129
ping www.acmecorp.com
route add default 192.168.199.1
Text for all other entries: Use the route
command, then use add
and specify
the gateway address.
ping www.acmecorp.com