BIND zone file errorDNS trouble - think it might be caused by two NS recordsProblem with www version of...
Has the BBC provided arguments for saying Brexit being cancelled is unlikely?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Is it important to consider tone, melody, and musical form while writing a song?
Collect Fourier series terms
Writing rule stating superpower from different root cause is bad writing
Watching something be written to a file live with tail
What's the output of a record cartridge playing an out-of-speed record
What are these boxed doors outside store fronts in New York?
What defenses are there against being summoned by the Gate spell?
Minkowski space
What is the offset in a seaplane's hull?
How to find program name(s) of an installed package?
Dragon forelimb placement
What's the point of deactivating Num Lock on login screens?
Is a tag line useful on a cover?
Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.
How could an uplifted falcon's brain work?
Why does Kotter return in Welcome Back Kotter?
How can bays and straits be determined in a procedurally generated map?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Is this a crack on the carbon frame?
Why, historically, did Gödel think CH was false?
Languages that we cannot (dis)prove to be Context-Free
Test whether all array elements are factors of a number
BIND zone file error
DNS trouble - think it might be caused by two NS recordsProblem with www version of domain in zone fileWildcard DNS with BINDConfigure BIND with database backend and DLZ supportReach self hosted server from LANHow do I write a zonefile so that DNS changes do not have latency?DDNS resource records TTLConfiguring ENUM on BIND 9.8.1Bind DNS not working?Meaning of root zone
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Im having an issue with a zone file in BIND.
Here is the zone file, private information is masked.
$ORIGIN xx.com.
$TTL 60
@ IN SOA ns01.xx.com. hostmaster.xx.com. (
2019040702 ; serial number DATE PLUS SEQUENCENR
3600 ; refresh (15 minutes)
3600 ; retry (10 minutes)
86400 ; expire (1 day)
3600 ; minimum (1 hour)
)
NS ns01.xx.com.
NS ns02.xx.com.
; Mail-servers
@ MX 10 ASPMX.L.GOOGLE.COM.
@ MX 20 ALT1.ASPMX.L.GOOGLE.COM.
@ MX 20 ALT2.ASPMX.L.GOOGLE.COM.
@ MX 30 ASPMX2.GOOGLEMAIL.COM.
@ MX 30 ASPMX3.GOOGLEMAIL.COM.
@ A 1.2.3.4
www A 1.2.3.4
Whenever i run named-checkconf xx.com i get this error:
xx.com:1: unknown option '$ORIGIN'
xx.com:5: unknown option 'serial'
xx.com:6: unknown option 'refresh'
xx.com:7: unknown option 'retry'
xx.com:8: unknown option 'expire'
xx.com:9: unknown option 'minimum'
xx.com:15: unknown option 'Mail-servers'
xx.com:24: unexpected token near end of file
And then BIND doesnt start up.
Anyone see any issues with this file?
domain-name-system centos bind dns-zone
New contributor
add a comment |
Im having an issue with a zone file in BIND.
Here is the zone file, private information is masked.
$ORIGIN xx.com.
$TTL 60
@ IN SOA ns01.xx.com. hostmaster.xx.com. (
2019040702 ; serial number DATE PLUS SEQUENCENR
3600 ; refresh (15 minutes)
3600 ; retry (10 minutes)
86400 ; expire (1 day)
3600 ; minimum (1 hour)
)
NS ns01.xx.com.
NS ns02.xx.com.
; Mail-servers
@ MX 10 ASPMX.L.GOOGLE.COM.
@ MX 20 ALT1.ASPMX.L.GOOGLE.COM.
@ MX 20 ALT2.ASPMX.L.GOOGLE.COM.
@ MX 30 ASPMX2.GOOGLEMAIL.COM.
@ MX 30 ASPMX3.GOOGLEMAIL.COM.
@ A 1.2.3.4
www A 1.2.3.4
Whenever i run named-checkconf xx.com i get this error:
xx.com:1: unknown option '$ORIGIN'
xx.com:5: unknown option 'serial'
xx.com:6: unknown option 'refresh'
xx.com:7: unknown option 'retry'
xx.com:8: unknown option 'expire'
xx.com:9: unknown option 'minimum'
xx.com:15: unknown option 'Mail-servers'
xx.com:24: unexpected token near end of file
And then BIND doesnt start up.
Anyone see any issues with this file?
domain-name-system centos bind dns-zone
New contributor
add a comment |
Im having an issue with a zone file in BIND.
Here is the zone file, private information is masked.
$ORIGIN xx.com.
$TTL 60
@ IN SOA ns01.xx.com. hostmaster.xx.com. (
2019040702 ; serial number DATE PLUS SEQUENCENR
3600 ; refresh (15 minutes)
3600 ; retry (10 minutes)
86400 ; expire (1 day)
3600 ; minimum (1 hour)
)
NS ns01.xx.com.
NS ns02.xx.com.
; Mail-servers
@ MX 10 ASPMX.L.GOOGLE.COM.
@ MX 20 ALT1.ASPMX.L.GOOGLE.COM.
@ MX 20 ALT2.ASPMX.L.GOOGLE.COM.
@ MX 30 ASPMX2.GOOGLEMAIL.COM.
@ MX 30 ASPMX3.GOOGLEMAIL.COM.
@ A 1.2.3.4
www A 1.2.3.4
Whenever i run named-checkconf xx.com i get this error:
xx.com:1: unknown option '$ORIGIN'
xx.com:5: unknown option 'serial'
xx.com:6: unknown option 'refresh'
xx.com:7: unknown option 'retry'
xx.com:8: unknown option 'expire'
xx.com:9: unknown option 'minimum'
xx.com:15: unknown option 'Mail-servers'
xx.com:24: unexpected token near end of file
And then BIND doesnt start up.
Anyone see any issues with this file?
domain-name-system centos bind dns-zone
New contributor
Im having an issue with a zone file in BIND.
Here is the zone file, private information is masked.
$ORIGIN xx.com.
$TTL 60
@ IN SOA ns01.xx.com. hostmaster.xx.com. (
2019040702 ; serial number DATE PLUS SEQUENCENR
3600 ; refresh (15 minutes)
3600 ; retry (10 minutes)
86400 ; expire (1 day)
3600 ; minimum (1 hour)
)
NS ns01.xx.com.
NS ns02.xx.com.
; Mail-servers
@ MX 10 ASPMX.L.GOOGLE.COM.
@ MX 20 ALT1.ASPMX.L.GOOGLE.COM.
@ MX 20 ALT2.ASPMX.L.GOOGLE.COM.
@ MX 30 ASPMX2.GOOGLEMAIL.COM.
@ MX 30 ASPMX3.GOOGLEMAIL.COM.
@ A 1.2.3.4
www A 1.2.3.4
Whenever i run named-checkconf xx.com i get this error:
xx.com:1: unknown option '$ORIGIN'
xx.com:5: unknown option 'serial'
xx.com:6: unknown option 'refresh'
xx.com:7: unknown option 'retry'
xx.com:8: unknown option 'expire'
xx.com:9: unknown option 'minimum'
xx.com:15: unknown option 'Mail-servers'
xx.com:24: unexpected token near end of file
And then BIND doesnt start up.
Anyone see any issues with this file?
domain-name-system centos bind dns-zone
domain-name-system centos bind dns-zone
New contributor
New contributor
New contributor
asked 3 mins ago
Dj XtcDj Xtc
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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',
autoActivateHeartbeat: false,
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
});
}
});
Dj Xtc is a new contributor. Be nice, and check out our Code of Conduct.
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%2fserverfault.com%2fquestions%2f961857%2fbind-zone-file-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Dj Xtc is a new contributor. Be nice, and check out our Code of Conduct.
Dj Xtc is a new contributor. Be nice, and check out our Code of Conduct.
Dj Xtc is a new contributor. Be nice, and check out our Code of Conduct.
Dj Xtc is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f961857%2fbind-zone-file-error%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