Multiple choice technology operating systems

Command to configure default gateway:

  1. route add default

  2. add route

  3. add gateway default

  4. router add default

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The 'route add default' command is used to configure a default gateway in Unix/Linux systems. This command adds a default route to the routing table, directing traffic to the default gateway when no specific route is available.