Do NS records have point to name servers with matching SOA? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!SOA domain records cannot be retrievedHow to copy DNS zones from Slicehost to DNSmadeasyAre A records to NS hostnames required?I really want a wildcard NS record in BIND. Is there a workaround?Using static records in dynamic zone with Samba and BIND_DLZwhat happens if the authoritative DNS servers and the NS records don't agreeImpact of changing DNS glue records from registrarShould apex (or zone root) records have a matching PTR/pointer recordCreating DNS Zone before projects relocation when using same NS records (No Downtime Allowed)Is it possible to chain NS records?
Is the Standard Deduction better than Itemized when both are the same amount?
Can Pao de Queijo, and similar foods, be kosher for Passover?
Why is black pepper both grey and black?
Sorting numerically
What is a Meta algorithm?
Is there a Spanish version of "dot your i's and cross your t's" that includes the letter 'ñ'?
How to draw this diagram using TikZ package?
Does polymorph use a PC’s CR or its level?
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
Did Xerox really develop the first LAN?
∞ symbol in external pdf disappears when used as figure
Single word antonym of "flightless"
WAN encapsulation
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
Why are there no cargo aircraft with "flying wing" design?
How to recreate this effect in Photoshop?
What does '1 unit of lemon juice' mean in a grandma's drink recipe?
How to assign captions for two tables in LaTeX?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?
IndentationError when pasting code in Python 3 interpreter mode
What causes the vertical darker bands in my photo?
Do NS records have point to name servers with matching SOA?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!SOA domain records cannot be retrievedHow to copy DNS zones from Slicehost to DNSmadeasyAre A records to NS hostnames required?I really want a wildcard NS record in BIND. Is there a workaround?Using static records in dynamic zone with Samba and BIND_DLZwhat happens if the authoritative DNS servers and the NS records don't agreeImpact of changing DNS glue records from registrarShould apex (or zone root) records have a matching PTR/pointer recordCreating DNS Zone before projects relocation when using same NS records (No Downtime Allowed)Is it possible to chain NS records?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have a requirement to delegate many but not all domains to another DNS server.
To simplify things, I'd like to delegate all of them to the same DNS server/zone, rather than one for each. Is that possible?
Can I delegate to one server with the same SOA as the original?
44.44.44.44 (original)
example.com SOA example.com
example.com NS 44.44.44.44
...other records...
a.example.com NS 55.55.55.55
b.example.com NS 55.55.55.55
c.example.com NS 55.55.55.55
d.example.com NS 55.55.55.55
55.55.55.55
example.com SOA example.com
example.com NS 55.55.55.55
a.example.com A 66.0.0.1
b.example.com A 66.0.0.2
c.example.com A 66.0.0.3
d.example.com A 66.0.0.4
domain-name-system dns-zone ns-record
add a comment |
I have a requirement to delegate many but not all domains to another DNS server.
To simplify things, I'd like to delegate all of them to the same DNS server/zone, rather than one for each. Is that possible?
Can I delegate to one server with the same SOA as the original?
44.44.44.44 (original)
example.com SOA example.com
example.com NS 44.44.44.44
...other records...
a.example.com NS 55.55.55.55
b.example.com NS 55.55.55.55
c.example.com NS 55.55.55.55
d.example.com NS 55.55.55.55
55.55.55.55
example.com SOA example.com
example.com NS 55.55.55.55
a.example.com A 66.0.0.1
b.example.com A 66.0.0.2
c.example.com A 66.0.0.3
d.example.com A 66.0.0.4
domain-name-system dns-zone ns-record
I'm having issues understanding the question. It sounds like you have multiple domains (ie domain1.com, domain2.com, domainN.com) and you want to point to a single name server, and to save duplication of work, the same zone file? What name server are you using? If my understanding is correct, I'm assuming you have no differences in the zones other than the domain name itself?
– Jon Angliss
Apr 11 at 2:26
Target of NS records are names, not IP addresses...
– Patrick Mevzek
yesterday
add a comment |
I have a requirement to delegate many but not all domains to another DNS server.
To simplify things, I'd like to delegate all of them to the same DNS server/zone, rather than one for each. Is that possible?
Can I delegate to one server with the same SOA as the original?
44.44.44.44 (original)
example.com SOA example.com
example.com NS 44.44.44.44
...other records...
a.example.com NS 55.55.55.55
b.example.com NS 55.55.55.55
c.example.com NS 55.55.55.55
d.example.com NS 55.55.55.55
55.55.55.55
example.com SOA example.com
example.com NS 55.55.55.55
a.example.com A 66.0.0.1
b.example.com A 66.0.0.2
c.example.com A 66.0.0.3
d.example.com A 66.0.0.4
domain-name-system dns-zone ns-record
I have a requirement to delegate many but not all domains to another DNS server.
To simplify things, I'd like to delegate all of them to the same DNS server/zone, rather than one for each. Is that possible?
Can I delegate to one server with the same SOA as the original?
44.44.44.44 (original)
example.com SOA example.com
example.com NS 44.44.44.44
...other records...
a.example.com NS 55.55.55.55
b.example.com NS 55.55.55.55
c.example.com NS 55.55.55.55
d.example.com NS 55.55.55.55
55.55.55.55
example.com SOA example.com
example.com NS 55.55.55.55
a.example.com A 66.0.0.1
b.example.com A 66.0.0.2
c.example.com A 66.0.0.3
d.example.com A 66.0.0.4
domain-name-system dns-zone ns-record
domain-name-system dns-zone ns-record
edited Apr 10 at 14:38
Paul Draper
asked Apr 10 at 13:07
Paul DraperPaul Draper
192216
192216
I'm having issues understanding the question. It sounds like you have multiple domains (ie domain1.com, domain2.com, domainN.com) and you want to point to a single name server, and to save duplication of work, the same zone file? What name server are you using? If my understanding is correct, I'm assuming you have no differences in the zones other than the domain name itself?
– Jon Angliss
Apr 11 at 2:26
Target of NS records are names, not IP addresses...
– Patrick Mevzek
yesterday
add a comment |
I'm having issues understanding the question. It sounds like you have multiple domains (ie domain1.com, domain2.com, domainN.com) and you want to point to a single name server, and to save duplication of work, the same zone file? What name server are you using? If my understanding is correct, I'm assuming you have no differences in the zones other than the domain name itself?
– Jon Angliss
Apr 11 at 2:26
Target of NS records are names, not IP addresses...
– Patrick Mevzek
yesterday
I'm having issues understanding the question. It sounds like you have multiple domains (ie domain1.com, domain2.com, domainN.com) and you want to point to a single name server, and to save duplication of work, the same zone file? What name server are you using? If my understanding is correct, I'm assuming you have no differences in the zones other than the domain name itself?
– Jon Angliss
Apr 11 at 2:26
I'm having issues understanding the question. It sounds like you have multiple domains (ie domain1.com, domain2.com, domainN.com) and you want to point to a single name server, and to save duplication of work, the same zone file? What name server are you using? If my understanding is correct, I'm assuming you have no differences in the zones other than the domain name itself?
– Jon Angliss
Apr 11 at 2:26
Target of NS records are names, not IP addresses...
– Patrick Mevzek
yesterday
Target of NS records are names, not IP addresses...
– Patrick Mevzek
yesterday
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
);
);
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%2f962423%2fdo-ns-records-have-point-to-name-servers-with-matching-soa%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
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%2f962423%2fdo-ns-records-have-point-to-name-servers-with-matching-soa%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
I'm having issues understanding the question. It sounds like you have multiple domains (ie domain1.com, domain2.com, domainN.com) and you want to point to a single name server, and to save duplication of work, the same zone file? What name server are you using? If my understanding is correct, I'm assuming you have no differences in the zones other than the domain name itself?
– Jon Angliss
Apr 11 at 2:26
Target of NS records are names, not IP addresses...
– Patrick Mevzek
yesterday