How to do....

phn at icke-reklam.ipsec.nu phn at icke-reklam.ipsec.nu
Thu Feb 20 18:44:10 UTC 2003


Ron Hall <thorn at cc.mcgill.ca> wrote:


> 	Howdy!

> 	The networking group has decided that subnets are good
> 	and that those wanting to run Win 2K "dns" services can.
> 	In theory thi is OK, but now they've taken it and broken
> 	it in to tiny pieces where I now have the following
> 	scenario...

> 	Most of a class B let's say 132.216.28 is and has been
> 	served up by the primary DNS server, but now a small
> 	subnet has been set up so that those addresses will
> 	be 'served up' by the the WIN 2K box and secondary
> 	by Me. The question is I really think I did to do
> 	what's described on pages 237-240 of the 4thEd BIND
> 	bokk (a great read of course), but what do my

> 	named.conf
> 	28.216.132.in-addr.arpa 

> 	files need to look like for this to work. I've obviously
> 	(obviously) missed something, but what?!?!?

> 	Any and all help appreciated. As this is likely to be the
> 	wave of the future- just thought I'd get a handle on it
> 	now....

> 	TIA 

> 	As Always

> 	r

named.conf may contain something like :
zone "28.216.132.in-addr.arpa" {
	type master;
	file "28.216.132.in-addr.arpa.db";
};

and "28.216.132.in-addr.arpa.db" could look like :

$TTL 86400
@	IN  SOA  hhh.ddd.tld.  mmm.hhhh.ddd.tld. (
                                        2003010701      ; serial
                                        6H              ; refresh
                                        1H              ; retry
                                        2W              ; expiry
                                        10M )           ; minimum

	NS	1-st.nameserver.
	NS	2-nd.nameserver.

1	IN	PTR	whatever-this-host.are.named.
2	IN	PTR	other.host.domain.tld.



What's unclear in "The book" ?



-- 
Peter Håkanson         
        IPSec  Sverige      ( At Gothenburg Riverside )
           Sorry about my e-mail address, but i'm trying to keep spam out,
	   remove "icke-reklam" if you feel for mailing me. Thanx.


More information about the bind-users mailing list