I'm having a real hard time getting this request through.
I thought it would be simple, but the guy at the SM end doesn't seem to get it.
What should I be asking for?
Here's the thread (with some details x'ed out).....
QUOTE
Domain: xxxxxxx.net.au
Change: Please setup slave records for this domain on the sermatrix domain name servers. I will be running the master record from my server.
Primary (my server): 70.85.xxx.xxx
Secondary (ns1.servermatirx.com): 216.185.111.10
Secondary (ns2.servermatrix.com): 69.56.222.10
The zone on my server has been setup to allow zone transfers to these servers
Thanks.
------------------------------------------
(aallen-03/11/2005 05:58:23):
What ip address do you want network.net.au to point to?
--------------------------------------
(xxxxxxxx-03/11/2005 06:24:49):I don't want you to add specific records at all, I have already set up the full zone on my server that will contain those details, I just want the servermatrix dns servers to replicate that zone.
If the servermatrix servers are set up as slaves to the Primary server at 70.85.xxx.xxx (my server) then this should occur automatically.
Is this possible?
Thanks, Sam
------------------------------------------
(aallen-03/11/2005 06:56:29):
Right now, your server 70.85.xxx.xxx nameserver is set as
1st DNS: 216.185.111.9
2nd DNS: 216.185.111.10 (ns1.servermatrix.com)
--------------------------------------
(xxxxxxxx-03/11/2005 07:29:14):I don't think you are understanding my request.
I am running a DNS server on 70.85.xxx.xxx
On that DNS server I have created a domain zone "xxxxxxx.net.au"
I want that zone to be the authorative primary or master zone for the domain "xxxxxxx.net.au", (which it is now set up to be).
I want the ServerMatrix DNS servers at ns1.servermatrix.com and ns2.servermatrix.com to be set up (by you) as the secondary or slave servers for the domain name "xxxxxxx.net.au".
This way, I can change DNS settings on my server (the master) and they will automatically propogate to your DNS servers (the slaves).
If you were running BIND then the entry into named.conf on YOUR servermatrix DNS servers would be something like...
zone "xxxxxxx.net.au" {
type slave;
file "path/to/slave/records/xxxxxxx.net.au.dns";
masters { 70.85.xxx.xxx; };
};
Sam