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
[EMAIL PROTECTED]  [EMAIL PROTECTED]
Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to