Revision 6c13d551
Added by Chris Buechler over 17 years ago
usr/local/www/system_advanced.php | ||
---|---|---|
605 | 605 |
<td width="22%" valign="top" class="vncell">Disable Firewall</td> |
606 | 606 |
<td width="78%" class="vtable"> |
607 | 607 |
<input name="disablefilter" type="checkbox" id="disablefilter" value="yes" <?php if (isset($config['system']['disablefilter'])) echo "checked"; ?> onclick="enable_change(false)" /> |
608 |
<strong>Disable the firewalls filter altogether.</strong>
|
|
608 |
<strong>Disable all packet filtering.</strong>
|
|
609 | 609 |
<br /> |
610 |
<span class="vexpl">Note: This basically converts pfSense into a routing only platform!<br>
|
|
610 |
<span class="vexpl">Note: This converts pfSense into a routing only platform!<br> |
|
611 | 611 |
Note: This will turn off NAT! |
612 | 612 |
</span> |
613 | 613 |
</td> |
Also available in: Unified diff
touch up text
Ticket #1627