TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dns works, but nslookup doesn't
I'm running named on my linux server as it works fine when I ping a client
(ping marible) it finds the ip and then pings there computer. But when I
try to use nslookup I get
[ben@server ben]$ nslookup maribel
1.168.192.IN-ADDR.ARPA
origin = hearing.org
mail addr = server.hearing.org
serial = 1997080600
refresh = 10800 (3 hours)
retry = 1800 (30 mins)
expire = 1209600 (14 days)
minimum ttl = 604800 (7 days)
*** Can't find server name for address 192.168.1.1: No information
I've attached the revelant files (I hope)
Any ideas?
Thanks,
Ben
;reverse mappings for hearing.org (192.168.1.0)
@ IN SOA hearing.org. server.hearing.org. (
1997080600 ; serial number
10800 ; refresh rate (3 hours)
1800 ; retry (30 minutes)
1209600 ; expire (2 weeks)
604800 ) ; minium (1 week)
IN NS server.hearing.org
IN NS ns.hearing.org
192.168.1.1 IN PTR server
192.168.1.211 IN PTR sylvia
192.168.1.219 IN PTR barbara
192.168.1.204 IN PTR test
192.168.1.214 IN PTR devices
192.168.1.213 IN PTR jerry
192.168.1.230 IN PTR freedesk
192.168.1.200 IN PTR frontdesk
192.168.1.201 IN PTR nancy
192.168.1.203 IN PTR suite
192.168.1.229 IN PTR hip
192.168.1.206 IN PTR hipoffice
192.168.1.216 IN PTR janna
192.168.1.210 IN PTR winnie
192.168.1.208 IN PTR intern
192.168.1.212 IN PTR helen
192.168.1.202 IN PTR monika
192.168.1.220 IN PTR colleen
192.168.1.211 IN PTR sylvia
;Primary DNS for hearing.org (192.168.1.0)
@ IN SOA hearing.org. server.hearing.org. (
1997080600 ; serial number
10800 ; refresh rate (3 hours)
1800 ; retry (30 minutes)
1209600 ; expire (2 weeks)
604800 ) ; minium (1 week)
IN MX 5 server.hearing.org.
IN NS server.hearing.org.
IN NS ns.hearing.org.
hearingsociety.org. IN MX 3 server.hearing.org.
server IN A 192.168.1.1
sylvia IN A 192.168.1.211
barbara IN A 192.168.1.219
test IN A 192.168.1.204
ns IN CNAME server
devices IN A 192.168.1.214
jerry IN A 192.168.1.213
freedesk IN A 192.168.1.230
frontdesk IN A 192.168.1.200
nancy IN A 192.168.1.201
suite IN A 192.168.1.203
audio IN CNAME suite
hae IN CNAME suite
hip IN A 192.168.1.229
cheryl IN A 192.168.1.206
hipoffice IN CNAME cheryl
kim IN CNAME cheryl
janna IN A 192.168.1.216
winnie IN A 192.168.1.210
intern IN A 192.168.1.208
helen IN A 192.168.1.212
monika IN A 192.168.1.202
colleen IN A 192.168.1.220
maribel IN CNAME frontdesk
sylvia IN A 192.168.1.211
www IN CNAME server
directory /etc/dns
cache . /usr/lib/linuxconf/lib/root.cache
cache . /etc/dns/named.ca
cache . named.cache
domain hearing.org
primary hearing.org domain.hosts
primary 192.168.1.1 domain.hosts
primary 1.168.192.IN-ADDR.ARPA domain.reverse
primary 0.0.127.IN-ADDR.ARPA local.reverse
forwarders 207.171.208.10 207.171.208.11