1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What file can you edit to change your default gateway?
/etc/sysconfig/network/routes
What command do you use to display the current routing table?
route
What command do you use to add a route to the routing table? How about to remove a route?
route add -net netaddr netmask netmask gw dgaddr, route del sameshit
What command do you use to set the default route?
route add default gw gwaddr
What command do you use to add a route to the routing table using ip? How about removing one?
ip route add ipaddr/cidr via dgw dev int, ip route del ipaddr/cidr