X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=ipif%2Fudptunnel-vpn-defaults;h=520359e1bfa62e23dcb3ae723be5ee60e4b8a2cd;hb=5f3e811b5415dcff74f82bdd2f26d3af1f73c555;hp=330273d1affe0230075d2a256844acf2ca77ccf9;hpb=f21c3bcf37d069a38980430471fa492e1147cd49;p=userv-utils.git diff --git a/ipif/udptunnel-vpn-defaults b/ipif/udptunnel-vpn-defaults index 330273d..520359e 100644 --- a/ipif/udptunnel-vpn-defaults +++ b/ipif/udptunnel-vpn-defaults @@ -1,5 +1,8 @@ m4_dnl udptunnel-vpn-defaults: default settings for udptunnel-reconf +m4_dnl Copyright (C) 1999-2000,2003 Ian Jackson +m4_dnl This file is part of ipif, part of userv-utils + m4_dnl This is free software; you can redistribute it and/or modify it m4_dnl under the terms of the GNU General Public License as published by m4_dnl the Free Software Foundation; either version 2 of the License, or @@ -17,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`]) @@ -28,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])