[PLUG] bind-named

Michael Rasmussen mikeraz at patch.com
Sat Feb 10 07:33:34 UTC 2007


User Iam wrote:
> Ok..
> 
> Thanks for the reply...
> That is standard zone file..
> I was having problems with reverse..
 
Then where are your pointer records?  or to continue with samples:

For subnet 199.88.144.0/24 in named.conf you'd have:
   zone "144.88.199.in-addr.arpa" {
      type master;
      file "199.88.144.in-addr.arpa";
   };

file 199.88.144.in-addr.arpa might contain:
 
$TTL 36000
@       IN      SOA     tire.patch.com. mikeraz.patch.com. (
                        2005111301      ; serial, todays date + todays serial #
                        8H              ; refresh, seconds
                        2H              ; retry, seconds
                        1W              ; expire, seconds
                        1D )            ; minimum, seconds
;
                NS      tire.patch.com.      ; Inet Address of name server
;
1               PTR     fog.patch.com.
5               PTR     hp5.patch.com.
11              PTR     tire.patch.com.


-- 
      Michael Rasmussen, Portland Oregon  
    Be appropriate && Follow your curiosity
          http://www.patch.com/words/ 
  The fortune cookie says:
If you hype something and it succeeds, you're a genius -- it wasn't a
hype.  If you hype it and it fails, then it was just a hype.
		-- Neil Bogart




More information about the PLUG mailing list