Revision 0bf53f55
Added by Erik Fonnesbeck over 15 years ago
usr/local/www/system_advanced_firewall.php | ||
---|---|---|
295 | 295 |
<td width="22%" valign="top" class="vncell">Disable NAT Reflection</td> |
296 | 296 |
<td width="78%" class="vtable"> |
297 | 297 |
<input name="disablenatreflection" type="checkbox" id="disablenatreflection" value="yes" <?php if (isset($config['system']['disablenatreflection'])) echo "checked"; ?> /> |
298 |
<strong>Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks. Note: Reflection is only enabled for port forward entries and is skipped for ranges larger than 500 ports.</strong>
|
|
298 |
<strong>Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks. Note: Reflection is only enabled for port forward entries.</strong> |
|
299 | 299 |
</td> |
300 | 300 |
</tr> |
301 | 301 |
<tr> |
Also available in: Unified diff
Remove note about reflection being skipped on large port ranges.