IPv4 versus IPv6 visitors

Avatar
  • updated
  • Under review
Like to see # of IPv4 versus IPv6 visitors in a pi chart and table just like devices or bowsers.
ipv4 ipv6
Avatar
James Kmetz
Sorry, should have posted this as a new post.

Here is an option that will allow you to keep DNS lookup turned on.. This version detects IPv6 addresses instead of ipv4 like the above suggestion.

^(?:[A-F0-9]{1,4}:){7}[A-F0-9]{1,4}$~= IPv6
^(?:[A-F0-9]{1,4}:){7}[A-F0-9]{1,4}$!~= IPv4
Avatar
James Kmetz
Quote from Hans Hardeman
the modification rules:
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$~= IPv4 (if Ip4 patern found ipv4 = ipv4 +1)
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$!~= IPv6 (if no ip4 patern found ipv6 = ipv6 +1



Here is an option that will allow you to keep DNS lookup turned on.. This version detects IPv6 addresses instead of ipv4 like the above suggestion.

^(?:[A-F0-9]{1,4}:){7}[A-F0-9]{1,4}$~= IPv6
^(?:[A-F0-9]{1,4}:){7}[A-F0-9]{1,4}$!~= IPv4
Avatar
Hans Hardeman
place where l like to see the ipv4 / ipv6 in report

Avatar
Hans Hardeman
Quote from Hans Hardeman
the modification rules:
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$~= IPv4 (if Ip4 patern found ipv4 = ipv4 +1)
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$!~= IPv6 (if no ip4 patern found ipv6 = ipv6 +1



ps disabe look up DNS names,
Avatar
Hans Hardeman
the modification rules:
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$~= IPv4 (if Ip4 patern found ipv4 = ipv4 +1)
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$!~= IPv6 (if no ip4 patern found ipv6 = ipv6 +1



Avatar
Hans Hardeman
any more hints how to do this, I don't understand the modification rules,

I have the professional edition
Avatar
Michael
Thank you, we'll consider this feature.

As of now, it may be possible to create such report using custom tables, as you can create a table for hosts and specify modification rules using regular expressions to detect IPv4 and IPv6 addresses such way. You can create such table in Options > Report > Tables if you use the Professional or Enterprise edition.