zone has 0 SOA record
up vote
-1
down vote
favorite
Here is my zone file
$ORIGIN hanbienc.com.
$TTL 86400
@ IN SOA hanbienc.com. sm.hanbienc.com. (
2001062501 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
86400 ) ; minimum TTL of 1 day
IN MX 1 sm.hanbienc.com.
IN A 103.101.162.71
IN NS dns1.hanbienc.com.
dns1 IN A 103.101.162.71
ns IN CNAME dns1
1542785625.hanbienc._domainkey.hanbienc.com. IN TXT (
"v=DKIM1;t=s;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4OR37CD2uHJ8ZLuFg6v8D3mEU"
"GcuBleLWfc8okIjdyIB15eAmfNhU13orOLY7paKyKQIYGW+zecqgL9sGq+8QSfiS"
"dsdqS9vw5qrwfg83Gxu3q1I7x5fMD785QTUvV0fjVKoEJklBIfqC/4lfW5q051bq"
"RMy/zsp0lK7m5t8NUwIDAQAB")
and my zone in named.conf file
zone "hanbienc.com" {
type master;
file "hanbienc.com.zone";
allow-update{none; };
};
zone "71.162.101.103.in-addr.arpa" {
type master;
file "hanbienc.com.rev";
allow-update { none; };
};
I don't know where I'm wrong, it's still says that my zone has no address records when I'm trying to restart named service on CentOS 6.
Can someone help me to resolve this?
dns vps centos6 reverse-dns
add a comment |
up vote
-1
down vote
favorite
Here is my zone file
$ORIGIN hanbienc.com.
$TTL 86400
@ IN SOA hanbienc.com. sm.hanbienc.com. (
2001062501 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
86400 ) ; minimum TTL of 1 day
IN MX 1 sm.hanbienc.com.
IN A 103.101.162.71
IN NS dns1.hanbienc.com.
dns1 IN A 103.101.162.71
ns IN CNAME dns1
1542785625.hanbienc._domainkey.hanbienc.com. IN TXT (
"v=DKIM1;t=s;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4OR37CD2uHJ8ZLuFg6v8D3mEU"
"GcuBleLWfc8okIjdyIB15eAmfNhU13orOLY7paKyKQIYGW+zecqgL9sGq+8QSfiS"
"dsdqS9vw5qrwfg83Gxu3q1I7x5fMD785QTUvV0fjVKoEJklBIfqC/4lfW5q051bq"
"RMy/zsp0lK7m5t8NUwIDAQAB")
and my zone in named.conf file
zone "hanbienc.com" {
type master;
file "hanbienc.com.zone";
allow-update{none; };
};
zone "71.162.101.103.in-addr.arpa" {
type master;
file "hanbienc.com.rev";
allow-update { none; };
};
I don't know where I'm wrong, it's still says that my zone has no address records when I'm trying to restart named service on CentOS 6.
Can someone help me to resolve this?
dns vps centos6 reverse-dns
"it's still says that my zone has no address records when I'm trying to restart named service" show proper error message, not a reinterpretation of it.
– Patrick Mevzek
Nov 26 at 15:31
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Here is my zone file
$ORIGIN hanbienc.com.
$TTL 86400
@ IN SOA hanbienc.com. sm.hanbienc.com. (
2001062501 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
86400 ) ; minimum TTL of 1 day
IN MX 1 sm.hanbienc.com.
IN A 103.101.162.71
IN NS dns1.hanbienc.com.
dns1 IN A 103.101.162.71
ns IN CNAME dns1
1542785625.hanbienc._domainkey.hanbienc.com. IN TXT (
"v=DKIM1;t=s;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4OR37CD2uHJ8ZLuFg6v8D3mEU"
"GcuBleLWfc8okIjdyIB15eAmfNhU13orOLY7paKyKQIYGW+zecqgL9sGq+8QSfiS"
"dsdqS9vw5qrwfg83Gxu3q1I7x5fMD785QTUvV0fjVKoEJklBIfqC/4lfW5q051bq"
"RMy/zsp0lK7m5t8NUwIDAQAB")
and my zone in named.conf file
zone "hanbienc.com" {
type master;
file "hanbienc.com.zone";
allow-update{none; };
};
zone "71.162.101.103.in-addr.arpa" {
type master;
file "hanbienc.com.rev";
allow-update { none; };
};
I don't know where I'm wrong, it's still says that my zone has no address records when I'm trying to restart named service on CentOS 6.
Can someone help me to resolve this?
dns vps centos6 reverse-dns
Here is my zone file
$ORIGIN hanbienc.com.
$TTL 86400
@ IN SOA hanbienc.com. sm.hanbienc.com. (
2001062501 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
86400 ) ; minimum TTL of 1 day
IN MX 1 sm.hanbienc.com.
IN A 103.101.162.71
IN NS dns1.hanbienc.com.
dns1 IN A 103.101.162.71
ns IN CNAME dns1
1542785625.hanbienc._domainkey.hanbienc.com. IN TXT (
"v=DKIM1;t=s;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4OR37CD2uHJ8ZLuFg6v8D3mEU"
"GcuBleLWfc8okIjdyIB15eAmfNhU13orOLY7paKyKQIYGW+zecqgL9sGq+8QSfiS"
"dsdqS9vw5qrwfg83Gxu3q1I7x5fMD785QTUvV0fjVKoEJklBIfqC/4lfW5q051bq"
"RMy/zsp0lK7m5t8NUwIDAQAB")
and my zone in named.conf file
zone "hanbienc.com" {
type master;
file "hanbienc.com.zone";
allow-update{none; };
};
zone "71.162.101.103.in-addr.arpa" {
type master;
file "hanbienc.com.rev";
allow-update { none; };
};
I don't know where I'm wrong, it's still says that my zone has no address records when I'm trying to restart named service on CentOS 6.
Can someone help me to resolve this?
dns vps centos6 reverse-dns
dns vps centos6 reverse-dns
asked Nov 22 at 5:22
Thế Nguyễn Khắc
1
1
"it's still says that my zone has no address records when I'm trying to restart named service" show proper error message, not a reinterpretation of it.
– Patrick Mevzek
Nov 26 at 15:31
add a comment |
"it's still says that my zone has no address records when I'm trying to restart named service" show proper error message, not a reinterpretation of it.
– Patrick Mevzek
Nov 26 at 15:31
"it's still says that my zone has no address records when I'm trying to restart named service" show proper error message, not a reinterpretation of it.
– Patrick Mevzek
Nov 26 at 15:31
"it's still says that my zone has no address records when I'm trying to restart named service" show proper error message, not a reinterpretation of it.
– Patrick Mevzek
Nov 26 at 15:31
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53424350%2fzone-has-0-soa-record%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53424350%2fzone-has-0-soa-record%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
"it's still says that my zone has no address records when I'm trying to restart named service" show proper error message, not a reinterpretation of it.
– Patrick Mevzek
Nov 26 at 15:31