Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2001 16:31:13 -0500
From:      "Andrew J. Siegel" <structure@home.com>
To:        <freebsd-questions@freebsd.org>
Subject:   FW: Dns/named
Message-ID:  <NFBBLDBDIKMEIDPILIDKCEMJCBAA.structure@home.com>

next in thread | raw e-mail | index | archive | help


-----Original Message-----
From: Andrew J. Siegel [mailto:structure@home.com]
Sent: Thursday, March 01, 2001 4:31 PM
To: Tyler K McGeorge
Subject: RE: Dns/named


zone file is below:
"
zone "." {
        type hint;
        file "db.cache";
};

zone "0.0.127.IN-ADDR.ARPA" in {
        type master;
        file "localhost.rev";
};

zone "0.0.10.IN-ADDR.ARPA" in {
        type master;
        file "db.10.0.0";
};

zone "teenplacement.com" in {
        type master;
        file "db.teen";
};

zone "madstarpromotions.com" in {
        type master;
        file "db.madstar";
 };

zone "118.138.2.24.IN-ADDR.ARPA" in {
        type master;
        file "db.24.2.138.118";
};"

db.madstar
$TTL 3600
madstarpromotions.com. IN SOA www.madstarpromotions.com.
siegel.madstarpromotions.com. (
                                2001022801      ; Serial
                                10800           ; Refresh
                                3600            ; Retry
                                604800          ; Expire
                                86400 )         ; TTL

madstarpromotions.com.  IN NS   www.madstarpromotions.com.
madstarpromotions.com.  IN NS   bugg.madstarpromotions.com.

localhost.madstarpromotions.com.        IN A    127.0.0.1
www.madstarpromotions.com.              IN A    24.2.138.118

----

db.teen

$TTL 3600

teenplacement.com. IN SOA www.teenplacement.com. siegel.teenplacement.com. (
                                2001022800      ; Serial
                                10800           ; Refresh
                                3600            ; Retry
                                604800          ; Expire
                                86400 )         ; Min TTL

teenplacement.com.      IN NS   www.teenplacement.com.
teenplacement.com.      IN NS   bugg.teenplacement.com.

localhost.teenplacement.com.    IN A    127.0.0.1
www.teenplacement.com.          IN A    24.2.138.118
www.madstarpromotions.com.      IN A    24.2.138.118

bugg.teenplacement.com.         IN A    24.2.137.94

bsd.teenplacement.com.          IN CNAME www.teenplacement.com.

---

db.24.2.138.118

$TTL 3600

118.138.2.24.in-addr.arpa. IN SOA www.madstarpromotions.com.
siegel.madstarpromotions.com. (
                                2001022800      ; Serial
                                10800           ; Refresh
                                3600            ; Retry
                                604800          ; Expire
                                86400 )         ; Min TTL

118.138.2.24.in-addr.arpa.      IN NS   www.madstarpromotions.com.
118.138.2.24.in-addr.arpa.      IN NS   bugg.madstarpromotions.com.

118.138.2.24.in-addr.arpa.      IN PTR www.madstarpromotions.com.
118.138.2.24.in-addr.arpa.      IN PTR www.teenplacement.com.
94.137.2.24.in-addr.arpa.       IN PTR bugg.madstarpromotions.com.

--

thx in advance

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Tyler K
McGeorge
Sent: Thursday, March 01, 2001 12:15 AM
To: Andrew J. Siegel; freebsd-questions@FreeBSD.ORG
Subject: Re: Dns/named


Well, I am rather confused as to why you have
www.madstarpromotions.com.teenplacement.com, but that is your perogative. If
teenplacement.com works and madstarpromotions.com doesn't, I think your
problem is with madstarpromotions.com. Looks like you need to redo the
configuration for madstarpromotions.com. Have you added it as a zone?
----- Original Message -----
From: Andrew J. Siegel <structure@home.com>
To: <freebsd-questions@FreeBSD.ORG>
Sent: Wednesday, February 28, 2001 9:09 PM
Subject: Dns/named


| Alrite my config is located @ www.teenplacement.com/configfiles
| here's the problem...i can ping and reach www.teenplacement.com and
| www.madstarpromotions.com.teenplacement.com but not
| www.madstarpromotions.com
|
| after numerous rewrites of the config i still have no luck
|
| can ne 1 help?
|
| -aj
|
|
| To Unsubscribe: send mail to majordomo@FreeBSD.org
| with "unsubscribe freebsd-questions" in the body of the message
|


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NFBBLDBDIKMEIDPILIDKCEMJCBAA.structure>