|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: [Systalk] localhost.org (fwd)
Rodney W. Grimes (freebsd
gndrsh.dnsmgr.net)
Thu, 18 Nov 1999 15:00:57 -0800 (PST)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: Cliff Rowley: "RE: localhost.org"
- Previous message: Paul Hart: "Re: secure filesystem wiping"
- In reply to: TrouBle: "Re: secure filesystem wiping"
> > Another best practive often not done correctly is the reverse zome for
> > 127.in-addr.arpa. Yes, thats right, I said 127.in-addr.arpa, not
> > 0.0.127.in-addr.arpa. And that is where the error is made, even in the
> > bind documentation and in what FreeBSD distributes. Here is a proper
> > zone file:
>
> I see no reason why this is any more correct than the "traditional"
>
> $origin 0.0.127.in-addr.arpa.
> 1 PTR localhost.
>
> Maybe you'd like to convince us?
There is nothing wrong with that, but have you looked at:
br1.CN85rd.molalla.net:root{120}# pwd
/usr/src/etc/namedb
named.conf:
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};
and PROTO.localhost.rev:
IN SOA 
IN SOA
host
.
IN SOA
host
. root.
IN SOA
host
. root.
host
. (
date
; Serial
3600 ; Refresh
900 ; Retry
3600000 ; Expire
3600 ) ; Minimum
IN NS
IN NS
host
.
1 IN PTR 1 IN PTR localhost.
1 IN PTR localhost.
domain
.
br1.CN85rd.molalla.net:root{125}#
Now do you see what is wrong????
-- Rod Grimes - KD7CAXCN85sl - (RWG25) rgrimes
gndrsh.dnsmgr.net
To Unsubscribe: send mail to majordomo
FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Cliff Rowley: "RE: localhost.org"
- Previous message: Paul Hart: "Re: secure filesystem wiping"
- In reply to: TrouBle: "Re: secure filesystem wiping"
This archive was generated by hypermail 2.0b3 on Thu Nov 18 1999 - 17:01:19 CST