LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to find ISP connection type from IP address (https://www.linuxquestions.org/questions/linux-server-73/how-to-find-isp-connection-type-from-ip-address-4175467558/)

vignesh4sh 06-27-2013 03:54 AM

How to find ISP connection type from IP address
 
Hi,

I need to get the ISP connection type information from IP address.

Connection type like broadband or 3g or 4g

Please give suggestion.

Thanks

netarvn 06-27-2013 04:26 AM

Quote:

Originally Posted by vignesh4sh (Post 4979481)
Hi,

I need to get the ISP connection type information from IP address.

Connection type like broadband or 3g or 4g

Please give suggestion.

Thanks

You can use IP2location, it will let you know from your ip.

ip2location.com

TenTenths 06-27-2013 06:07 AM

Maxmind also offer this service: https://www.maxmind.com/en/netspeed

tombelcher7 06-27-2013 06:49 AM

You can either send a request for this information from your ISP directly or log onto your router and look at your WAN configuration; there may be some hints here which may help clarify which you are on.

vignesh4sh 06-27-2013 07:34 AM

Thanks for replies,

I need to make script for fetch the IP informations.

I have used whois command

$whois ipaddress

I used this command and fetched the informations like ISP provider,country etc. But, I don't no how to get the ISP connection type.

Please give me suggestions

Thanks in advance

TenTenths 06-27-2013 10:37 AM

Quote:

Originally Posted by vignesh4sh (Post 4979554)
I don't no how to get the ISP connection type.

Please give me suggestions

Sign up for MaxMind Omni service and make use of the code examples here: http://dev.maxmind.com/geoip/legacy/web-services/


All times are GMT -5. The time now is 06:02 AM.