# HG changeset patch # User d3v11 # Date 1320363329 14400 # Node ID 37b9a0bcd1f2d113c145c345b9a6f978927c3f50 # Parent 3138e320dc47a43e18188970bc21cdc8f41f378c Peer2AnoNet bug fixed with run script, ping hack diff -r 3138e320dc47 -r 37b9a0bcd1f2 contrib/peer2anonet/peer2anonet --- a/contrib/peer2anonet/peer2anonet Thu Nov 03 14:13:00 2011 -0400 +++ b/contrib/peer2anonet/peer2anonet Thu Nov 03 19:35:29 2011 -0400 @@ -168,7 +168,7 @@ ip addr add $P2A_IP peer $PEERIP/32 dev \$INTERFACE scope link ip addr add $P2A_ROUTE/32 dev \$INTERFACE scope global ip link set dev \$INTERFACE up - ping -c 1 -I $INTERFACE -r -w 5 + ping -c 1 -I \$INTERFACE -r -w 5 ) & exec /usr/sbin/quicktun.nacltai" > /services/"$PEERNAME"/run chmod +x /services/"$PEERNAME"/run @@ -182,7 +182,8 @@ Please place your secret key in: /services/$PEERNAME/seckey Some additional options are available in /services/$PEERNAME/run -Please read the comments in the file for details." +Please read the comments in the file for details. You may need to +restart the bird daemon. ie, svc -t /service/bird "