You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've hoped that GeoIP2-Connection (Geolegacy known as GeoIPNetSpeed.dat) database is supported but after executing: python geolite2legacy.py -i GeoIP2-Connection.zip
i receive error: Missing Locations or Block files, please check the archive.
in format for block IPv4:
network,connection_type
1.0.0.0/24,Corporate
1.0.4.0/22,Corporate
1.0.16.0/24,Cable/DSL
1.0.64.0/18,Cable/DSL
etc...etc...etc...etc...
in format for block IPv6:
network,connection_type
a10:33c0::/29,Corporate
2001:200::/37,Corporate
2001:200:800::/40,Corporate
2001:200:900::/40,Cable/DSL
2001:200:a00::/39,Corporate
2001:200:c00::/38,Corporate
2001:200:1000::/36,Corporate
etc...etc...etc...etc...
etc....
If it is not supported at this moment because of error could you please update script to support converting of GeoIP2-COnnection to .dat database.
Thanks
The text was updated successfully, but these errors were encountered:
I've hoped that GeoIP2-Connection (Geolegacy known as GeoIPNetSpeed.dat) database is supported but after executing:
python geolite2legacy.py -i GeoIP2-Connection.zip
i receive error: Missing Locations or Block files, please check the archive.
Archive contains:
GeoIP2-Connection-Type-Blocks-IPv4.csv
GeoIP2-Connection-Type-Blocks-IPv6.csv
in format for block IPv4:
network,connection_type
1.0.0.0/24,Corporate
1.0.4.0/22,Corporate
1.0.16.0/24,Cable/DSL
1.0.64.0/18,Cable/DSL
etc...etc...etc...etc...
in format for block IPv6:
network,connection_type
a10:33c0::/29,Corporate
2001:200::/37,Corporate
2001:200:800::/40,Corporate
2001:200:900::/40,Cable/DSL
2001:200:a00::/39,Corporate
2001:200:c00::/38,Corporate
2001:200:1000::/36,Corporate
etc...etc...etc...etc...
etc....
If it is not supported at this moment because of error could you please update script to support converting of GeoIP2-COnnection to .dat database.
Thanks
The text was updated successfully, but these errors were encountered: