repo: resdb
action: commit
revision: 
path_from: 
revision_from: 06c7e29cb8008b697463f02d693826f64643499f:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit 06c7e29cb8008b697463f02d693826f64643499f
Author: d3v11 
Date:   Thu Nov 3 14:13:00 2011 -0400

    Peer2AnoNet updated: made changes to ./run configuration and included
                         better documentation.

diff --git a/contrib/peer2anonet/peer2anonet b/contrib/peer2anonet/peer2anonet
index f64a07bcabc842da0db0d0a07ced910b4a0442dc..
index ..2416d74010ae7df9fea21bb05e4c0525be0d1869 100644
--- a/contrib/peer2anonet/peer2anonet
+++ b/contrib/peer2anonet/peer2anonet
@@ -156,10 +156,13 @@ export INTERFACE=ppp-$PEERNAME
 # uncomment if you want to nuke your default gateway and configure
 # routes only to peers through IcannNet. If any of your peers use
 # dynamic IP's or you use Tor or i2p then this is probably NOT a
-# good idea.
+# good idea. You may need to modify the DEFAULT_ROUTE code below.
+# If you run into problems with this please email d3v11@d3v11.ano
+# so I can create a patch.
 #
-#route del default gw `ip route show | grep default | cut -d' ' -f 3`
-#route add $REMOTE_ADDRESS gw `ip route show | grep default | cut -d' ' -f 3
+#DEFAULT_ROUTE=`ip route show | grep default | cut -d' ' -f 3`
+#route del default gw $DEFAULT_ROUTE
+#route add $REMOTE_ADDRESS gw $DEFAULT_ROUTE

 ( sleep 5;
  ip addr add $P2A_IP peer $PEERIP/32 dev \$INTERFACE scope link

-----END OF PAGE-----