Search for and select Route tables. In the route table list, choose the route table you want to add a route to. From the route table menu bar, choose Routes > Add. Enter a unique Route name for the route within the route table. Enter the Address prefix, in Classless Inter-Domain Routing (CIDR) notation, that you want to route traffic to. The

Using the route command is the only way that you can manually make routes persistent across system reboots. To make the changes persist across system reboots, use the –p option with the route command. In this release, naming of persistent static routes is also supported. Oct 17, 2011 · Command example: Route add -f 192.168.1.0 mask 255.255.255.0 192.168.1.1 metric 261 . If the server is connect with a network, after you reboot the server, all loopback network, local network, local IP address, Multicast addresses and Limited broadcast address will be restored. However, all Default route and manually added route was persistent command [[modifiers] args] Valid commands are: add, change, delete, flush, and show. See the “Description” section for the syntax and description of each command. Description: You use the route utility to manually manipulate the network routing tables. C:>route delete 192.168.6.0. You would do this if you wanted to undo the changes you made in the example above. route change. The route change command can be used very similarly to the route add command for an existing route. Using route change is effectively the same as deleting and adding a route with different parameters. <

Before showing how the route command should be used in Linux it is necessary to understand what a routing table. is.. A routing table is a file containing information on how the information or packets should be transferred: the network path to all nodes or devices within a network.

The route command distinguishes between routes to hosts and routes to networks by interpreting the network address of the Destination variable, which can be specified either by symbolic name or numeric address. The route command resolves all symbolic names into addresses, using either the /etc/hosts file or the network name server.

command [[modifiers] args] Valid commands are: add, change, delete, flush, and show. See the “Description” section for the syntax and description of each command. Description: You use the route utility to manually manipulate the network routing tables.

Oct 28, 2011 · Here is an example command to add an additional route to our local routing table. route ADD 192.168.1.0 MASK 255.255.255.0 192.168.0.253. We are instructing the computer to add a route to the 192.168.1.0/24 subnet by sending the packet to the 192.168.0.253 interface. If you want to look at the routing table, use the following command: route PRINT Apr 23, 2011 · The route command is used in Linux to shows and change the ip routing table. In this tutorial, I will explain how to use the route command to add static routes via gateway to send traffic. 1) Show the routing table Introduction to Linux Route Command. Routing is the process of sending IP packets from one source to the destination. For example whenever we send an electronic mail to your relatives residing in another country or even across the same country/street then actually we are sending a series of IP packets/datagrams from our computer to relatives computer.