I've seen this done two ways... one, using the "class c trick" as it was
called by the tech who did it for me involved setting up records like this
in my forward zone:

12.34.56.78     IN      CNAME   mydomain.com.

then, apparently, their nameservers queried my forward zones, and added
them to their nameservers.  that seemed pretty kludgy to me, but i'm told
it's in relatively widespread use (by lazy people).

the other way i saw it done was with a bsd socks firewall that had a dns
proxy set up, which worked a lot better but seemed far more involved.

---
[EMAIL PROTECTED]


On Fri, 22 Jan 1999, Nigel Stepp wrote:

> On Fri, 22 Jan 1999, Robert G. Fisher wrote:
> 
> > Does anyone know how I could delegate a subnet for DNS lookups?
> > 
> > I know I can do something along the lines of 
> > 
> > 24.3.168.192-IN-ADDR-ARPA   IN      NS      other-ns.domain.com
> > 
> > or something along those lines ;-)
> > 
> > But, curious how to do something for like the 192.168.3.24/28 network?
> 
> There are a couple of tricks for this.  I think the most common is where
> you make each reverse address a cname to one that somehow encodes the
> network in it.  So in the server authoritative for 3.168.192.in-addr.arpa,
> you would have and entry that said something like: 
> 
> 24.3.168.192.in-addr.arpa. IN CNAME 24.16.3.168.192.in-addr.arpa.
> 
> Where 192.168.3.16 is your network address (that is it, right?).
> 
> Then you would have a server in 192.168.3.16 that was authoritative for
> 16.3.168.192.in-addr.arpa.
> 
> Something looking up 192.168.3.24 would get the cname, then look up the
> cname, more or less.  Does that make sense? 
> 
> > 
> > -- 
> > Robert G. Fisher                 NEOCOM Microspecialists Inc. 
> > System Administrator/Programmer      (540) 666-9533 x 116
> ---
> $ fortune -s
> The only problem with being a man of leisure is that you can never stop
> and take a rest.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to