public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [OT] Where is this IP/site ?
@ 2011-08-08 17:37 meino.cramer
  2011-08-08 17:43 ` Michael Mol
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: meino.cramer @ 2011-08-08 17:37 UTC (permalink / raw
  To: Gentoo


Hi,

is there a tool, which can display the place on earth, 
where is given IP-address is located ? Vidalia has this
abilitity for sites of the tor network, but for other
sites/IP-addresses???

Thank you very much for any help in advance!
Best regards, 
mcc




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] [OT] Where is this IP/site ?
  2011-08-08 17:37 [gentoo-user] [OT] Where is this IP/site ? meino.cramer
@ 2011-08-08 17:43 ` Michael Mol
  2011-08-08 17:56 ` covici
  2011-08-08 18:51 ` Paul Hartman
  2 siblings, 0 replies; 7+ messages in thread
From: Michael Mol @ 2011-08-08 17:43 UTC (permalink / raw
  To: gentoo-user

On Mon, Aug 8, 2011 at 1:37 PM,  <meino.cramer@gmx.de> wrote:
>
> Hi,
>
> is there a tool, which can display the place on earth,
> where is given IP-address is located ? Vidalia has this
> abilitity for sites of the tor network, but for other
> sites/IP-addresses???

The general term for what you're looking for is "GeoIP" or "Geolocation"

https://secure.wikimedia.org/wikipedia/en/wiki/Geoip

-- 
:wq



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] [OT] Where is this IP/site ?
  2011-08-08 17:37 [gentoo-user] [OT] Where is this IP/site ? meino.cramer
  2011-08-08 17:43 ` Michael Mol
@ 2011-08-08 17:56 ` covici
  2011-08-08 18:51 ` Paul Hartman
  2 siblings, 0 replies; 7+ messages in thread
From: covici @ 2011-08-08 17:56 UTC (permalink / raw
  To: gentoo-user

meino.cramer@gmx.de wrote:

> 
> Hi,
> 
> is there a tool, which can display the place on earth, 
> where is given IP-address is located ? Vidalia has this
> abilitity for sites of the tor network, but for other
> sites/IP-addresses???
> 
> Thank you very much for any help in advance!

I have used maxmind.com for years, I think its $20 for 20000 or some
such.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] [OT] Where is this IP/site ?
  2011-08-08 17:37 [gentoo-user] [OT] Where is this IP/site ? meino.cramer
  2011-08-08 17:43 ` Michael Mol
  2011-08-08 17:56 ` covici
@ 2011-08-08 18:51 ` Paul Hartman
  2011-08-09 17:37   ` Stroller
  2011-08-09 18:15   ` meino.cramer
  2 siblings, 2 replies; 7+ messages in thread
From: Paul Hartman @ 2011-08-08 18:51 UTC (permalink / raw
  To: gentoo-user

On Mon, Aug 8, 2011 at 12:37 PM,  <meino.cramer@gmx.de> wrote:
>
> Hi,
>
> is there a tool, which can display the place on earth,
> where is given IP-address is located ? Vidalia has this
> abilitity for sites of the tor network, but for other
> sites/IP-addresses???

dev-libs/geoip is a library to provide this functionality to your
programs. I think this is what most people use.

net-misc/whois will look up the owner of an IP netblock. You can read
the address and make an educated guess.

net-analyzer/traceroute will trace the path to the IP, usually hops
near the destination have geographic names that you can infer the
location from.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] [OT] Where is this IP/site ?
  2011-08-08 18:51 ` Paul Hartman
@ 2011-08-09 17:37   ` Stroller
  2011-08-09 18:15   ` meino.cramer
  1 sibling, 0 replies; 7+ messages in thread
From: Stroller @ 2011-08-09 17:37 UTC (permalink / raw
  To: gentoo-user


On 8 August 2011, at 19:51, Paul Hartman wrote:
> On Mon, Aug 8, 2011 at 12:37 PM,  <meino.cramer@gmx.de> wrote:
>> ...
>> is there a tool, which can display the place on earth,
>> where is given IP-address is located ? Vidalia has this
>> abilitity for sites of the tor network, but for other
>> sites/IP-addresses???
> 
> dev-libs/geoip is a library to provide this functionality to your
> programs. I think this is what most people use.

The version in Portage contains a database that is supposedly accurate to the country level.

Stroller.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] [OT] Where is this IP/site ?
  2011-08-08 18:51 ` Paul Hartman
  2011-08-09 17:37   ` Stroller
@ 2011-08-09 18:15   ` meino.cramer
  2011-08-15  7:53     ` Ralph Slooten
  1 sibling, 1 reply; 7+ messages in thread
From: meino.cramer @ 2011-08-09 18:15 UTC (permalink / raw
  To: gentoo-user

Paul Hartman <paul.hartman+gentoo@gmail.com> [11-08-08 20:56]:
> On Mon, Aug 8, 2011 at 12:37 PM,  <meino.cramer@gmx.de> wrote:
> >
> > Hi,
> >
> > is there a tool, which can display the place on earth,
> > where is given IP-address is located ? Vidalia has this
> > abilitity for sites of the tor network, but for other
> > sites/IP-addresses???
> 
> dev-libs/geoip is a library to provide this functionality to your
> programs. I think this is what most people use.
> 
> net-misc/whois will look up the owner of an IP netblock. You can read
> the address and make an educated guess.
> 
> net-analyzer/traceroute will trace the path to the IP, usually hops
> near the destination have geographic names that you can infer the
> location from.
> 

Hi all,

thanks for all the input ! :)

In the meantime I found this:

http://www.ip-adress.com/ip_lokalisieren/<ip-address>

where "<ip-aaddress>" is for example "192.168.192.168". ;)

Further links on that page leads to a satelite-map marked
with the location of the IP...plus a unknown offset of some
meters/miles...

Best regards,
mcc




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] [OT] Where is this IP/site ?
  2011-08-09 18:15   ` meino.cramer
@ 2011-08-15  7:53     ` Ralph Slooten
  0 siblings, 0 replies; 7+ messages in thread
From: Ralph Slooten @ 2011-08-15  7:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

On Wed, Aug 10, 2011 at 6:15 AM, <meino.cramer@gmx.de> wrote:
>
> Hi all,
>
> thanks for all the input ! :)
>
> In the meantime I found this:
>
> http://www.ip-adress.com/ip_lokalisieren/<ip-address>
>
> where "<ip-aaddress>" is for example "192.168.192.168". ;)
>
> Further links on that page leads to a satelite-map marked
> with the location of the IP...plus a unknown offset of some
> meters/miles...
>
> Best regards,
> mcc
>

For what it's worth, I wrote one too a few years back on
http://www.axllent.org/projects/webtrace - Probably not as accurate as the
one you posted as it uses the free version of the Geolite City database, but
maybe worth a look ;)

Kind regards,
Ralph

[-- Attachment #2: Type: text/html, Size: 1434 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-15  7:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 17:37 [gentoo-user] [OT] Where is this IP/site ? meino.cramer
2011-08-08 17:43 ` Michael Mol
2011-08-08 17:56 ` covici
2011-08-08 18:51 ` Paul Hartman
2011-08-09 17:37   ` Stroller
2011-08-09 18:15   ` meino.cramer
2011-08-15  7:53     ` Ralph Slooten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox