RE: Reverse DNS lookup

2001-07-06 Thread Randy Layman
: Re: Reverse DNS lookup InetAddress.getByName(ip address).getHostName() will do what you want, if the info is available. Where would the info have to be available? Is there anything comparable to a dig -x command under Unix? For most IP addresses, there will not be anything

Re: Reverse DNS lookup

2001-07-05 Thread David Wall
InetAddress.getByName(ip address).getHostName() will do what you want, if the info is available. Where would the info have to be available? Is there anything comparable to a dig -x command under Unix? For most IP addresses, there will not be anything configured on my computer, but I know