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...
In C++, a data structure is often an object that is made from a ____________.
A. function B. struct C. variable D. class
If you are developing a Web site for a client, this is the time to conduct a user analysis. Describe the general characteristics of your users including learning style, knowledge of technology, age, and general education level. If this Web site supports an office function, describe workers’ knowledge about their jobs. Will the site have secondary users as well as primary users? Also specify their level of familiarity with your Web site. Cite the sources of your information.
What will be an ideal response?
If you make changes to the structure of a table, you will be prompted to save the table when closing it
Indicate whether the statement is true or false
To rotate an image clockwise means to turn the image to the right
Indicate whether the statement is true or false