Linux Route Command | Different Route Commands with Merit
Sep 19, 2018 route(8) - Linux manual page - Michael Kerrisk Route for Linux was originally written by Fred N. van Kempen,
How to Turn a Linux Server into a Router to Handle Traffic
Linux simply allows you to choose from a number of routing tables, and to traverse routing tables in a user-definable sequence until a matching route is found. Any given routing table can contain an arbitrary number of entries, each of which is keyed on the following characteristics (cf. Table 4.1, “Keys used for hash table lookups during route - route traffic control filter at Linux.org EXAMPLES Consider the subnet 192.168.2.0/24 being attached to eth0: ip route add 192.168.2.0/24 dev eth0 realm 2 The following route filter will then match packets from that subnet: tc filter add route from 2 classid 1:2 and pass packets on to class 1:2.
route(8): show/change IP routing table - Linux man page
Dec 13, 2011 How to View the Network Routing Table in Ubuntu Dec 05, 2018 4.8. Routing Tables - linux-ip.net Linux simply allows you to choose from a number of routing tables, and to traverse routing tables in a user-definable sequence until a matching route is found. Any given routing table can contain an arbitrary number of entries, each of which is keyed on the following characteristics (cf. Table 4.1, “Keys used for hash table lookups during route - route traffic control filter at Linux.org EXAMPLES Consider the subnet 192.168.2.0/24 being attached to eth0: ip route add 192.168.2.0/24 dev eth0 realm 2 The following route filter will then match packets from that subnet: tc filter add route from 2 classid 1:2 and pass packets on to class 1:2.