7 anytun-showtables - anycast tunneling routing table visualization utility
19 *anytun-showtables* displays routing and connection tables used by *Anytun*. It can be used to display a saved routing/connection table used by *anytun-controld* or to connect to a the sync port of *Anytun*.
24 This Tool does not take any options. It takes the sync information from
25 the standard input and prints the routing table to the standard output.
30 Print routing table stored in local file
32 -----------------------------------------------------------------------------------
33 # perl -ne 'chomp; print' < routingtable | ./anytun-showtables
34 -----------------------------------------------------------------------------------
36 Print current routing table and watch changes
38 -----------------------------------------------------------------------------------
39 # nc unicast1.anycast.anytun.org 23 | ./anytun-showtables
40 -----------------------------------------------------------------------------------
44 Most likely there are some bugs in *Anytun*. If you find a bug, please let
45 the developers know at satp@anytun.org. Of course, patches are preferred.
49 anytun(8), anytun-controld(8), anytun-config(8)
54 Othmar Gsenger <otti@anytun.org>
55 Erwin Nindl <nine@anytun.org>
56 Christian Pointner <equinox@anytun.org>
62 Main web site: http://www.anytun.org/
68 Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian
69 Pointner. This program is free software: you can redistribute it
70 and/or modify it under the terms of the GNU General Public License
71 as published by the Free Software Foundation, either version 3 of
72 the License, or any later version.