|
|
|
|
Next: Alerts
Up: Stream5
Previous: Stream5 ICMP Configuration
Contents
-
This example configuration emulates the default behavior of flow and
Stream4 (with UDP support enabled). It is the default configuration in
snort.conf.
preprocessor stream5_global: max_tcp 8192, track_tcp yes, \
track_udp yes, track_icmp no \
preprocessor stream5_tcp: policy first, use_static_footprint_sizes
preprocessor stream5_udp: ignore_any_rules
-
This configuration maps two network segments to different OS policies, one
for Windows and one for Linux, with all other traffic going to the default
policy of Solaris.
preprocessor stream5_global: track_tcp yes
preprocessor stream5_tcp: bind_to 192.168.1.0/24, policy windows
preprocessor stream5_tcp: bind_to 10.1.1.0/24, policy linux
preprocessor stream5_tcp: policy solaris
Steven Sturges
2008-04-01
|
|
|