Wildcard zone

Daniel Foster daniel at 34SP.com
Thu Jan 15 14:55:00 UTC 2004


> Not to sound obtuse, but where 'zackly is ns.wildcardtest.34sp.com defined?
> You need to have a vaild (i.e. FQDN) for the NS record......

I have defined that, just left it out of the previous message.  It's as 
follows:

named.conf (before the zone "*" {):

zone "wildcardtest.34sp.com" {
         type master;
         file "pri.wildcardtest.34sp.com";
};

And pri.wildcardtest.34sp.com:

$TTL 86400
wildcardtest.34sp.com. IN SOA ns.wildcardtest.34sp.com. 
hostmaster.34sp.com. (
         1
         10800
         3600
         604800
         86400
         )
wildcardtest.34sp.com.       IN NS   ns.wildcardtest.34sp.com.

wildcardtest.34sp.com.       IN A    192.168.0.2
www.wildcardtest.34sp.com.   IN A    192.168.0.2
ns.wildcardtest.34sp.com.    IN A    192.168.0.1


-- 
Daniel Foster
Technical Director
34SP.com



More information about the bind-users mailing list