[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bind9 - help - wildcard priority fail.



Hi,
 
I'm having problem with newest Bind9 (9.7.3). In version 9.6-ESV-R1 it works fine.
The problem is that wildcard records are taking priority to more specific ones.
 
For example (adresses are fake, dont bother to checking it out):
 
 
-------------------------------------------------------------------------------
 
$TTL    3h
 
@       IN      SOA     ns1.coś.pl. hostmaster.coś.pl. (
 
                20101024001        ; Serial
 
                3h       ; Refresh after 3 hours
 
                1h       ; Retry after 1 hour
 
                1w       ; Expire after 1 week
 
                1h )     ; Negative caching TTL of 1 day
 
                ;
 
@       IN      NS      ns1.coś.pl.
 
@       IN      NS      ns2.coś.pl.
 
 
 
ns1.coś.pl.                    IN      A       166.40.224.28
 
ns2.coś.pl.                     IN      A       178.46.146.182
 
www.coś.pl.                     IN      CNAME   coś.pl.
 
mail.coś.pl.                    IN      A       166.40.224.10
 
 
 
s1.serv.pl.     IN     A     166.40.239.177
 
s2.serv.pl.     IN     A     166.40.239.178
 
 
 
pl.    IN      A       166.40.239.177
 
 
 
*.pl.      IN      CNAME   s2.serv.pl.
 
 
 
jajko.pl. IN CNAME s1.serv.pl.
 
*.jajko.pl. IN CNAME s1.serv.pl.
 
------------------------------------EOF----------------------------------------------------
 
When I ask Bind 9.6, it says:
 
jajko.pl, NAME: s1.serv.pl, and this is fine! But bind 9.7.3 says s2.serv.pl ... why and how do I fix it?
 
Best regards,
FlashT

Reply to: