After looking at the examples here: https://www.paessler.com/manuals/prtg/xflow_packet_sniffer_filter_rules I can't work out how to exclude traffic which is from 192.168.0.0/16 to 172.16.0.0/12 and vice versa. Can someone post an example of how to do this under the Netflow exclusions? I want to stop traffic between these networks from being reported in Netflow.


Article Comments

Hi,

With the following filter you're able to exclude the traffic between to IP addresses.
"Protocol[TCP] and not (DestinationIP[192.168.0.0] or SourceIP[172.16.0.0])"
You'll also find examples for filter rules here.

Kind regards.


Oct, 2019 - Permalink