FW: Problem in Logging as well as transfer of zone files to secon dary

Arumugam Thiruppathi athi at singtel-yp.com
Wed Jul 5 01:22:31 UTC 2000


Hi 

I 'm giving the named conf for both primary and secondary

named.conf for master ( I have given only few domains for sample)

options {
	directory "/var/named";
	check-names master fail;
	check-names slave warn;
	datasize 20M;
	notify yes;
	allow-transfer { any; };
	allow-query { any; };
};

zone "localhost" IN {
	type master;
	file "localhost.zone";
};

zone "0.0.127.in-addr.arpa" IN {
	type master;
	file "127.0.0.zone";
};

zone "." IN {
	type hint;
	file "root.hint";
};


zone "singtel-yp.com.sg" IN {
	type master;
	file "singtel-yp.zone";
	also-notify { 161.21.60.5; };
};

zone "singtelyp.com.sg" IN {
	type master;
	file "singtel-yp.zone";
	also-notify { 161.21.60.5; };
};




zone "alliedsolutions.com.sg" IN {
	type master;
	file "alliedsolutions.zone";
};

zone "chinlinbus.com.sg" IN {
	type master;
	file "chinlinbus.zone";
};

zone "wizz.com.sg" IN {
	type master;
	file "wizz.zone";
};


logging {
	channel tmp_debug {
		file "/var/tmp/named.run";
		severity dynamic;
	};

	channel file_log {
		file "/var/log/named.log";
		severity info;
		print-time yes;
		print-category yes;
		print-severity yes;
	};

	channel no_info_messages {
		file "/var/log/named.log";
		severity notice;
		print-time yes;
		print-category yes;
		print-severity yes;
	};

-----Original Message-----
From: Johnny Damtoft [mailto:JOD at sonofon.dk]
Sent: Friday, June 30, 2000 6:48 PM
To: 'Arumugam Thiruppathi'
Subject: SV: Problem in Logging as well as transfer of zone files to
secon dary


Hi again :)

What about the named.conf and zone file for the master?



Med venlig hilsen  /  Best regards



             Johnny Damtoft - jod at sonofon.dk
             UNIX Systemadministrator

             SONOFON A/S
             Skelagervej 1
             9100 Aalborg
             Denmark
Tel:         +45 7212 1212

Direct:      +45 7212 7632
Fax:         +45 7212 7989 - Att: Johnny Damtoft (JOD)

 ----------  ----------  ----------  ----------

Microsoft:   "where do you want to go today?"
Linux:       "where do you want to go tomorrow?"
BSD/UNIX:    "are you guys coming, or what?"


> -----Oprindelig meddelelse-----
> Fra:	Arumugam Thiruppathi [SMTP:athi at singtel-yp.com]
> Sendt:	30. juni 2000 12:38
> Til:	'bind-users at isc.org'
> Emne:	FW: Problem in Logging as well as transfer of zone files to secon
> dary
> 
> 
> 
> Hi
> 
> The named.conf file is in /usr/local/etc
> and I have made a soft link to /etc also.
> 
> // This is a configuration file for named (from BIND 8.1 or later).
> // It would normally be installed as /usr/local/etc/named.conf.
> 
> options {
> 	directory "/usr/local/etc/namedb";
> 	check-names master fail;
> 	check-names slave warn;
> 	datasize 20M;
> 	notify no;
> 	allow-transfer { any; };
> 	allow-query { any; };
> };
> 
> zone "localhost" IN {
> 	type master;
> 	file "localhost.zone";
> };
> 
> zone "0.0.127.in-addr.arpa" IN {
> 	type master;
> 	file "127.0.0.zone";
> };
> 
> zone "." IN {
> 	type hint;
> 	file "root.hint";
> };
> 
> 
> 
> zone "asiatic-refrigeration.com.sg" IN {
> 	type slave;
> 	file "asiatic-refrigeration.zone";
> 	masters {
> 		161.21.60.5;
> 	};
> };
> 
> zone "babysboutique.com.sg" IN {
> 	type slave;
> 	file "babysboutique.zone";
> 	masters {
> 		161.21.60.5
> 	};
> };
> 
> Request to help in resolving this issue
> 
> Thanx
> 
> 
> -----Original Message-----
> From: Johnny Damtoft [mailto:JOD at sonofon.dk]
> Sent: Thursday, June 29, 2000 6:15 PM
> To: 'Arumugam Thiruppathi'
> Cc: 'Bind Users'
> Subject: SV: Problem in Logging as well as transfer of zone files to
> secon dary
> 
> 
> How about the named.conf file??? How does it look like? (only the option
> and
> one or two zones) :)
> 
> 
> 
> Med venlig hilsen  /  Best regards
> 
> 
> 
>              Johnny Damtoft - jod at sonofon.dk
>              UNIX Systemadministrator
> 
>              SONOFON A/S
>              Skelagervej 1
>              9100 Aalborg
>              Denmark
> Tel:         +45 7212 1212
> 
> Direct:      +45 7212 7632
> Fax:         +45 7212 7989 - Att: Johnny Damtoft (JOD)
> 
>  ----------  ----------  ----------  ----------
> 
> Microsoft:   "where do you want to go today?"
> Linux:       "where do you want to go tomorrow?"
> BSD/UNIX:    "are you guys coming, or what?"
> 
> 
> > -----Oprindelig meddelelse-----
> > Fra:	Arumugam Thiruppathi [SMTP:athi at singtel-yp.com]
> > Sendt:	29. juni 2000 11:52
> > Til:	'bind-users at isc.org'
> > Emne:	Problem in Logging as well as transfer of zone files to
> secondary
> > 
> > 
> > Hi
> > 
> > I upgraded the bind to 8.2.2p5 in digital unix 4.0d.
> > It is asecondary dns server for all our domains.
> > 
> > I could not get the logging info as well as transfer 
> > of zone files to this m/c from primary for recent domains.
> > 
> > Pls help with solutions
> > 
> > Thanx in advance.
> > 
> > Thiru
> > 
> 



More information about the bind-users mailing list