summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorMartin Fuchs <mfuchs@pfsense.org>2008-04-05 14:24:58 +0000
committerMartin Fuchs <mfuchs@pfsense.org>2008-04-05 14:24:58 +0000
commite43428439198fdc88dd88df0f8b5387ee330923d (patch)
treecf50ffb2acbf61954853a2097533c32699629c1e /usr/local/pkg
parent1651332480f4c507c48eb6b0a2d671b3666d6dd5 (diff)
downloadpfsense-e43428439198fdc88dd88df0f8b5387ee330923d.zip
pfsense-e43428439198fdc88dd88df0f8b5387ee330923d.tar.gz
OpenVPN: added keepalive and infinite resolver options
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/openvpn.xml6
-rw-r--r--usr/local/pkg/openvpn_cli.xml6
-rw-r--r--usr/local/pkg/openvpn_csc.xml6
3 files changed, 18 insertions, 0 deletions
diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml
index dbb78c5..b329025 100644
--- a/usr/local/pkg/openvpn.xml
+++ b/usr/local/pkg/openvpn.xml
@@ -259,6 +259,12 @@
<type>checkbox</type>
</field>
<field>
+ <fieldname>keepalive</fieldname>
+ <fielddescr>Keep alive</fielddescr>
+ <description>Sends bidirectional ICMP-like packets every 10 sec. to ensure hosts are up. Hosts are assumed to be down if no answer was received for 120 sec.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fieldname>custom_options</fieldname>
<fielddescr>Custom options</fielddescr>
<description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the server configuration.</description>
diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml
index 129b86f..2a2e2d7 100644
--- a/usr/local/pkg/openvpn_cli.xml
+++ b/usr/local/pkg/openvpn_cli.xml
@@ -206,6 +206,12 @@
<type>checkbox</type>
</field>
<field>
+ <fieldname>infiniteresolvretry</fieldname>
+ <fielddescr>Infinitely resolve server</fielddescr>
+ <description>Infinitely retry to resolve the host name of the OpenVPN server. Useful for not permanently internet-connected machines.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fieldname>custom_options</fieldname>
<fielddescr>Custom options</fielddescr>
<description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the client configuration.</description>
diff --git a/usr/local/pkg/openvpn_csc.xml b/usr/local/pkg/openvpn_csc.xml
index 70739ce..7ce2d32 100644
--- a/usr/local/pkg/openvpn_csc.xml
+++ b/usr/local/pkg/openvpn_csc.xml
@@ -150,6 +150,12 @@
<type>checkbox</type>
</field>
<field>
+ <fieldname>keepalive</fieldname>
+ <fielddescr>Keep alive</fielddescr>
+ <description>Sends bidirectional ICMP-like packets every 10 sec. to ensure hosts are up. Hosts are assumed to be down if no answer was received for 120 sec.</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fieldname>custom_options</fieldname>
<fielddescr>Custom options</fielddescr>
<description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the client-specific configuration.</description>
OpenPOWER on IntegriCloud