How can you set up private nameservers when using AWS Route53 and EC2 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!How to set up multitenant Route53 subdomains with parent domain not on Route53?DNS mask for Route53 crazy delegation setDNS and Private NameserversHow do I set up DNS with nic.io to point to an AWS EC2 server?DNS Nameserver updates affected by TTL? or is it just A records, MX etc?Configure reverse DNS on AWS Route53, should I use public or private ip?DNS isues with AWS Route53 hosted zone / nameserversWhy do name servers occur in whois as well as DNS?Website opening via IP but not domain using AWS Route53How to set reverse DNS in AWS for my private nameserver?
Did Deadpool rescue all of the X-Force?
Time to Settle Down!
NumericArray versus PackedArray in MMA12
Selecting user stories during sprint planning
Why aren't air breathing engines used as small first stages?
Localisation of Category
Multiple OR (||) Conditions in If Statement
AppleTVs create a chatty alternate WiFi network
Should I follow up with an employee I believe overracted to a mistake I made?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
What was the first language to use conditional keywords?
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
Did Krishna say in Bhagavad Gita "I am in every living being"
Do any jurisdictions seriously consider reclassifying social media websites as publishers?
Chebyshev inequality in terms of RMS
Do I really need to have a message in a novel to appeal to readers?
Can anything be seen from the center of the Boötes void? How dark would it be?
Take 2! Is this homebrew Lady of Pain warlock patron balanced?
A term for a woman complaining about things/begging in a cute/childish way
Is there hard evidence that the grant peer review system performs significantly better than random?
What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?
What initially awakened the Balrog?
How to write the following sign?
How can I reduce the gap between left and right of cdot with a macro?
How can you set up private nameservers when using AWS Route53 and EC2
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!How to set up multitenant Route53 subdomains with parent domain not on Route53?DNS mask for Route53 crazy delegation setDNS and Private NameserversHow do I set up DNS with nic.io to point to an AWS EC2 server?DNS Nameserver updates affected by TTL? or is it just A records, MX etc?Configure reverse DNS on AWS Route53, should I use public or private ip?DNS isues with AWS Route53 hosted zone / nameserversWhy do name servers occur in whois as well as DNS?Website opening via IP but not domain using AWS Route53How to set reverse DNS in AWS for my private nameserver?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
In the old days of setting up reseller accounts with shared hosting services like HostGator, it was simple to set up "Private Nameservers" by (after having pointed the DNS entries to the hosting company's DNS servers) going to the registrar and setting A records for the NS records. My question is, can you do the same thing when you've pointed your DNS at Amazon Route53 (and are using the AWS ecosystem for hosting/servers/etc)?
This tutorial demonstrates what I'm talking about:
http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/private-name-servers-setup
For GoDaddy specifically (which I'm not using, but many are familiar with): http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/setting-up-private-name-servers-with-hostgatorenom
It involves registering, NS A records, and DNS glue. But I suspect in the case of this shared hosting, some magic was set up on the hosting company's DNS server side. What about in the case of Route53?
In short, when doing a WHOIS lookup on my domain, I don't want the four AWS/Route53 FQDMs showing as the DNS records. Though those ARE the DNS point, I want ns1.mydomain.com, ns2.mydomain.com, ns3.mydomain.com, and ns4.mydomain.com, respectively, to display on a WHOIS lookup.
domain-name-system amazon-web-services amazon-route53 domain-registrar private
add a comment |
In the old days of setting up reseller accounts with shared hosting services like HostGator, it was simple to set up "Private Nameservers" by (after having pointed the DNS entries to the hosting company's DNS servers) going to the registrar and setting A records for the NS records. My question is, can you do the same thing when you've pointed your DNS at Amazon Route53 (and are using the AWS ecosystem for hosting/servers/etc)?
This tutorial demonstrates what I'm talking about:
http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/private-name-servers-setup
For GoDaddy specifically (which I'm not using, but many are familiar with): http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/setting-up-private-name-servers-with-hostgatorenom
It involves registering, NS A records, and DNS glue. But I suspect in the case of this shared hosting, some magic was set up on the hosting company's DNS server side. What about in the case of Route53?
In short, when doing a WHOIS lookup on my domain, I don't want the four AWS/Route53 FQDMs showing as the DNS records. Though those ARE the DNS point, I want ns1.mydomain.com, ns2.mydomain.com, ns3.mydomain.com, and ns4.mydomain.com, respectively, to display on a WHOIS lookup.
domain-name-system amazon-web-services amazon-route53 domain-registrar private
1
If I'm understanding your last paragraph correctly, you will need to keep track of Amazon's name server IP addresses yourself and change your glue records every time Amazon make a change. I don't know how often they make changes to those IP addresses.
– Ladadadada
Dec 21 '13 at 22:38
add a comment |
In the old days of setting up reseller accounts with shared hosting services like HostGator, it was simple to set up "Private Nameservers" by (after having pointed the DNS entries to the hosting company's DNS servers) going to the registrar and setting A records for the NS records. My question is, can you do the same thing when you've pointed your DNS at Amazon Route53 (and are using the AWS ecosystem for hosting/servers/etc)?
This tutorial demonstrates what I'm talking about:
http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/private-name-servers-setup
For GoDaddy specifically (which I'm not using, but many are familiar with): http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/setting-up-private-name-servers-with-hostgatorenom
It involves registering, NS A records, and DNS glue. But I suspect in the case of this shared hosting, some magic was set up on the hosting company's DNS server side. What about in the case of Route53?
In short, when doing a WHOIS lookup on my domain, I don't want the four AWS/Route53 FQDMs showing as the DNS records. Though those ARE the DNS point, I want ns1.mydomain.com, ns2.mydomain.com, ns3.mydomain.com, and ns4.mydomain.com, respectively, to display on a WHOIS lookup.
domain-name-system amazon-web-services amazon-route53 domain-registrar private
In the old days of setting up reseller accounts with shared hosting services like HostGator, it was simple to set up "Private Nameservers" by (after having pointed the DNS entries to the hosting company's DNS servers) going to the registrar and setting A records for the NS records. My question is, can you do the same thing when you've pointed your DNS at Amazon Route53 (and are using the AWS ecosystem for hosting/servers/etc)?
This tutorial demonstrates what I'm talking about:
http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/private-name-servers-setup
For GoDaddy specifically (which I'm not using, but many are familiar with): http://support.hostgator.com/articles/hosting-guide/lets-get-started/dns-name-servers/setting-up-private-name-servers-with-hostgatorenom
It involves registering, NS A records, and DNS glue. But I suspect in the case of this shared hosting, some magic was set up on the hosting company's DNS server side. What about in the case of Route53?
In short, when doing a WHOIS lookup on my domain, I don't want the four AWS/Route53 FQDMs showing as the DNS records. Though those ARE the DNS point, I want ns1.mydomain.com, ns2.mydomain.com, ns3.mydomain.com, and ns4.mydomain.com, respectively, to display on a WHOIS lookup.
domain-name-system amazon-web-services amazon-route53 domain-registrar private
domain-name-system amazon-web-services amazon-route53 domain-registrar private
edited Dec 21 '13 at 3:33
dmourati
20k22863
20k22863
asked Dec 21 '13 at 3:31
rcdrcd
1114
1114
1
If I'm understanding your last paragraph correctly, you will need to keep track of Amazon's name server IP addresses yourself and change your glue records every time Amazon make a change. I don't know how often they make changes to those IP addresses.
– Ladadadada
Dec 21 '13 at 22:38
add a comment |
1
If I'm understanding your last paragraph correctly, you will need to keep track of Amazon's name server IP addresses yourself and change your glue records every time Amazon make a change. I don't know how often they make changes to those IP addresses.
– Ladadadada
Dec 21 '13 at 22:38
1
1
If I'm understanding your last paragraph correctly, you will need to keep track of Amazon's name server IP addresses yourself and change your glue records every time Amazon make a change. I don't know how often they make changes to those IP addresses.
– Ladadadada
Dec 21 '13 at 22:38
If I'm understanding your last paragraph correctly, you will need to keep track of Amazon's name server IP addresses yourself and change your glue records every time Amazon make a change. I don't know how often they make changes to those IP addresses.
– Ladadadada
Dec 21 '13 at 22:38
add a comment |
2 Answers
2
active
oldest
votes
Yes, as of Nov 2014 you can do this, here is how:
http://neonos.net/white-labeled-dns-name-servers-on-amazon-route-53-with-delegation-sets/
add a comment |
This blog post explains a setup where you combine Route 53 with on-premise DNS using Unbound: https://aws.amazon.com/blogs/security/how-to-set-up-dns-resolution-between-on-premises-networks-and-aws-by-using-unbound/
add a comment |
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%2f562855%2fhow-can-you-set-up-private-nameservers-when-using-aws-route53-and-ec2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, as of Nov 2014 you can do this, here is how:
http://neonos.net/white-labeled-dns-name-servers-on-amazon-route-53-with-delegation-sets/
add a comment |
Yes, as of Nov 2014 you can do this, here is how:
http://neonos.net/white-labeled-dns-name-servers-on-amazon-route-53-with-delegation-sets/
add a comment |
Yes, as of Nov 2014 you can do this, here is how:
http://neonos.net/white-labeled-dns-name-servers-on-amazon-route-53-with-delegation-sets/
Yes, as of Nov 2014 you can do this, here is how:
http://neonos.net/white-labeled-dns-name-servers-on-amazon-route-53-with-delegation-sets/
answered Dec 7 '14 at 5:07
NeoNeo
34339
34339
add a comment |
add a comment |
This blog post explains a setup where you combine Route 53 with on-premise DNS using Unbound: https://aws.amazon.com/blogs/security/how-to-set-up-dns-resolution-between-on-premises-networks-and-aws-by-using-unbound/
add a comment |
This blog post explains a setup where you combine Route 53 with on-premise DNS using Unbound: https://aws.amazon.com/blogs/security/how-to-set-up-dns-resolution-between-on-premises-networks-and-aws-by-using-unbound/
add a comment |
This blog post explains a setup where you combine Route 53 with on-premise DNS using Unbound: https://aws.amazon.com/blogs/security/how-to-set-up-dns-resolution-between-on-premises-networks-and-aws-by-using-unbound/
This blog post explains a setup where you combine Route 53 with on-premise DNS using Unbound: https://aws.amazon.com/blogs/security/how-to-set-up-dns-resolution-between-on-premises-networks-and-aws-by-using-unbound/
answered Nov 28 '16 at 15:00
KarelKarel
563
563
add a comment |
add a comment |
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%2f562855%2fhow-can-you-set-up-private-nameservers-when-using-aws-route53-and-ec2%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
1
If I'm understanding your last paragraph correctly, you will need to keep track of Amazon's name server IP addresses yourself and change your glue records every time Amazon make a change. I don't know how often they make changes to those IP addresses.
– Ladadadada
Dec 21 '13 at 22:38