Networking Forums

Networking Forums > Computer Networking > Linux Networking > reverse ping?

Reply
Thread Tools Display Modes

reverse ping?

 
 
Charles
Guest
Posts: n/a

 
      01-04-2005, 10:43 PM
one can ping a name and it will return the IP.
What does one do to fetch a name from an IP?
Tnx,
Charles


 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      01-04-2005, 11:06 PM
In comp.os.linux.networking Charles <(E-Mail Removed)>:
> one can ping a name and it will return the IP.
> What does one do to fetch a name from an IP?


In both situations you don't really want to use ping.

Try:

man dig
man host
man nslookup # Seems to get depreciated, I like it.

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 103: operators on strike due to broken coffee
machine
 
Reply With Quote
 
Kevin D. Quitt
Guest
Posts: n/a

 
      01-04-2005, 11:18 PM
On Tue, 04 Jan 2005 17:43:22 -0600, Charles <(E-Mail Removed)> wrote:
>What does one do to fetch a name from an IP?


nslookup


--
#include <standard.disclaimer>
_
Kevin D Quitt USA 91387-4454 96.37% of all statistics are made up
Per the FCA, this address may not be added to any commercial mail list
 
Reply With Quote
 
AA
Guest
Posts: n/a

 
      01-06-2005, 02:25 AM
Kevin D. Quitt wrote:
> On Tue, 04 Jan 2005 17:43:22 -0600, Charles <(E-Mail Removed)> wrote:
>
>>What does one do to fetch a name from an IP?

>
>
> nslookup
>
>

specifically, "dig -x <ip addr>"

or

nslookup [ret]
> <ip addr> [ret]


and then once you see that these are cool tools and want to learn more,
then type man dig or man nslookup if you so fancy.
 
Reply With Quote
 
Emporio Guijarro
Guest
Posts: n/a

 
      01-08-2005, 11:15 AM
I do not know how to consult the DNS server but, i know a very simple way to
find out a name of an IP. Instead of using the "ping" use the command
"tracert" (for windows) and "traceroute" (for linux) and then the IP you are
looking for, the program itself will fetch the name of the machine whose IP
you introduced, but there is a tiny problem, that when it comes to http
servers, the name of the machine might not be the same of the Web.

"Charles" <(E-Mail Removed)> escribió en el mensaje
news:(E-Mail Removed)...
> one can ping a name and it will return the IP.
> What does one do to fetch a name from an IP?
> Tnx,
> Charles



 
Reply With Quote
 
Davide Bianchi
Guest
Posts: n/a

 
      01-08-2005, 12:48 PM
On 2005-01-08, Emporio Guijarro <(E-Mail Removed)> wrote:
> I do not know how to consult the DNS server


tried dig?

> find out a name of an IP.


you mean the 'host' command?

Davide

--
IBM's vision is apparently to make IBM hardware "scream with Microsoft
software" -- The Register
I have visions of screaming with (at and about) Microsoft software, too.
-- Joe Moore on alt.sysadmin.recovery
 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      01-08-2005, 09:21 PM
Charles wrote:

> one can ping a name and it will return the IP.
> What does one do to fetch a name from an IP?


man host

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reverse DNS friis Linux Networking 3 01-09-2006 02:48 PM
Reverse look-up for shares? Cyphos Windows Networking 4 12-07-2005 08:14 PM
Reverse DNS Frankster Windows Networking 13 05-04-2005 02:17 AM
Reverse ARP =?Utf-8?B?c3c=?= Windows Networking 4 05-03-2004 10:10 PM
PlusNet & Reverse DNS Kimball K Kinnison Broadband 1 11-26-2003 08:37 AM



1 2 3 4 5 6 7 8 9 10 11