Dear sir,

I appreciate your polite advice but I fear that your answer does not 
resolve my problem; perhaps I was vague. 
Internet Zahav provides us DNS services, it decides which server will be
authoritative for a given zone. I could independently create a reverse zone
but external clients will not be directed to my server since
it is not mentioned in the DNS tree. They must explicitly configure their
servers in a way that will redirect clients to our server. 
Since we were assigned with only five addresses, Internet Zahav cannot delegate
control of the full zone. If it was possible to create a "partial" zone,
then Internet Zahav would be willing to transfer partial zone control to
our servers. The CNAME trick which I was referring to is:
The following is done in the ISP's side:

makif-omer      NS dns.makif.omer.k12.il
31              CNAME 31.makif-omer.130.117.192.in-addr.arpa
32              CNAME 32.makif-omer.130.117.192.in-addr.arpa
33              CNAME 33.makif-omer.130.117.192.in-addr.arpa
34              CNAME 34.makif-omer.130.117.192.in-addr.arpa
35              CNAME 35.makif-omer.130.117.192.in-addr.arpa

Then I would simply setup on my side the makif-omer.130.117.192.in-addr.arpa
zone and poof, I have a partial zone. The above method is not extremely 
aesthetic, so I was wondering whether a better way exists.

        Best regards, Yotam Rubin



On Fri, Apr 27, 2001 at 06:51:53PM +0200, Eran Levy wrote:
> Hi Yotam,
> You can do that in your own DNS server:
> you can use the IN A and IN PTR to do this. In one zone that resolves ip to 
> name you have to type this:
> ip-address.in-addr.arpa.        IN PTR     name.domain.
> 
> and in the nnaame to ip zone file you have to add this:
> name.domain.            IN A    ip-address
> 
> You dont have them to add this to you. You can do this on your own server 
> CNAME record is for alias name to another name like this:
> mail.fks.org.il IN CNAME        webserver.fks.org.il
> 
> hope this helps.
> At 16:23 27/04/01 +0300, you wrote:
> >Gentle people,
> >
> >I wish to present before you the following problem:
> >Our ISP assigned us 5 'real' ip addresses. Our DNS server is the authoritative
> >one for our makif.omer.k12.il domain. I wish to delegate control of the
> >in.addr zone to our servers, mainly because Internet Zahav's DNS servers
> >run bind-8.2.2-P5 which is susceptible to the tsig bug.
> >Now, the in.addr zone should only be in charge of the five addresses assigned
> >to us by our ISP. How can Internet Zahav create a partial in.addr zone for
> >the five IP addresses assigned to us? I know of a way to achieve this
> >using CNAME trickery, but I was hoping there is cleaner way to achieve this.
> >
> >         Regards, Yotam Rubin
> 
> 
> ----
> Regards,
> Eran Levy.
> E-mail: [EMAIL PROTECTED]
> WebSite: http://come.to/liloboot
> 
> 
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
> 

PGP signature

Reply via email to