chiark / gitweb /
Changes to make it appear to work on chiark
[userv-utils.git] / ipif / udptunnel-vpn-defaults
index 7dffe3f36493dd74293263f4a390fac69be96b79..520359e1bfa62e23dcb3ae723be5ee60e4b8a2cd 100644 (file)
@@ -20,8 +20,9 @@ m4_dnl
 m4_dnl $Id$
 
 SET(   lcommand,       [udptunnel])
+SET(   clock_maxskew,  45)
 SET( crypto,
-       [-e nonce -e timestamp/10/30 -e pkcs5/8 \
+       [-e nonce -e timestamp/V_clock_maxskew/V_clock_maxskew -e pkcs5/8 \
        -e blowfish-cbcmac/128 -e blowfish-cbc/128])
 
 SET(   lpublic,        [`hostname`])
@@ -31,7 +32,7 @@ SET(  rport,          [Command])
 m4_dnl lend            -- usually set in global
 m4_dnl rend            -- usually set in sites
 SET(   mtu,            [1000])
-SET(   proto,          [cslip])
+SET(   proto,          [slip])
 SET(   to_restart,     [10])
 SET(   to_poll,        [30])
 SET(   to_quit,        [130])