logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: is it possible ... ?: msg#00158

Subject: Re: is it possible ... ?
just the same way you did the delegation of the /26

let's say you have block

10.1.2.0/26
that's 10.1.2.0 - 10.1.2.63

so your provider put's this in his zone for 2.1.10.in-addr.arpa

0-63.2.1.10.in-addr.arpa.    IN    NS    ns1.you.com.
0-63.2.1.10.in-addr.arpa.    IN    NS    ns2.you.com.

0.2.1.10.in-addr.arpa.          IN    CNAME    0.0-63.2.1.10.in-addr.arpa.
1.2.1.10.in-addr.arpa.          IN    CNAME    63.0-63.2.1.10.in-addr.arpa.
2.2.1.10.in-addr.arpa.          IN    CNAME    0.0-63.2.1.10.in-addr.arpa.
...
63.2.1.10.in-addr.arpa.          IN    CNAME    63.0-63.2.1.10.in-addr.arpa.


in zone 0-63.2.1.10.in-addr.arpa you have

0.0-63.2.1.10.in-addr.arpa.    IN    PTR        network-address.you.com.
1.0-63.2.1.10.in-addr.arpa.    IN    PTR        www.you.com.

let's say your customer has 10.1.2.48/28, that's 10.1.2.48 - 10.1.2.63

you put

48-63.0-63.2.1.10.in-addr.arpa.    IN    NS    ns1.customer.net.
48-63.0-63.2.1.10.in-addr.arpa.    IN    NS    ns2.customer.net.

48.0-63.2.1.10.in-addr.arpa.    IN    CNAME
48.48-63.0-63.2.1.10.in-addr.arpa.
49.0-63.2.1.10.in-addr.arpa.    IN    CNAME
49.48-63.0-63.2.1.10.in-addr.arpa.
...
63.0-63.2.1.10.in-addr.arpa.    IN    CNAME
63.48-63.0-63.2.1.10.in-addr.arpa.

your customer creates a zone for 48-63.0-63.2.1.10.in-addr.arpa

and puts this:

48.48-63.0-63.2.1.10.in-addr.arpa.        IN    PTR        customer.net.
49.48-63.0-63.2.1.10.in-addr.arpa.        IN    PTR
www2.customer.net.

It's weird, but it should work ;-)

CU

Marc

----- Original Message ----- 
From: "root" <root@xxxxxxxxxxxxxxxxxxx>
To: <bind9-users@xxxxxxx>
Sent: Monday, August 25, 2003 11:37 PM
Subject: is it possible ... ?


> I have a delegated name server for reverse resolve (because I have not
> all class C network, I have /26). Can I give delegation for a /28 of my
> /26 network to any other name server and if I can how to do this ?
>
>







<Prev in Thread] Current Thread [Next in Thread>