[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4 nslookup doesn't work



> I think you might have told me that some time ago. Thanks and please
> forgive me if I'm being dim but can you suggest any other way I might
> approach trying to find out if reverse lookup is broken/fixing it?

nslookup requires that reverse lookup works.
reverse lookup reqires an in-addr.arpa file
if you reverse your ip number, say your ip 1.2.3.4
Then you shoud be able to execute 
dig 4.3.2.1.in-addr.arpa and get a resonable result.
In bind these are called PTR records.
Do you have the book? DNS and BIND?

Gerald