summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-26 20:08:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-26 20:08:56 +0000
commit8dc3ef6724f1970eed1b397ae0a4555235763393 (patch)
tree58fd513dd7e4d342b39c19079b617bfadf289b56 /usr/local/pkg
parentb3ed929300dbd10c2ab7a5a2a46e2100dad37617 (diff)
downloadpfsense-8dc3ef6724f1970eed1b397ae0a4555235763393.zip
pfsense-8dc3ef6724f1970eed1b397ae0a4555235763393.tar.gz
Synch with -HEAD.
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/openvpn.xml16
-rw-r--r--usr/local/pkg/openvpn_cli.xml24
2 files changed, 40 insertions, 0 deletions
diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml
index e50f044..136c4b9 100644
--- a/usr/local/pkg/openvpn.xml
+++ b/usr/local/pkg/openvpn.xml
@@ -14,6 +14,10 @@
<text>Client</text>
<url>/pkg.php?xml=openvpn_cli.xml</url>
</tab>
+ <tab>
+ <text>Client-specific configuration</text>
+ <url>/pkg.php?xml=openvpn_csc.xml</url>
+ </tab>
</tabs>
<adddeleteeditpagefields>
<columnitem>
@@ -96,6 +100,12 @@
<type>input</type>
</field>
<field>
+ <fieldname>remote_network</fieldname>
+ <fielddescr>Remote network</fielddescr>
+ <description>This is a network that will be routed through the tunnel, so that a site-to-site VPN can be established without manually changing the routing tables. Expressed as a CIDR range. If this is a site-to-site VPN, enter here the remote LAN here. You may leave this blank if you don't want a site-to-site VPN.</description>
+ <type>input</type>
+ </field>
+ <field>
<fieldname>client2client</fieldname>
<fielddescr>Client-to-client VPN</fielddescr>
<description>If this option is set, clients will be able to talk to each other. Otherwise, they will only be able to talk to the server.</description>
@@ -189,6 +199,12 @@
<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>
+ <type>input</type>
+ </field>
+ <field>
<fieldname>description</fieldname>
<fielddescr>Description</fielddescr>
<description>You may enter a description here. This is optional and is not parsed.</description>
diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml
index f250aae..01d7b9e 100644
--- a/usr/local/pkg/openvpn_cli.xml
+++ b/usr/local/pkg/openvpn_cli.xml
@@ -14,6 +14,10 @@
<url>/pkg.php?xml=openvpn_cli.xml</url>
<active/>
</tab>
+ <tab>
+ <text>Client-specific configuration</text>
+ <url>/pkg.php?xml=openvpn_csc.xml</url>
+ </tab>
</tabs>
<adddeleteeditpagefields>
<columnitem>
@@ -86,9 +90,23 @@
<fieldname>remote_network</fieldname>
<fielddescr>Remote network</fielddescr>
<description>This is the network that will be accessable from your endpoint. Expressed as a CIDR range. You may leave this blank if all you want is to access the VPN clients. You normally want this set to the remote endpoint's LAN network.</description>
+ <type>input</type>
+ </field>
+ <field>
+ <fieldname>proxy_hostname</fieldname>
+ <fielddescr>Proxy Host</fielddescr>
+ <description>Proxy server hostname.</description>
<type>input</type>
</field>
<field>
+ <fieldname>proxy_port</fieldname>
+ <fielddescr>Proxy port</fielddescr>
+ <description>The port OpenVPN will use on the proxy server.</description>
+ <type>input</type>
+ <default_value>3128</default_value>
+ <size>5</size>
+ </field>
+ <field>
<fieldname>crypto</fieldname>
<fielddescr>Cryptography</fielddescr>
<description>Here you can choose the cryptography algorithm to be used.</description>
@@ -157,6 +175,12 @@
<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>
+ <type>input</type>
+ </field>
+ <field>
<fieldname>description</fieldname>
<fielddescr>Description</fielddescr>
<description>You may enter a description here. This is optional and is not parsed.</description>
OpenPOWER on IntegriCloud