Good day,

I have created a file

----[ /etc/bind/db.block ]----------------------------------------------
@ 86400 IN SOA   dns1.<removed>. hostmaster.<removed>. ( a b c d e )

        IN NS    dns1.<removed>.

*       IN CNAME block.<removed>.
------------------------------------------------------------------------

----[ /etc/bind/named.conf.block ]--------------------------------------
zone "101com.com" {type master; notify no; file "/etc/bind/db.block"; };
zone "101order.com" {type master; notify no; file "/etc/bind/db.block"; };
------------------------------------------------------------------------

Since <dns1> is my own server, I have it prepend in my dhclient.conf  of
my Laptop but if I now querry

----[ command 'nslookup 101com.com' ]-----------------------------------
;; Got recursion not availlable from 7847104.44, trying next server
Server:         192.168.43.1
Address:        192.168.43.1#53

Non-authoritative answer:
Name:   101com.com
Address: 66.77.93.51
------------------------------------------------------------------------

----[ command 'named-checkzone 101com.com db.block' ]-------------------
db.block:3: using RFC1035 TTL semantics
zone 101com.com/IN: loaded serial 1508068518
OK
------------------------------------------------------------------------

What I am missing here?

It should point to the server block.<removed>

Thanks in avance

-- 
Michelle Konzack        Miila ITSystems @ TDnet
GNU/Linux Developer     00372-54541400

Attachment: signature.asc
Description: Digital signature

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

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

Reply via email to