Imported Upstream version 0.3.2
[anytun.git] / src / man / anytun-showtables.8.txt
1 anytun-showtables(8)
2 ====================
3
4 NAME
5 ----
6 anytun-showtables - anycast tunneling routing table visualization utility
7
8 SYNOPSIS
9 --------
10
11 ....
12 anytun-showtables
13 ....
14
15 DESCRIPTION
16 -----------
17
18 *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*.
19
20 OPTIONS
21 -------
22
23 This Tool does not take any options. It takes the sync information from
24 the standard input and prints the routing table to the standard output.
25
26 EXAMPLES
27 --------
28
29 Print routing table stored in local file
30
31 -----------------------------------------------------------------------------------
32 # perl -ne 'chomp; print' < routingtable | ./anytun-showtables
33 -----------------------------------------------------------------------------------
34
35 Print current routing table and watch changes
36
37 -----------------------------------------------------------------------------------
38 # nc unicast1.anycast.anytun.org 23 | ./anytun-showtables
39 -----------------------------------------------------------------------------------
40
41 BUGS
42 ----
43 Most likely there are some bugs in *Anytun*. If you find a bug, please let
44 the developers know at satp@anytun.org. Of course, patches are preferred.
45
46 SEE ALSO
47 --------
48 anytun(8), anytun-controld(8), anytun-config(8)
49
50 AUTHORS
51 -------
52
53 Othmar Gsenger <otti@anytun.org>
54 Erwin Nindl <nine@anytun.org>
55 Christian Pointner <equinox@anytun.org>
56
57
58 RESOURCES
59 ---------
60
61 Main web site: http://www.anytun.org/
62
63
64 COPYING
65 -------
66
67 Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian
68 Pointner. This  program is  free software: you can redistribute it 
69 and/or modify it under the terms of the GNU General Public License 
70 as published by the Free Software Foundation, either version 3 of 
71 the License, or any later version.