View Single Post

  #5 (permalink)  
Old 06-10-2007, 01:44 AM
ConorP ConorP is offline
Coder
Recent Blog: Silver skies?
 
Join Date: May 2007
Location: Dublin
Posts: 50
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
ConorP will become famous soon enough
Default

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.
Reply With Quote