Intro Search engine bots are also known as crawlers, spiders, robots, etc. These are software designed to run on a large number of computers with the express purpose of crawling all of the pages on the Internet. They will read almost everything on the pages being crawled and also dive […]
Using Postman to call IP2Proxy Proxy Detection API
Intro Postman is a development tool you can use to test the calling of an API. We will demonstrate how to configure Postman with the IP2Proxy Proxy Detection API Swagger configuration to easily setup the request to the API. Pre-requisites First of all, you will need to download the […]
What is Teredo tunneling?
Intro We have previously covered briefly how an IPv4 network can communicate with an IPv6 network. One of the methods is via an IPv6 tunnel. The 2 types of commonly used tunnels are 6to4 and Teredo. In this article, we’ll discuss more about Teredo which is an IPv6 tunneling mechanism. […]
How to connect IP2Location MySQL Docker in Debian container
IP2Location MySQL docker simplifies the efforts to setup up the geolocation database for IP lookup. In this tutorial, we are going to demonstrate how to set up the IP2Location MySQL docker and how to use it in a Debian container. And, we are going to use the docker network for […]
The redirection in Varnish using IP2Location data
Introduction Varnish is a web application accelerator that improves the overall online web performance. In a nutshell, it acts as a caching HTTP reverse proxy to improve the response time to end user if the pages were previously visited and cached. In addition, the server admin can implement various rules […]
How to automate downloading, unzipping & loading of IP2Proxy PX8 data into Linux MySQL
Here is a guide for users to fully automate the updating of their IP2Proxy PX8 database. We will show how to download the IP2Proxy PX8 csv data from the web server and then unzip it before loading the data into a MySQL server on a Linux platform. The whole shell […]
Using Postman to call IP2Location IP Geolocation API
Intro Postman is a development tool you can use to test the calling of an API. We will demonstrate how to configure Postman with the IP2Location IP Geolocation API Swagger configuration to easily setup the request to the API. Pre-requisites First of all, you will need to download the Postman […]
What is 6to4 tunneling?
Intro We have previously covered briefly how an IPv4 network can communicate with an IPv6 network. One of the methods is via an IPv6 tunnel. In this article, we’ll delve deeper into 6to4 which is an IPv6 tunneling mechanism. By using 6to4, IPv6 packets can be transmitted over an IPv4 […]
IP2Location Geolocation information with Nmap
Intro Nmap (Network Mapper) is a free and open-source network scanner created by Gordon Lyon. It is a valuable tool in the arsenal of a network administrator to probe networks and much more. To enhance the functionality of Nmap with IP2Location, we have created a script to return geolocation information […]
Convert IP2Location CSV data into IP ranges or CIDR
Intro Anyone who is using the IP2Location CSV data will know that we use 2 fields called IPFrom and IPTo to denote the start and end of a range of IP addresses. In these 2 fields, we use what’s known as an IP number instead of an IP address. What […]