- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- setup DNS 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
03-09-2006 04:38 AM
03-09-2006 04:38 AM
I've setup Master DNS-Server BIND 9 on linux Debian Sarge
and it seems to work,
but I'm not sure if I've setup the Master Zone of this name server correctly.
short information:
ext.domain.net is the name of this name server
and domain.net is domain of this name server
I've done following using the webmin:
1.) first I've created a new reverse master zone:
zone "205.X.X.in-addr.arpa" {
type master;
notify yes;
file "/etc/bind/205.X.X.rev";
};
2.) next step, I've created a master zone for my dns server ext.domain.net:
zone "domain.net" {
type master;
file "/etc/bind/domain.net.hosts";
notify yes;
allow-query { any; };
};
3.) I've opened the zone master zone: domain.net, clicked on Address and I've put the following:
ext.domain.net. Default 205.X.X.10
domain.net. Default 205.X.X.10
www.domain.net. Default 205.X.X.10
now I have:
# vi domain.net.hosts
$ttl 38400
domain.net. IN SOA ext.domain.net. postmaster.domain.net. (
1141342035
10800
3600
604800
38400 )
domain.net. IN NS ext.domain.net.
ext.domain.net. IN A 205.X.X.10
domain.net. IN A 205.X.X.10
I'll be very happy, if someone could check this entries and let me know.
kind regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 04:54 AM
03-09-2006 04:54 AM
Solutionext.domain.net. Default 205.X.X.10
domain.net. Default 205.X.X.10
www.domain.net. Default 205.X.X.10
Also the last entry for your zone is incorrect:
domain.net. IN A 205.X.X.10
That is wrong, you won't assign an ip address to a domain. That could be for an MX RR, like this:
domain.net. IN MX 10 mail.domain.net.
You didn't post your reverse zone file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:25 PM
03-09-2006 01:25 PM
Re: setup DNS Master zone
and reverse zone is:
# vi 205.X.X.rev
$ttl 38400
X.X.205.in-addr.arpa. IN SOA ext.domain.net. postmaster.domain.net. (
1141342019
10800
3600
604800
38400 )
X.X.205.in-addr.arpa. IN NS ext.domain.net.
10.X.X.205.in-addr.arpa. IN PTR ext.domain.net.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 11:08 PM
03-09-2006 11:08 PM
Re: setup DNS Master zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 12:23 AM
03-10-2006 12:23 AM
Re: setup DNS Master zone
should I remove:
domain.net. IN A 205.X.X.10
from the master zone ?
greetings
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 12:53 AM
03-10-2006 12:53 AM
Re: setup DNS Master zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 01:08 AM
03-10-2006 01:08 AM
Re: setup DNS Master zone
# nslookup domain.net
Server: 127.0.0.1
Address: 127.0.0.1#53
*** Can't find domain.net: No answer
before was working well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 01:32 AM
03-10-2006 01:32 AM
Re: setup DNS Master zone
To query the Name Server for domain.net
dig domain.net NS
To query the address for ext.domain.net
dig ext.domain.net
Check the answer section.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 02:59 AM
03-10-2006 02:59 AM
Re: setup DNS Master zone
before was working.
ext:~# dig domain.net NS
; <<>> DiG 9.2.4 <<>> domain.net NS
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28666
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;domain.net. IN NS
;; ANSWER SECTION:
domain.net. 38400 IN NS ext.domain.net.
;; ADDITIONAL SECTION:
ext.domain.net. 38400 IN A 205.X.X.10
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Mar 10 16:50:19 2006
;; MSG SIZE rcvd: 64
ext:~# dig ext.domain.net
; <<>> DiG 9.2.4 <<>> ext.domain.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49420
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;ext.domain.net. IN A
;; ANSWER SECTION:
ext.domain.net. 38400 IN A 205.X.X.10
;; AUTHORITY SECTION:
domain.net. 38400 IN NS ext.domain.net.
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Mar 10 16:50:45 2006
;; MSG SIZE rcvd: 64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 04:55 AM
03-10-2006 04:55 AM
Re: setup DNS Master zone
Sorry for the wrong support.