Why geoip filter d'ont work for some IP address?

hello guys ,
i have used geoip filter in my configuration , i notice that this filter d'ont work for some IP address ;

for example ;

154.107.183.56  ; geoip " work "
   172.22.1.53 ; not working

if this normal or there explication for that !!!

this is my conf ;

geoip {
source => "clientip"
}

please help me guys !!

172.22.1.53 is part of a reserved block. There is no way to do a geoip lookup for it because it may be used in many places by many organizations. It would be like trying to geoip 127.0.0.1 :slight_smile:

Geoip is working only on public IP's. not working on private ip's like 192.168.x.x , 172.x.x.x, 10.x.x.x etc.

Thanks & Regards,
Krunal.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.