Hello,
I would like to filter only events for all IPs from a specific subnet - let's call it 192.168.1.0/24.
So in logviewer I would create a filter for Src IP starts with 192.168.1.
Now the log viewer is ignoring the terminating dot in the filter and shows events for:
192.168.1.
192.168.10.
192.168.11.
...
192.168.19.
192.168.100.
192.168.101.
...
192.168.199.
That is really a lack of useability.
Adding "is not" for all the possible networks is not suitable.
This thread was automatically locked due to age.