Current time: 05-17-2024, 11:39 PM Hello There, Guest! (LoginRegister)


Post Reply 
management dns / bind ispCP.
Author Message
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #1
management dns / bind ispCP.
I want to know which files are involved in the management of the DNS ispCP because I have a problem on a server.


the bind file is configured this way.


Code:
$TTL 12H
$ORIGIN revhost.info.
@               IN              SOA             ns1.revhost.info. postmaster.revhost.info. (
; dmn [revhost.info] timestamp entry BEGIN.
                2010120101     ; Serial
; dmn [revhost.info] timestamp entry END.
                8H              ; Refresh
                30M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns1.revhost.info.
                IN              NS              ns2.revhost.info.
                IN              NS              ns3.revhost.info.
                IN              MX      10      mail.revhost.info.

revhost.info.     IN              A               88.198.43.164
www             IN              A               88.198.43.164
revhost.info.     IN              TXT             "v=spf1 a mx ip4:88.198.43.164 ip4:88.198.43.164 ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               88.198.43.164
ns1             IN              A               88.198.43.164
ns2             IN              A               88.198.43.164
ns3             IN              A               88.198.43.164
; CNAME for VHCS compatibility
ns              IN              CNAME           ns1
; CNAME for mail transfer
imap            IN              CNAME           mail
pop             IN              CNAME           mail
pop3            IN              CNAME           mail
relay           IN              CNAME           mail
smtp            IN              CNAME           mail
; CNAME for web transfer
ftp             IN              CNAME           www
; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.

; dns [{MANUAL_DNS_ID}] entry BEGIN.
; dns [{MANUAL_DNS_ID}] entry END.


the site intodns report

NS records from your nameservers NS records got from your nameservers listed at the parent NS are:

ns2.revhost.info ['88.198.43.164'] [TTL=43200]
ns1.revhost.info ['88.198.43.164'] [TTL=43200]


and

Info WWW A Record Your http://www.revhost.info A record is:
http://www.revhost.info [178.63.67.207]
Pass IPs are public OK. All of your WWW IPs appear to be public IPs.
Pass WWW CNAME OK. No CNAME

i have look in this file
/etc/bind/ispc.conf
/etc/apache2/sites-enabled/ispcp.conf
/var/cache/bind/

but have not found problems, someone help?
(This post was last modified: 12-03-2010 12:33 AM by theprincy.)
12-03-2010 12:32 AM
Visit this user's website Find all posts by this user Quote this message in a reply
motokochan Offline
Member
***

Posts: 274
Joined: Jul 2008
Reputation: 1
Post: #2
RE: management dns / bind ispCP.
Sorry, but you're a bit unclear. What is the issue you are trying to resolve?
12-04-2010 01:51 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)