Next Previous Contents

3. The default route is checked last anyway

The default route is always the last one checked by the kernel. The command "netstat -nr" shows this. So you may set the default route and then add route to specific networks or hosts later and these will take precedence over the default route.


Next Previous Contents