- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: BIND 9.2---adding master zone
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:51 PM
01-07-2004 06:51 PM
BIND 9.2---adding master zone
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 08:15 PM
01-07-2004 08:15 PM
Re: BIND 9.2---adding master zone
2. send us master zone file to see if there are errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 08:31 PM
01-07-2004 08:31 PM
Re: BIND 9.2---adding master zone
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 09:46 PM
01-07-2004 09:46 PM
Re: BIND 9.2---adding master zone
so in line
86400 } ; Minimum ttl of a day
it suppose to be )
instead of }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 10:36 PM
01-07-2004 10:36 PM
Re: BIND 9.2---adding master zone
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2004 04:53 PM
01-09-2004 04:53 PM
Re: BIND 9.2---adding master zone
Problem is solved after putting the IP address to proper host.
Thanks and best regards,
Richard