summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-02 15:43:36 -0400
committerScott Ullrich <sullrich@su.local>2009-09-02 15:43:36 -0400
commit6dba5e88b8aaf7664a2a5e1e91c68fe74a6ce6ff (patch)
tree2ce3daf08ec0b8e73359bd6aa5a0f6c5dd848108 /usr
parentec1bcf1b5147dcb64200a553afabdcd5539a1eca (diff)
downloadpfsense-6dba5e88b8aaf7664a2a5e1e91c68fe74a6ce6ff.zip
pfsense-6dba5e88b8aaf7664a2a5e1e91c68fe74a6ce6ff.tar.gz
Disable NATT and DPD
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index 98a1072..e2495cb 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -372,6 +372,7 @@ function methodsel_change() {
</select> <br>
<span class="vexpl">Select the interface for the local endpoint of this tunnel.</span></td>
</tr>
+<?php /*
<tr>
<td width="22%" valign="top" class="vncell">NAT-T</td>
<td width="78%" class="vtable">
@@ -386,6 +387,8 @@ function methodsel_change() {
<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">
OpenPOWER on IntegriCloud