Figure 3: UNIX routing table
# netstat -nr
Routing tables
Destination Gateway Flags Refs Use Interface Pmtu PmtuTime
127.0.0.1 127.0.0.1 UH 0 4 lo0 4608
192.168.33.128 127.0.0.1 UH 0 3393 lo0 4608
192.168.13.151 192.168.33.2 UGH 0 0 lan0 1500
default 192.168.33.1 UG 0 152819 lan0 1500
10 192.168.33.227 UG 0 0 lan0 1500
192.168.33 192.168.33.128 U 4 189279 lan0 1500
In the above figure the first blue line with the destination 192.168.13.151 represents a host route. It is followed by the default route, a network route to a remote network (10) and a route to the local Network (192.168.33)
|