In linux one can have several route tables. But how do I list the route tables? (and no ''ip rule list'' is not it) -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!! _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Damjan wrote:> In linux one can have several route tables. But how do I list the > route tables? > > (and no ''ip rule list'' is not it)ip route list table <table name> HTH, -- Martin _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Wed, Nov 10, 2004 at 10:21:06PM +0100, Damjan wrote:> In linux one can have several route tables. But how do I list the > route tables? > > (and no ''ip rule list'' is not it) >with `ip rule show'' you can determine which tables are set/used. with `ip route show table <TABLE>'' you can list the table you want to look in. # ip rule show 0: from all lookup local 32766: from all lookup main 32767: from all lookup default in this example are local, main and default the tables -- Robert Felber (EDV-Leitung) Autohaus Erich Kuttendreier Drosselweg 21 81827 Muenchen Tel: +49 (0) 89 / 453 12-86 Fax: +49 (0) 89 / 453 12-80 PGP: 896CF30B PGP-Fingerprint: CF36 AA93 9716 63E8 962F 15CC A80E 1A79 BF77 25EA _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> > In linux one can have several route tables. But how do I list the > > route tables? > > > > (and no ''ip rule list'' is not it) > > > > with `ip rule show'' you can determine which tables are set/used. > with `ip route show table <TABLE>'' you can list the table you want to look in. > > # ip rule show > 0: from all lookup local > 32766: from all lookup main > 32767: from all lookup default > > in this example are local, main and default the tablesyes, but maybe I have some tables defined, that are temporarily not used by the ip rules, so they will not show up in `ip rule show''. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!! _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Mon, 15 Nov 2004, Damjan wrote:> > > In linux one can have several route tables. But how do I list the > > > route tables? > > > > > > (and no ''ip rule list'' is not it)ip route help TABLE_ID := [ local | main | default | all | NUMBER ] ip route show all greets, Tami _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> > > > In linux one can have several route tables. But how do I list the > > > > route tables? > > > > > > > > (and no ''ip rule list'' is not it) > > ip route help > > TABLE_ID := [ local | main | default | all | NUMBER ] > > ip route show allits actually `ip route show table all'', thanks. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!! _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/