mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove NAT-T option
This commit is contained in:
parent
074e364897
commit
9e57005056
@ -212,14 +212,6 @@ function methodsel_change() {
|
||||
<td width="78%">
|
||||
<input name="enable" type="checkbox" id="enable" value="yes" <?php if ($pconfig['enable']) echo "checked"; ?>>
|
||||
<strong>Allow mobile clients</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="22%" valign="top"> </td>
|
||||
<td width="78%">
|
||||
<input name="natt" type="checkbox" id="natt" value="yes" <?php if ($pconfig['natt']) echo "checked"; ?>>
|
||||
<strong>Enable NAT Traversal (NAT-T)</strong><br>
|
||||
<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 colspan="2" valign="top" class="listtopic">Phase 1 proposal
|
||||
|
||||
Loading…
Reference in New Issue
Block a user