diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-08-11 18:46:27 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-08-11 18:46:27 -0400 |
commit | 19e6943e363aa043cc69972dc6e0d1c40c0e1c54 (patch) | |
tree | a32845629bf8a3ff647db88a94cabe49164ece02 /config/snort | |
parent | b2447d05bb64548815b4d0f72d0069e057162d9a (diff) | |
download | pfsense-packages-19e6943e363aa043cc69972dc6e0d1c40c0e1c54.tar.gz pfsense-packages-19e6943e363aa043cc69972dc6e0d1c40c0e1c54.tar.bz2 pfsense-packages-19e6943e363aa043cc69972dc6e0d1c40c0e1c54.zip |
Add note to remind user to manually assign a new PASS LIST to an interface.
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort_passlist.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snort/snort_passlist.php b/config/snort/snort_passlist.php index 965f22d7..1b377a1f 100644 --- a/config/snort/snort_passlist.php +++ b/config/snort/snort_passlist.php @@ -197,7 +197,8 @@ if ($savemsg) { <p><?php echo gettext("1. Here you can create Pass List files for your Snort package rules. Hosts on a Pass List are never blocked by Snort."); ?><br/> <?php echo gettext("2. Add all the IP addresses or networks (in CIDR notation) you want to protect against Snort block decisions."); ?><br/> <?php echo gettext("3. The default Pass List includes the WAN IP and gateway, defined DNS servers, VPNs and locally-attached networks."); ?><br/> - <?php echo gettext("4. Be careful, it is very easy to get locked out of your system by altering the default settings."); ?></p></span></td> + <?php echo gettext("4. Be careful, it is very easy to get locked out of your system by altering the default settings."); ?><br/> + <?php echo gettext("5. To use a custom Pass List on an interface, you must manually assign the list using the drop-down control on the Interface Settings tab."); ?></p></span></td> </tr> <tr> <td width="100%"><span class="vexpl"><?php echo gettext("Remember you must restart Snort on the interface for changes to take effect!"); ?></span></td> |