comparison contrib/peer2anonet/README @ 549:5b5b29f8d8c7 draft

peer2anonet: made some patches to script. see README file for details.
author d3v1150m471c <d3v11@d3v1150m471c.ano>
date Sun, 10 Jul 2011 22:41:54 -0500
parents 76d0f12e2125
children 4964136d5043
comparison
equal deleted inserted replaced
548:dcedb70c723d 549:5b5b29f8d8c7
4 | |_) | __/ __/ | / __/ (_| | | | | (_) | | | | __/ |_ 4 | |_) | __/ __/ | / __/ (_| | | | | (_) | | | | __/ |_
5 | .__/ \___|\___|_| |_____\__,_|_| |_|\___/|_| |_|\___|\__| 5 | .__/ \___|\___|_| |_____\__,_|_| |_|\___/|_| |_|\___|\__|
6 |_| 6 |_|
7 7
8 SYNOPSIS: 8 SYNOPSIS:
9 # Interactive prompt:
9 peer2anonet 10 peer2anonet
10 -OR-
11 peer2anonet < autoconfig
12 11
12 # Accept pipe from file:
13 peer2anonet < autoconfig.txt
14
15 # Accept netcat pipe:
16 nc -l 1337 | peer2anonet
17
18 # Send a netcat pipe:
19 nc 1337 192.168.1.0 < autoconfig.txt
13 20
14 DESCRIPTION: 21 DESCRIPTION:
15 peer2anonet is an autoconfiguration utility to easily establish a 22 peer2anonet is an autoconfiguration utility to easily establish a
16 peering session with BGP on anonet2. 23 peering session with BGP on anonet2.
17 24
116 * security check and key bugs patched. 123 * security check and key bugs patched.
117 124
118 Sun Jul 10 18:50:31 CDT 2011 - d3v1150m471c 125 Sun Jul 10 18:50:31 CDT 2011 - d3v1150m471c
119 * public key prompt altered to avoid complications. 126 * public key prompt altered to avoid complications.
120 127
128 Sun Jul 10 22:01:12 CDT 2011 - d3v1150m471c
129 * key inputs changed. peer2anonet no longer generates
130 key pairs so they can be manually created prior to
131 using peer2anonet, for expedience.
132
121 133
122 134
123 135