Tracking IP address range across multiple sites

I’m trying to track an IP range that is visiting our websites.

From previous forum posts I can see that you can go into Visitors/Visitor log and add

&segment=visitIp==192.168.1.1

That’s fine for just one site, but what about all of them in Piwik? How do I add the ip range? eg: 192.168.1.255

Any help is much appreciated.

I figured this out from the documentation. Segmentation - Compare segments of visitors - Analytics Platform - Matomo

For the range 192.168.1.1 to 192.168.1.255, you’d use something like this:

&segment=visitIp>=192.168.1.1;visitIp<=192.168.1.255

Thanks vipsoft.

Any ideas on how to get a view across all the websites in piwik for this IP range?

I really dont want to go one by one through the Visitors/Visitor log. :slight_smile:

idSite=all for the visitor log is not implemented

shall we file a feature request ?