Current time: 11-01-2024, 12:30 PM Hello There, Guest! (LoginRegister)


Post Reply 
DNS Question
Author Message
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #2
RE: DNS Question
(09-07-2009 08:00 PM)Jockas Wrote:  Hi,

Excuse my english, to start with :-)

I have a question about DNS.
When i generate a new domain in ispCP, it generates the nameservers with
the syntax ns1.somedomain.net, and ns2.somedomain.net.

But my primary nameserver is ns1.mynameserver.net and the secondary is
ns2.mynameserver.net

Why is it this way, when i use dnscheck.iis.se the test doesnt
get an OK !

Shouldnt all domains on my server use the primary and secondary nameservers ?

Regards

Joakim Ask, Sweden
change
/var/cache/bind/somedomain.net

or change

/etc/ispc/bind/parts/db_e.tpl and /etc/ispcp/bind/parts/db_master_e.tpl

from
Code:
$ORIGIN {DMN_NAME}.
@               IN              SOA             ns1.{DMN_NAME}. postmaster.{DMN_NAME}. (
; dmn [{DMN_NAME}] timestamp entry BEGIN.
                {TIMESTAMP}     ; Serial
; dmn [{DMN_NAME}] timestamp entry END.
                8H              ; Refresh
                15M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns1.{DMN_NAME}.
                IN              NS              ns2.{DMN_NAME}.
                IN              MX      10      mail.{DMN_NAME}.

to

Code:
$ORIGIN {DMN_NAME}.
@               IN              SOA             ns1.mynameserver.net. postmaster.{DMN_NAME}. (
; dmn [{DMN_NAME}] timestamp entry BEGIN.
                {TIMESTAMP}     ; Serial
; dmn [{DMN_NAME}] timestamp entry END.
                8H              ; Refresh
                15M             ; Retry
                4W              ; Expire
                3H              ; Minimum TTL
)
                IN              NS              ns2.mynameserver.net.
                IN              NS              ns1.mynameserver.net
                IN              MX      10      mail.{DMN_NAME}.

and regenerate the config file

http://www.isp-control.net/documentation...ate_config
(This post was last modified: 09-07-2009 08:12 PM by theprincy.)
09-07-2009 08:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
DNS Question - Jockas - 09-07-2009, 08:00 PM
RE: DNS Question - theprincy - 09-07-2009 08:12 PM
RE: DNS Question - joximu - 09-07-2009, 08:15 PM
RE: DNS Question - Jockas - 09-07-2009, 09:10 PM
RE: DNS Question - joximu - 09-07-2009, 09:20 PM
RE: DNS Question - Jockas - 09-07-2009, 09:43 PM
RE: DNS Question - joximu - 09-07-2009, 09:48 PM

Forum Jump:


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