LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   primary - secondary DNS (https://www.linuxquestions.org/questions/solaris-opensolaris-20/primary-secondary-dns-348043/)

jsheffie 07-29-2005 10:44 AM

primary - secondary DNS
 
I have sucessfully setup up a primary/secondary DNS structure. The updates take place and information is passed to the secondary system. I can nslookup all new items added as expected. However I was wondering if the output looks okay to someone who has more experience with this. Some of the placement and inserts into the secondary system seem odd to me. Maybe its just me. The output from the two systems is below: (The formatting is skewedin the forum. This really looks like a normal DNS file on the system)



PRIMARY SYSTEM:

;BIND forward maps for my.site.com
$TTL 3600
@ IN SOA masterblaster.my.site.com. postmaster.my.site.com. (
2005072801; Serial (yyyymmddxx)
7200 ;refresh
1800 ;retry
1209600 ;expire
432000) ;minimum
;
@ IN MX 10 mail1.my.site.com.
@ IN NS masterblaster.my.site.com.
@ IN NS systemv.my.site.com.
IN A xxx.xxx.xxx.002
www IN A xxx.xxx.xxx.002
mail1 IN A xxx.xxx.xxx.003
systemv IN A xxx.xxx.xxx.004
osx IN A xxx.xxx.xxx.005

| | |
DNS update with TSIG Encryption
| | |
V V V

SECONDARY SYSTEM

$ORIGIN .
$TTL 3600 ; 1 hour
ZoneFileName IN SOA masterblaster.my.site.com. postmaster.my.site.com. (
2005072801 ; serial
7200 ; refresh (2 hours)
1800 ; retry (30 minutes)
1209600 ; expire (2 weeks)
432000 ; minimum (5 days)
)
NS systemv.my.site.com.
NS masterblaster.my.site.com.
A xxx.xxx.xxx.002
MX 10 mail1.my.site.com.
$ORIGIN lZoneFileName.
osx xxx.xxx.xxx.005
systemv A xxx.xxx.xxx.004
mail1 A xxx.xxx.xxx.003
www A xxx.xxx.xxx.002

mattLSO 07-31-2005 07:21 PM

What seems odd to you, everything seems ok?

Regards

jsheffie 08-01-2005 06:55 AM

Great,

The only thing that seemd odd was that it was creating its own format. I just wanted to check if that was normal, and whether I should expect other automated changes to the format.

Thanks,


All times are GMT -5. The time now is 05:35 AM.