summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-09-02 21:03:02 -0400
committerChris Buechler <cmb@pfsense.org>2009-09-02 21:03:02 -0400
commit4013744d1cb1a628744b5d9cd025475bfa8ed034 (patch)
tree3306f821404bf8fe8e76ce8b7af4a5794c746af1 /usr/local/www
parent6dba5e88b8aaf7664a2a5e1e91c68fe74a6ce6ff (diff)
downloadpfsense-4013744d1cb1a628744b5d9cd025475bfa8ed034.zip
pfsense-4013744d1cb1a628744b5d9cd025475bfa8ed034.tar.gz
fully remove NAT-T, and bring back DPD, nothing wrong with it
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php6
-rwxr-xr-xusr/local/www/vpn_ipsec_mobile.php2
2 files changed, 5 insertions, 3 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index e2495cb..888c8fb 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -373,7 +373,7 @@ function methodsel_change() {
<span class="vexpl">Select the interface for the local endpoint of this tunnel.</span></td>
</tr>
<?php /*
- <tr>
+ <tr>
<td width="22%" valign="top" class="vncell">NAT-T</td>
<td width="78%" class="vtable">
<input name="natt" type="checkbox" id="natt" value="yes" <?php if ($pconfig['natt']) echo "checked"; ?>>
@@ -381,14 +381,14 @@ function methodsel_change() {
<span class="vexpl">Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in UDP packets) if needed,
which can help with clients that are behind restrictive firewalls.</span></td>
</tr>
+ */
+?>
<tr>
<td width="22%" valign="top" class="vncell">DPD interval</td>
<td width="78%" class="vtable">
<input name="dpddelay" type="text" class="formfld" id="dpddelay" size="5" value="<?php echo htmlspecialchars($pconfig['dpddelay']); ?>"> seconds<br>
<span class="vexpl">Enter a value here to enable Dead Peer Detection (e.g. 60 seconds).</span></td>
</tr>
-*/
-?>
<tr>
<td width="22%" valign="top" class="vncellreq">Local subnet</td>
<td width="78%" class="vtable">
diff --git a/usr/local/www/vpn_ipsec_mobile.php b/usr/local/www/vpn_ipsec_mobile.php
index d8443b3..49ca1b1 100755
--- a/usr/local/www/vpn_ipsec_mobile.php
+++ b/usr/local/www/vpn_ipsec_mobile.php
@@ -291,6 +291,7 @@ function methodsel_change() {
bit, 5 = 1536 bit</em><br>
Must match the setting chosen on the remote side. </span></td>
</tr>
+ <?php /*
<tr>
<td width="22%" class="vncellreq" valign="top">NAT Traversal</td>
<td width="78%" class="vtable">
@@ -299,6 +300,7 @@ function methodsel_change() {
<span class="vexpl">Set this option to enable the use of NAT-T (i.e. the encapsulation of ESP in UDP packets) if needed,
which can help with clients that are behind restrictive firewalls.</span></td>
</tr>
+ */ ?>
<tr>
<td width="22%" valign="top" class="vncell">DPD Interval</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud