Advocate use of 'ip' to examine routing tables

This commit is contained in:
Tom Eastep 2010-08-01 11:56:06 -07:00
parent 967629569b
commit f75c5809b5

View File

@ -1100,6 +1100,18 @@ gateway:~ #</programlisting>Note that because we used a priority of 1000, the
</section> </section>
</section> </section>
<section>
<title>Looking at the routing tables</title>
<para>To look at the various routing tables, you must use the <emphasis
role="bold">ip</emphasis> utility. To see the entire routing
configuration (including rules), the command is <command>shorewall show
routing</command>. To look at an individual provider's table use
<command>ip route ls table <replaceable>provider</replaceable></command>
where <replaceable>provider</replaceable> can be either the provider
name or number.</para>
</section>
<section id="USE_DEFAULT_RT"> <section id="USE_DEFAULT_RT">
<title>USE_DEFAULT_RT</title> <title>USE_DEFAULT_RT</title>