Ok lets serve some domains
You want to add a section to your named.conf to tell it, that it is authoritative server for your domain
Lets say we want to host irishwebmasterforum.com and our nameserver is ns1.myserver.com (I should explain this bit) and our nice geographically diverse second nameserver (I'm looking at some hosts here

) is ns2.myserver.com
We'd add this to our named.conf
Code:
zone "irishwebmasterforum.com" {
type master;
file "/var/named/irishwebmasterforum.com.db";
};
I know updates have been a little sparse over the last week or two... or three... been busy with job hunting and other stuff.