Mercurial > hg > anonet-resdb
comparison contrib/peer2anonet/README @ 537:8e8a01a680b4 draft
peer2anonet changes made:
* parse quicktun.keypair</dev/random directly to seckey variable.
* removed y/n questions with file tests and automatic
configuration.
* README file updated
* ported for autoconfig file pipes
* some security checks created
author | d3v1150m471c <d3v11@d3v1150m471c.ano> |
---|---|
date | Sun, 10 Jul 2011 07:16:47 -0500 |
parents | 5965e074d13a |
children | 3247a742e3f8 |
comparison
equal
deleted
inserted
replaced
536:1bfad7d3fb55 | 537:8e8a01a680b4 |
---|---|
5 | .__/ \___|\___|_| |_____\__,_|_| |_|\___/|_| |_|\___|\__| | 5 | .__/ \___|\___|_| |_____\__,_|_| |_|\___/|_| |_|\___|\__| |
6 |_| | 6 |_| |
7 | 7 |
8 SYNOPSIS: | 8 SYNOPSIS: |
9 peer2anonet | 9 peer2anonet |
10 -OR- | |
11 peer2anonet < autoconfig | |
10 | 12 |
11 | 13 |
12 DESCRIPTION: | 14 DESCRIPTION: |
13 peer2anonet is an autoconfiguration utility to easily establish a | 15 peer2anonet is an autoconfiguration utility to easily establish a |
14 peering session with BGP on anonet2. | 16 peering session with BGP on anonet2. |
48 | 50 |
49 To compile/install a .deb package, as root do: | 51 To compile/install a .deb package, as root do: |
50 | 52 |
51 make install-deb | 53 make install-deb |
52 | 54 |
55 USAGE: | |
56 You may execute peer2anonet and answer configuration questions | |
57 via interface or pipe a file containing the new peering | |
58 session's specifications to the executable. peer2anonet has | |
59 some security checks but it is highly recommended you check | |
60 a autoconfig file manually before using to prevent malicious | |
61 attacks. An autoconfig file should be in the following format: | |
62 Plain text file, one block of data per line, no spaces, and | |
63 without including the following '<-- comments'. | |
64 | |
65 ================== Not Actual Line on File ============================ | |
66 anon <--your peer's alias | |
67 1.2.3.0 <--your new anonet network address | |
68 1.2.3.1 <--your new anonet router address | |
69 1.2.3.2 <--your new anonet ip | |
70 1001 <--your new anonet client port | |
71 1230 <--you new asn | |
72 11.22.33.44 <--your peer's remote ip | |
73 3.5.7.9 <--your peer's anonet ip | |
74 3571 <--your peer's client port | |
75 3570 <--your peer's asn | |
76 3c6e0b8a9c15224a8228b9a98ca1531d <--your peer's public key | |
77 ================== Not Actual Line on File ============================ | |
78 | |
79 | |
53 CHANGES: | 80 CHANGES: |
54 Sat Jul 9 06:48:58 CDT 2011 - d3v1150m471c | 81 Sat Jul 9 06:48:58 CDT 2011 - d3v1150m471c |
55 * quicktun's "EXPORT DEBUG=1" removed on peering script. | 82 * quicktun's "EXPORT DEBUG=1" removed on peering script. |
56 * some variables removed, info now passed directly to files. | 83 * some variables removed, info now passed directly to files. |
57 * peering.in removed. info passed directly to peering and | 84 * peering.in removed. info passed directly to peering and |
61 * daemontools non-deb specified in README. | 88 * daemontools non-deb specified in README. |
62 * trimmed off unnecessary tests. | 89 * trimmed off unnecessary tests. |
63 * bash added to dependencies | 90 * bash added to dependencies |
64 * file tests with mkdir changed to `mkdir -p`... . | 91 * file tests with mkdir changed to `mkdir -p`... . |
65 * peering file removed, passes directly to run file now. | 92 * peering file removed, passes directly to run file now. |
93 | |
94 Sun Jul 10 05:47:22 CDT 2011 - d3v1150m471c | |
95 * makefile changed to Makefile | |
96 * parse quicktun.keypair</dev/random directly to seckey variable. | |
97 * removed y/n questions with file tests and automatic | |
98 configuration. | |
99 * README file updated | |
100 * ported for autoconfig file pipes | |
101 * some security checks created | |
102 | |
103 | |
66 | 104 |