@@ -2,6 +2,8 @@
[userv-utils] / ipif / udptunnel-vpn-defaults
1 SET( lcommand, [udptunnel])
2 SET( crypto, [-e nonce -e timestamp/10/30 -e pkcs5/8 \
3 -e blowfish-cbcmac/128 -e blowfish-cbc/128])
4
5 SET( lpublic, [`hostname`])
6 SET( lport, [Any])
7 m4_dnl rpublic -- usually set in sites
8 SET( rport, [Command])
9 m4_dnl lend -- usually set in global
10 m4_dnl rend -- usually set in sites
11 SET( mtu, [1000])
12 SET( proto, [cslip])
13 SET( to_poll, [30])
14 SET( to_quit, [130])
15 SET( to_report, [1800])
16 SET( timeouts, [V_to_poll,V_to_quit,V_to_report])
17 SET( lnets, [-])m4_dnl often overridden in global
18 SET( rnets, [-])m4_dnl often overridden in sites
19
20 SET( rcommandprefix, [])
21 SET( rcommand, [V_rcommandprefix udptunnel])
22
23 SET( sshopts, [-o 'ForwardAgent no' -o 'ForwardX11 no' \
24 -o 'BatchMode yes' -o 'ProtocolKeepAlives 300'])
25 SET( ssh, [ssh -v V_sshopts])
26 SET( sshdest, [V_rpublic])
27
28 SET( sites, [sites])
29 SET( tunnels, [tunnels])
30
31 m4_dnl lgroup -- usually set in global
32
33 SET( command, [ \
34 V_lcommand \
35 V_crypto \
36 V_lpublic,V_lport V_rpublic,V_rport \
37 V_lend,V_rend,V_mtu,V_proto \
38 V_timeouts \
39 V_rnets V_lnets \
40 V_ssh V_ruser@V_sshdest V_rcommand
41 ])