|
Home > Archive > Red Hat Networking > March 2004 > bind-9.2.1-16 Question!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
bind-9.2.1-16 Question!
|
|
| xterm1 2004-03-09, 4:35 pm |
| Hi ,
I am running RedHat 9 Updated using up2date,
I have bind-9.2.1-16 running on the server and was hoping someone could give
me a basic Reverse DNS zone file! I have been over google multiple times
but I still am not able to get Reverse to work!
TIA
<snip Reverse zone I use now! >
@ IN SOA <mydomain>.com. root.<mydomain>.com. (
199802156
8H
2H
4W
1D )
NS NS1.<mydomain>.com.
NS NS2.<mydomain>.com.
2 PTR Station1.<mydomain>.com.
--
Brian @
| |
| Alexander Dalloz 2004-03-09, 6:35 pm |
| On Tue, 09 Mar 2004 21:12:10 +0000 xterm1 wrote:
> Hi ,
> I am running RedHat 9 Updated using up2date,
> I have bind-9.2.1-16 running on the server and was hoping someone could give
> me a basic Reverse DNS zone file! I have been over google multiple times
> but I still am not able to get Reverse to work!
> TIA
$TTL 1W
@ IN SOA ns.domain.tld. adminmail.domain.tld. (
2004031001 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h) ; minimum
IN NS ns
IN NS ns1.nameserverdomain.tld.
IN NS ns2.nameserverdomain.tld.
123 IN PTR host.domain.tld.
Alexander
--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653
| |
| Xterm1 2004-03-09, 8:35 pm |
| On Wed, 10 Mar 2004 00:26:10 +0100, Alexander Dalloz wrote:
> 2004031001
Thanks a Bunch will give it a shot!!
|
|
|
|
|