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

Re: subdomain NS, making another subdomain on a subdomain



Louie Miranda wrote:

I been given a subdomain, is it possible to make this as another NS?
and is it also possible to manage this subdomain NS and make another
subdomain like

sub.subdomain.example.com

with-out adding entries on the main example.com domain?
It is.
zone "sub.subdomain.example.com IN {

}

I have this working nicely:
$TTL    86400
$ORIGIN  lists.bert.example.com.
@       IN      SOA     @ root (
                       2004061400      ; serial
                       3H              ; refresh
                       15M             ; retry
                       1W              ; expiry
                       1D )            ; minimum
       IN      NS      @
       IN      MX      10      lists.bert.example.com.
lists.example.com.      IN      A       192.168.1.252



Would a "NS" record for bind work on a subdomain entry?

Do you mean
sub.subdomain   ns
I think not, depending on which file it's in.

--

Cheers
John

-- spambait
1aaaaaaa@computerdatasafe.com.au  Z1aaaaaaa@computerdatasafe.com.au
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/



Reply to: