Describe the route command and its uses.
What will be an ideal response?
The route command is used to display and change the kernel routing table.
Without options it displays the current routing table. Use the -n option to display
numerical addresses.
The following command will add a route to the 10.0.0.0/16 network via the router
with the IP address 172.17.8.254:
route add -net 10.0.0.0 netmask 255.255.0.0 gw 172.17.8.254
You can delete that route again with the following command:
route del -net 10.0.0.0 netmask 255.255.0.0 gw 172.17.8.254
The default route is set with the following command:
route add default gw 172.17.8.1
You might also like to view...
Discuss why traditional transaction management protocols are too restrictive for advanced database applications.
What will be an ideal response?
Selecting the range before you enter data saves time because it confines the movement of the active cell to the selected range
Indicate whether the statement is true or false
Before a receiving host can even examine the TCP or UDP header, which of the following must happen?
A) The host must process the outer headers in the message. B) The host must find the destination port field. C) The host must encapsulate the packet. D) It must read the Ethernet frame.
In most productivity software packages, ________ are predefined forms that include specific designs, special formatting, and styles relevant to a document.
Fill in the blank(s) with the appropriate word(s).