Current time: 12-23-2024, 05:58 PM Hello There, Guest! (LoginRegister)


Post Reply 
About DNS server configuration.
Author Message
koko92_national Offline
Junior Member
*

Posts: 70
Joined: Jul 2008
Reputation: 0
Post: #8
RE: About DNS server configuration.
This is one of the domains that i dont want to have ns1 and ns2
PHP Code:
$TTL 12H
$ORIGIN gamblenook
.com.
@               
IN              SOA             ns1.gamblenook.compostmaster.gamblenook.com. (
dmn [gamblenook.comtimestamp entry BEGIN.
                
2009073000     Serial
dmn [gamblenook.comtimestamp entry END.
                
8H              Refresh
                30M             
Retry
                4W              
Expire
                3H              
Minimum TTL
)
                
IN              NS              ns1.gamblenook.com.
                
IN              NS              ns2.gamblenook.com.
                
IN              MX      10      mail.gamblenook.com.

gamblenook.com.     IN              A               85.187.32.205
www             IN              A               85.187.32.205
gamblenook
.com.     IN              TXT             "v=spf1 a mx ip4:85.187.32.205 ~all"
localhost       IN              A               127.0.0.1
mail            IN              A               85.187.32.205
ns1             IN              A               85.187.32.205
ns2             IN              A               85.187.32.205
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

And i have to remove only

ns1.gamblenook.com in this line
PHP Code:
@               IN              SOA             ns1.gamblenook.compostmaster.gamblenook.com. ( 

and these two lines
PHP Code:
IN              NS              ns1.gamblenook.com.
                
IN              NS              ns2.gamblenook.com
I hope i'm right.
08-13-2009 09:12 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: About DNS server configuration. - koko92_national - 08-13-2009 09:12 PM

Forum Jump:


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