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.
Netflow exclusions - how to target a source and destination flow
Modified on 2025-06-10 16:05:15 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
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