summaryrefslogtreecommitdiff
path: root/contrib/peer2anonet/README
diff options
context:
space:
mode:
authord3v1150m471c <d3v11@d3v1150m471c.ano>2011-07-14 09:12:53 -0500
committerd3v1150m471c <d3v11@d3v1150m471c.ano>2011-07-14 09:12:53 -0500
commitd77fe67241fbd06ff21961e763790fc2082ff5f5 (patch)
tree9e939e0ea87c1403fd7dac0b3d4175db7e612089 /contrib/peer2anonet/README
parent8c6ab5ff8a043883d1e4b36309f4c0c88b9a8cc8 (diff)
downloadresdb-d77fe67241fbd06ff21961e763790fc2082ff5f5.tar.gz
resdb-d77fe67241fbd06ff21961e763790fc2082ff5f5.zip
peer2anonet: simplified client local/remote ports using asn numbers.
Diffstat (limited to 'contrib/peer2anonet/README')
-rw-r--r--contrib/peer2anonet/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/contrib/peer2anonet/README b/contrib/peer2anonet/README
index 7fb1e56..ba01657 100644
--- a/contrib/peer2anonet/README
+++ b/contrib/peer2anonet/README
@@ -73,7 +73,6 @@ USAGE:
anon <--your peer's alias
11.22.33.44 <--your peer's remote ip
3.5.7.9 <--your peer's anonet ip
-3571 <--your peer's client port
3570 <--your peer's asn
3c6e0b8a9c15224a8228b9a98ca1531d <--your peer's public key
================== Not Actual Line on File ============================
@@ -81,13 +80,15 @@ anon <--your peer's alias
At your discretion, you may exclude the public key from the
bottom of an autoconfig file and post installation of your new
peer service, peer2anonet will prompt for it. PLEASE NOTE:
- peer2anonet will set YOUR local port for peering as:
+ peer2anonet will set client ports for peering as:
+ #REMOTE:
+ 2<last four of your asn>.
+
+ #LOCAL:
2<last four of your peer's asn>.
- Therefore, send them the remote port as above, and vice versa.
- This helps later when networking to easily identify and debug
- problems. If you need to change the ports, go to:
+ If you need to change the ports, go to:
/services/$PEERNAME/run and change the values.
@@ -140,6 +141,9 @@ CHANGES:
data pertaining to his/her system in order for you to
configure a new peering session, or vice versa.
+ Thu Jul 14 09:09:07 CDT 2011 - d3v1150m471c
+ * client local/remote ports simplified using peers' asn's.
+ see above for details.