Current time: 11-15-2024, 03:23 PM Hello There, Guest! (LoginRegister)


Post Reply 
DNS & Domain Problem
Author Message
dannad Offline
Junior Member
*

Posts: 18
Joined: Aug 2009
Reputation: 0
Post: #10
RE: DNS & Domain Problem
Here is my named.conf:
Quote:// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local

include "/etc/bind/named.conf.options";

// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone "localhost" {
type master;
file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};

include "/etc/bind/named.conf.local";
// bind Data BEGIN.

// dmn [admin.server1.hosting.domain.co.uk] cfg entry BEGIN.
zone "admin.server1.hosting.domain.co.uk" {
type master;
file "/var/cache/bind/admin.server1.hosting.domain.co.uk.db";
notify YES;
};
// dmn [admin.server1.hosting.domain.co.uk] cfg entry END.

// dmn [{DMN_NAME}] cfg entry BEGIN.
// dmn [{DMN_NAME}] cfg entry END.

// bind Data END.
08-16-2009 06:57 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
DNS & Domain Problem - dannad - 08-14-2009, 07:59 PM
RE: DNS & Domain Problem - joximu - 08-14-2009, 08:04 PM
RE: DNS & Domain Problem - dannad - 08-14-2009, 08:25 PM
RE: DNS & Domain Problem - joximu - 08-14-2009, 09:16 PM
RE: DNS & Domain Problem - dannad - 08-15-2009, 03:29 AM
RE: DNS & Domain Problem - kilburn - 08-15-2009, 03:55 AM
RE: DNS & Domain Problem - joximu - 08-15-2009, 04:42 AM
RE: DNS & Domain Problem - dannad - 08-15-2009, 07:06 AM
RE: DNS & Domain Problem - kilburn - 08-15-2009, 09:58 AM
RE: DNS & Domain Problem - dannad - 08-16-2009 06:57 AM
RE: DNS & Domain Problem - kilburn - 08-16-2009, 03:23 PM
RE: DNS & Domain Problem - dannad - 08-17-2009, 07:16 AM
RE: DNS & Domain Problem - dannad - 08-17-2009, 08:54 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)