Ok , this is one issue solved ; I have another issue.

The main domain from previous ( example.com ) needs to be forwarded to the
internet and resolved normally, and with current configuration when I 
do nslookup from inside the NDS server it resolves normally , the problem is
with client machines when they use my DNS the main domain ( example .com,
aa.example.com) don't reply back and the nslookup shows no results. Below
are the zone config.

$TTL    604800
@       IN      SOA     ns1.plciq.com. root.plciq.com. (
                        602172022       ; Serial
                         604800         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
;

@       IN      NS     ns1.plciq.com
ns1     IN      A      192.168.1.1
*       IN      A      192.168.1.5
*       IN      A      192.168.1.6
*       IN      A      192.168.1.7



-----Original Message-----
From: bind-users <bind-users-boun...@lists.isc.org> On Behalf Of
bind-users-requ...@lists.isc.org
Sent: Thursday, February 17, 2022 3:00 PM
To: bind-users@lists.isc.org
Subject: bind-users Digest, Vol 3907, Issue 3

Send bind-users mailing list submissions to
        bind-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/bind-users
or, via email, send a message with subject or body 'help' to
        bind-users-requ...@lists.isc.org

You can reach the person managing the list at
        bind-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of bind-users digest..."


Today's Topics:

   1. Re: Using Wildcards in Subdomain Records (Matus UHLAR - fantomas)
   2. Re: ipv6 adoption (G.W. Haywood)


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

Message: 1
Date: Thu, 17 Feb 2022 10:02:59 +0100
From: Matus UHLAR - fantomas <uh...@fantomas.sk>
To: bind-users@lists.isc.org
Subject: Re: Using Wildcards in Subdomain Records
Message-ID: <yg4pq94ykxzfb...@fantomas.sk>
Content-Type: text/plain; charset=iso-8859-2; format=flowed

On 17.02.22 11:08, muhanad wrote:
>Hello allI have a main domain (aa.example.com) that have hundereds of  
>sub-domain ( bb.aa.example.com).  I am setting a wildcard in the record  
>file for the main domain so it forwards all subdomains to a number of  
>addresses in a round-roben fashion( the record as follows "*? IN? A  
>192.168.1.x ) the issue I am facing is the wildcard forwards any 
>subdomain  regardless wether it is a true subdomain ( bb.aa.example.com 
>) or it is  not a true subdomain ( xx.bb.aa.example.com )

These are subdomains too.
And this is how wildcards work, you can't change it.

If you don't like it, you'll have to list all records.
if there are the same records with multiple addresses, you can define

wildcard.example.com.   A       192.0.2.1
                        A       192.0.2.2
                        A       192.0.2.3
bb.aa.example.com.      CNAME   wildcard.example.com.
cc.aa.example.com.      CNAME   wildcard.example.com.

etc.


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
LSD will make your ECS screen display 16.7 million colors


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

Message: 2
Date: Thu, 17 Feb 2022 09:06:45 +0000 (GMT)
From: "G.W. Haywood" <b...@jubileegroup.co.uk>
To: bind-users@lists.isc.org
Subject: Re: ipv6 adoption
Message-ID: <9d13a6b-d52-fc51-ed31-46b314f1...@jubileegroup.co.uk>
Content-Type: text/plain; format=flowed; charset=US-ASCII

Hi Grant,

On Thu, 17 Feb 2022, Grant Taylor wrote:

> Please clarify if you are talking about DNSSEC for your own zone that 
> they are doing secondary transfers of or if you are talking about DNSSEC 
> for the IPv6's reverse DNS namespace that they delegate to you.

Ah, good point Grant.

The reverse zones are delegated to us but they aren't signed.

-- 

73,
Ged.


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

Subject: Digest Footer

_______________________________________________
ISC funds the development of this software with paid support subscriptions.
Contact us at https://www.isc.org/contact/ for more information.

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


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

End of bind-users Digest, Vol 3907, Issue 3
*******************************************

-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


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

Reply via email to