Hi, On 10/25/2013 09:48 AM, Rune Elvemo wrote: > Does anyone know how to use a mysql database for mynetworks? > We did manage to use it to match a single ip address, but is there a way to > match entire networks? >
That can be done at the sql level. See mysql functions "INET_ATON" and "INET_NTOA" for more info. HTH, Mikael