Zoneformat

MEjaz mejaz at cyberia.net.sa
Mon Oct 28 12:49:02 UTC 2019


Noxexistent domain error . 

Here is my configuration. 
=======================

zone "crm365app" {
type master;
file "crm365app.cyberia.net.sa.hosts";
allow-query {any;};
};


File 

========================================
[root at ns1 ~]# cat  /var/named/crm365app.cyberia.net.sa.hosts
$TTL 3600
;       Addresses and other host information
;
;

@       IN      SOA     ns1.cyberia.net.sa. root.cyberia.net.sa. (
2015034459 ; serial
                        43200   ; refresh every 12 hours
                        4320    ; retry after 1 hour
                        1209600  ; expire after 2 weeks
                        21600 )  ; minimum

; Define the name servers and mail servers

        IN      NS      ns1.cyberia.net.sa.
        IN      NS      ns2.cyberia.net.sa.

        IN      MX      10 smtp.cyberia.net.sa.

; Define localhost
*        IN    A       127.0.0.1

; Define hosts in this zone


www     IN      CNAME   webhost.cyberia.net.sa.
crm365app       IN      A       212.71.33.252

=========================================zone file
end=============================

[root at ns1 named]# host crm365app
Host crm365app not found: 3(NXDOMAIN)
 [root at ns1 named]# named-checkzone crm365app crm365app.cyberia.net.sa.hosts
zone crm365app/IN: loaded serial 2015034459
OK

-----Original Message-----
From: bind-users [mailto:bind-users-bounces at lists.isc.org] On Behalf Of
Reindl Harald
Sent: Monday, October 28, 2019 1:46 PM
To: bind-users at lists.isc.org
Subject: Re: Zoneformat



Am 28.10.19 um 11:01 schrieb MEjaz:
> *From:* MEjaz [mailto:mejaz at cyberia.net.sa]
> *Sent:* Monday, October 28, 2019 10:27 AM
> *To:* 'bind-users-bounces at lists.isc.org' 
> <bind-users-bounces at lists.isc.org>
> *Subject:* Zoneformat
> 
> Is ther any way I can create the zone without the (.) I mean non fully 
> qualified domain name just as "example" instead "example.com"'


what is the problem you try to solve?
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to
unsubscribe from this list

bind-users mailing list
bind-users at lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users



More information about the bind-users mailing list