winnerhost.blogg.se

How to track ip address location
How to track ip address location





how to track ip address location
  1. #HOW TO TRACK IP ADDRESS LOCATION HOW TO#
  2. #HOW TO TRACK IP ADDRESS LOCATION INSTALL#

  • Find Out All Live Hosts IP Addresses Connected on Network in Linux.
  • 4 Ways to Find Server Public IP Address in Linux Terminal.
  • You might also like to read these following related articles: $ curl -s $(curl -s ) | jq '.data.latitude. The above script shows the city and country name along with the approximate latitude and longitude coordinates.Īlternatively, you can also run the above command without saving it in a script as shown. $ chmod +x getipgeoloc.shįinally, run the script to get your Linux IP geographical location as shown in the following screenshot. Save the file and make the script executable with the following command. curl -s $(curl -s ) | jq '.data.latitude. Then copy and paste the following long command in it. Now to automate the API process, we will create a script called getipgeoloc.sh (you can name it anything you want) using any of your favorite command line editors. Server Location Details Automate API Call using Bash Script This is the data we get from the above command.

    how to track ip address location

    Make sure to replace with the server’s public IP. Once you have got the server public IP address, you can now make a request to ‘s API to fetch the geolocation data using the following command.

    how to track ip address location

    Get Linux Server IP Address Get IP Location Data From The API To get the server’s public IP address, use the following curl command to make an API request to ipinfo.io in your terminal as shown.

    #HOW TO TRACK IP ADDRESS LOCATION INSTALL#

    Install Curl and JQ in Linux Find the Server’s Public IP Address $ sudo apt install curl jq #Ubuntu/Debian To get the IP address geographic location of the server, we need to install curl command line downloader and jq command-line tool to process the JSON data from the geolocation APIs. IP addresses provide an easy way to track the location of the server in the world by using two useful APIs provided by ipinfo.io and to get the city, state, and country connected with a server. On the internet, each server has a public-facing IP address, which is assigned directly to the server or via a router that sends network traffic to that server.

    #HOW TO TRACK IP ADDRESS LOCATION HOW TO#

    In this article, we will show you how to find the IP address geographic location of a remote Linux system using open APIs and a simple bash script from the command line.







    How to track ip address location