# # Nihuo Web Log Analyzer hit filter file # # Description: # Exclude all activities caused by local IP. # # Usage: # ./nwla -f=logfile --hitfilter=./filters/e_localip.hfml # # # If you have any questions about filters and our products, please contact # us at support@loganalyzer.net, we wil feedback ASAP. # # Online tutorial of filters is available in # http://www.loganalyzer.net/tutorial.html#filter # # Hit Filter: Client Host IP Not = 192.168.0.0 to 192.168.255.255 type=10 not=1 addr="192.168.0.0" addr="192.168.255.255" # Hit Filter: Client Host IP Not = 172.16.0.0 to 172.31.255.255 type=10 not=1 addr="172.16.0.0" addr="172.31.255.255" # Hit Filter: Client Host IP Not = 10.0.0.0 to 10.255.255.255 type=10 not=1 addr="10.0.0.0" addr="10.255.255.255"