Worked GREAT! Thank You very much.. that is so awesome
---------- Post updated at 03:27 PM ---------- Previous update was at 02:53 PM ----------
Ran into a weird issue with the script that maybe you'll understand.
named.conf
zone "uk-mywiseguys.com" {
type master;
file "corp.dir/db.uk-mywiseguys.com";
};
zone "mywiseguys.com" {
type master;
file "corp.dir/mwg.zone";
also-notify { 12.5.6.1; 20.16.19.13; };
};
zone "ukweb.mywiseguys.com" {
type master;
file "mwgcorp.dir/db.ukweb.mywiseguys.com";
};
Result was
uk-mywiseguys.com,master,corp.dir/db.uk-mywiseguys.com,NA
mywiseguys.com,master,,NA
corp.dir/mwg.zone;,,corp.dir/mwg.zone,NA
ukweb.mywiseguys.com,master,corp.dir/db.ukweb.mywiseguys.com,NA
Notice how it totally tripped on the second entry. Weird.
Another weird thing...
named.conf
zone "ourholychurch.com" {
type master;
file "primary.dir/db.ourholychurch.com";
};
// =====================================
// keyword: start mwgcorp
// Zone files for /var/named/mwgcorp.dir
// Domains owned by MyWiseGuys Corporation
// =====================================
zone "aa-mwg.com" {
type slave;
file "corp.dir/db.aa-mwg.com";
masters {20.10.3.6; };
};
Results
ourholychurch.com,master,Zone,NA
aa-mwg.com,slave,corp.dir/db.aa-mwg.com,20.10.3.6
The first one didn't work so good.... weird.