diff options
Diffstat (limited to 'config/snort-dev')
-rw-r--r-- | config/snort-dev/snort_help_info.php | 1 | ||||
-rw-r--r-- | config/snort-dev/snort_interfaces_edit.php | 4 | ||||
-rw-r--r-- | config/snort-dev/snort_interfaces_rules.php | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/config/snort-dev/snort_help_info.php b/config/snort-dev/snort_help_info.php index 5bc32a1d..e8408209 100644 --- a/config/snort-dev/snort_help_info.php +++ b/config/snort-dev/snort_help_info.php @@ -182,6 +182,7 @@ jQuery(document).ready(function() { <li><a href="/snort/snort_interfaces.php"><span>Snort Interfaces</span></a></li> <li><a href="/snort/snort_interfaces_global.php"><span>Global Settings</span></a></li> <li><a href="/snort/snort_download_updates.php"><span>Updates</span></a></li> + <li><a href="/snort/snort_interfaces_rules.php"><span>RulesDB</span></a></li> <li><a href="/snort/snort_alerts.php"><span>Alerts</span></a></li> <li><a href="/snort/snort_blocked.php"><span>Blocked</span></a></li> <li><a href="/snort/snort_interfaces_whitelist.php"><span>Whitelists</span></a></li> diff --git a/config/snort-dev/snort_interfaces_edit.php b/config/snort-dev/snort_interfaces_edit.php index f85c6bb7..a501aa34 100644 --- a/config/snort-dev/snort_interfaces_edit.php +++ b/config/snort-dev/snort_interfaces_edit.php @@ -326,9 +326,9 @@ jQuery(document).ready(function() { </select> <br> - <span class="vexpl">Choose the home net you will like this rule to use. <span class="red">Note:</span> Default homenet adds only local networks. + <span class="vexpl">Choose the rule database to use. <span class="red">Note:</span> Cahnges to this database are global. <br> - <span class="red">Hint:</span> Most users add a list offriendly ips that the firewall cant see.</span> + <span class="red">WARNING:</span> Never change this when snort is running.</span> </td> </tr> diff --git a/config/snort-dev/snort_interfaces_rules.php b/config/snort-dev/snort_interfaces_rules.php index 1d9da1cb..0cd75e6e 100644 --- a/config/snort-dev/snort_interfaces_rules.php +++ b/config/snort-dev/snort_interfaces_rules.php @@ -178,7 +178,7 @@ $a_rules = snortSql_fetchAllSettings('snortDBrules', 'Snortrules', 'All', ''); <span class="vexpl"> <span class="red"><strong>Note:</strong></span> <p><span class="vexpl"> - Here you can create event filtering and suppression for your snort package rules.<br> + Here you can create rule databases that can be used on multiple interfaces.<br> Please note that you must restart a running rule so that changes can take effect.<br> </span></p> </td> |