LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Reverse-IP Lookup (https://www.linuxquestions.org/questions/linux-networking-3/reverse-ip-lookup-670999/)

LInxia 09-19-2008 04:34 AM

Reverse-IP Lookup
 
Hi all,

I'm Looking for a terminal based tool that performs a reverse IP lookup similar to reverseiplookup.net . (Wanting to know list of domains hosted on IP.)

example : http://www.reverseiplookup.net/?s=li...&submit=Lookup


Thanks

odcheck 09-21-2008 09:12 AM

whois is the command

gaspar93 01-09-2009 03:01 PM

Why bother when you have free lookup websites? Take a look at this ip address lookup. I don't have a complete database to try the ip lookup on my linux. Where can I get one please ?

baseter 05-08-2011 04:27 AM

any smart answer to this question ? It is still unanswered...

EricTRA 05-08-2011 04:31 AM

Hello,

Have a look at the man page for the dig command:
Code:

http://linux.die.net/man/1/dig
From that man page:
Quote:

Reverse lookups - mapping addresses to names - are simplified by the -x option. addr is an IPv4 address in dotted-decimal notation, or a colon-delimited IPv6 address. When this option is used, there is no need to provide the name, class and type arguments. dig automatically performs a lookup for a name like 11.12.13.10.in-addr.arpa and sets the query type and class to PTR and IN respectively. By default, IPv6 addresses are looked up using nibble format under the IP6.ARPA domain. To use the older RFC1886 method using the IP6.INT domain specify the -i option. Bit string labels (RFC2874) are now experimental and are not attempted.
Kind regards,

Eric


All times are GMT -5. The time now is 04:34 AM.