Ricardo Abuchaim

Results 12 comments of Ricardo Abuchaim

In the install_files/ansible-base/ansible.cfg file you can increase the timeout before starting the playbook. ```[defaults] interpreter_python=auto #ask_pass=False #ask_sudo_pass=False display_skipped_hosts=False timeout=120 # Use dynamic inventory script to determine local IPv4 addresses #...

Sure.. All possible IPv4 on the internet is 4.294.967.296 And we have some reserved networks as below with the numbers os possible IPv4 on each network. These are invalid/reserved IPs,...

I´ll take a look on this.. I downloaded the free files list today and I will adapt geoip2dat.py to use this source. And I think is possible to use the...

I need to review my calcs and review all networks to check if they are overlaying one network over another, but at first, ipinfo.io have an excellent coverage with the...

Nice tool... from this tool I found a lot of repositories in geoip universe that I didn´t know rsrsrs Let´s resume the coding for ipinfo and db-ip databases.. including latitude...

Well.. I did some tests here with the ipinfo.io base only countries and IPv4 (to start). They do not provide the network cidr, they provide a range with starting IP...

The db-ip CSV database is 100% of IPv4 as shown in mmdbcheck tool Now I´m working to find the difference between maxmind CSV files and the MMDB file as shown...

This is why I don´t like to use mmdb files.. The network 23.0.0.0/8 is the one that intrigues me the most so I like to use it as an example....

Hi there!! i got some good results.. to receive the latitude and longitude data, the current file structure didn't have a good performance ( just a json saved with pickle...

Hi there! And I tested the current version of maxminddb library and they have really good lookup time, around 0.00003... My last use of this library was 2 years ago...