Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/

Difference between revisions of "ChaosVPN:Tims netbsd route hack attempt"

From CCCHHWiki
Jump to: navigation, search
m (Haegar moved page Tims netbsd route hack attempt to ChaosVPN:Tims netbsd route hack attempt: Put all ChaosVPN related pages under that prefix)
m
 
Line 3: Line 3:
  
 
  1      *      *      *      *    rm -f /etc/route.conf; /usr/local/etc/tinc/chaos/tinc-up 2> /dev/null | sed -e 's/:\([^:]*\):.*/\1 -iface/' -e 's/^add //' >> /etc/route.conf
 
  1      *      *      *      *    rm -f /etc/route.conf; /usr/local/etc/tinc/chaos/tinc-up 2> /dev/null | sed -e 's/:\([^:]*\):.*/\1 -iface/' -e 's/^add //' >> /etc/route.conf
 +
 +
 +
[[Category:ChaosVPN]]

Latest revision as of 21:50, 9 November 2013

Add this to crontab:


1       *       *       *       *    rm -f /etc/route.conf; /usr/local/etc/tinc/chaos/tinc-up 2> /dev/null | sed -e 's/:\([^:]*\):.*/\1 -iface/' -e 's/^add //' >> /etc/route.conf