Operating System - HP-UX
1834447 Members
3035 Online
110067 Solutions
New Discussion

Re: BIND 9.2---adding master zone

 
Rgomes
Valued Contributor

BIND 9.2---adding master zone

Hi All,

My DNS server is running on BIND 9.2. Everything seems ok except one thing. I added one master zone file in named.conf ( test.com) and created reverse lookup file for that zone. But I cannot nslookup it from anywhere( also not from my dns server).

What is the problem here?

TIA,
Richard
5 REPLIES 5
Alexander Chuzhoy
Honored Contributor

Re: BIND 9.2---adding master zone

1.what do you mean everything seems ok?
2. send us master zone file to see if there are errors
Rgomes
Valued Contributor

Re: BIND 9.2---adding master zone

Hi Alexander,

Thanks for your reply.

1) other zone files are working fine ( I have 3 zone file in named.conf). Only the last zone I ahve added is not 'nslookup'ing.
Other 2 zone file is ok and can be 'nslookup'.

2.
# more sheraton-dhaka.hosts
$TTL 3600
@ IN SOA sheraton-dhaka.com. root.bttb.net. (
1



)
1 ; Serial
10800 ; Refreash every 3 hours
3600 ; Retry every hour
604800 ; Expire after a week
86400 } ; Minimum ttl of a day
IN NS dns2.bttb.net.
dns2 IN A 203.112.194.15
sheraton-dhaka.com. IN MX 203.112.195.244
sheraton-dhaka.com. IN A 203.112.195.244
sheraton-dhaka.com. IN NS 203.112.194.15
sheraton-dhaka.com.hosts: END

Thanks,

Richard
Alexander Chuzhoy
Honored Contributor

Re: BIND 9.2---adding master zone

I work on linux machines , but I guess it's gererall
so in line
86400 } ; Minimum ttl of a day

it suppose to be )
instead of }

Rgomes
Valued Contributor

Re: BIND 9.2---adding master zone

Hi Alexander,

Thanks for pointing me.

but still I cannot not resolve. What i did not know is that, the IP address I gave for sheraton-dhaka.com is not yet activated. I mean it is not yet given to any machine.....:). it will be given tomorrow and I have to wait till that time.

What I understand this is the reason for which I cannot 'nslookup' the host name.

I'll give you update tomorrow.
Thanks,
Richard
Rgomes
Valued Contributor

Re: BIND 9.2---adding master zone

Hi Alexander,

Problem is solved after putting the IP address to proper host.

Thanks and best regards,
Richard