What is the command to delete the default gateway from the system IP routing table?
(Please specify the complete command with arguments)
Answer: route del default
Explanation/Reference:
From the man pages:
route – show / manipulate the IP routing table
Synopsis
route [-v] [-A family] del [-net|-host] target [gw Gw] [netmask Nm] [metric N] [[dev] If]