BIND9 Configuration and zone file.

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Mon Apr 16 23:26:58 UTC 2001


	Stop wasting everyones time.  Post the configuration and zone
	contents exactly as they are.  How do you expect people to find
	errors in input if the input is changed.

	Mark

> 
> Hello,
> 
> I have a small problem. When I'm tryingtoregisted domain name in my
> country TLD the test engine at the registeres side saying that my
> server is not primary dns for zone. (With 8.2.3 all was OK)I'm
> including BIND configuratoin and zone file below, would someone please
> check the file and say what I did wrong or send me some zone file
> example for BIND9. Thank.
> 
> 
> 
> ============= /etc/named.conf
> logging {
>         category lame-servers { null; };
> };
> 
> options {
>         directory "/usr/local/etc/named";
>         pid-file  "/var/run/named.pid";
> };
> 
> key rndc_key {
>      algorithm "hmac-md5";
>      secret "SECURITY STRING";
> };
> 
> controls {
>         inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
> };
> 
> zone "." {
>         type hint;
>         file "named.ca";
> };
> 
> zone "zone.ee" {
>         type master;
>         file "master/zone.ee";
>         notify yes;
>         allow-transfer {
>                 127.0.0.1;
> 	   1.2.3.10;
> 	   1.2.4.20;
>         };
> };
> 
> 
> 
> ============= mater/zone.ee file
> $TTL    86400
> $ORIGIN zone.ee.
> @               IN      SOA     ns.zone.ee.    hostmaster.zone.ee. (
>                         2001041207 ; serial
>                         3600 ; refresh
>                         900 ; retry
>                         1209600 ; expire
>                         43200 ; default_ttl
>                         )
> 
> @               1D IN   NS      ns.zone.ee.
> @               1D IN   NS      ns.other.ee.
> 
> @               1D IN   MX      5       ns.zone.ee.
> @               1D IN   MX      10      ns.other.ee.
> 
> 
> zone.ee.	1D IN   A       1.2.3.15
> ns              1D IN   A       1.2.3.15
> www             1D IN   A       1.2.3.15
> 
> 
> 
> Thanks in advance,
> Dmitri.
> 
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list