Is it possible to set up a reverse DNS record on AWS for address from a different registrar? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!dns mx record vs reverse dnssetting the reverse dns for a email serversetting the reverse dns for a email serverHow do I set up DNS with nic.io to point to an AWS EC2 server?Why can't I create an Alias Resource Record Set for an EC2 instanceDo internet standards require reverse DNS for every device?Is it possible to set a PTR record for Github Pages hosting?Email reception directing the domain request to EC2 instanceHas my ISP mangled my DNS reverse lookup record for a single static IP address?How to set reverse DNS in AWS for my private nameserver?
Random body shuffle every night—can we still function?
Trying to understand entropy as a novice in thermodynamics
Constant factor of an array
What does 丫 mean? 丫是什么意思?
What does Turing mean by this statement?
What initially awakened the Balrog?
Special flights
What is the role of と after a noun when it doesn't appear to count or list anything?
Is multiple magic items in one inherently imbalanced?
What would you call this weird metallic apparatus that allows you to lift people?
Why is it faster to reheat something than it is to cook it?
Does silver oxide react with hydrogen sulfide?
A term for a woman complaining about things/begging in a cute/childish way
Was Kant an Intuitionist about mathematical objects?
How can a team of shapeshifters communicate?
what is the log of the PDF for a Normal Distribution?
Why is std::move not [[nodiscard]] in C++20?
How can god fight other gods?
How to ask rejected full-time candidates to apply to teach individual courses?
Can an iPhone 7 be made to function as a NFC Tag?
Is openssl rand command cryptographically secure?
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
White walkers, cemeteries and wights
What is the difference between a "ranged attack" and a "ranged weapon attack"?
Is it possible to set up a reverse DNS record on AWS for address from a different registrar?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!dns mx record vs reverse dnssetting the reverse dns for a email serversetting the reverse dns for a email serverHow do I set up DNS with nic.io to point to an AWS EC2 server?Why can't I create an Alias Resource Record Set for an EC2 instanceDo internet standards require reverse DNS for every device?Is it possible to set a PTR record for Github Pages hosting?Email reception directing the domain request to EC2 instanceHas my ISP mangled my DNS reverse lookup record for a single static IP address?How 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;
I don't have control over the registrar for the domain we use but the elastic ip and domain have been registered to each other - now I need to set up a mail server on my EC2 instance and therefore be able to set up a reverse DNS record as well. Will I still be able to do this even though aws is not my registering authority?
amazon-web-services reverse-dns
add a comment |
I don't have control over the registrar for the domain we use but the elastic ip and domain have been registered to each other - now I need to set up a mail server on my EC2 instance and therefore be able to set up a reverse DNS record as well. Will I still be able to do this even though aws is not my registering authority?
amazon-web-services reverse-dns
add a comment |
I don't have control over the registrar for the domain we use but the elastic ip and domain have been registered to each other - now I need to set up a mail server on my EC2 instance and therefore be able to set up a reverse DNS record as well. Will I still be able to do this even though aws is not my registering authority?
amazon-web-services reverse-dns
I don't have control over the registrar for the domain we use but the elastic ip and domain have been registered to each other - now I need to set up a mail server on my EC2 instance and therefore be able to set up a reverse DNS record as well. Will I still be able to do this even though aws is not my registering authority?
amazon-web-services reverse-dns
amazon-web-services reverse-dns
asked Mar 12 '15 at 9:07
user1658296user1658296
129128
129128
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
From a technical perspective it doesn't matter where the forward DNS is hosted.
The reverse DNS is typically hosted by the provider of your IP-address, so in your case by Amazon. As long as the forward DNS matches your actual ip-address and the PTR-record you're requesting, Amazon allows you to set-up a reverse DNS record by contacting them.
Q: Can I configure the reverse DNS record for my Elastic IP address?
Yes, you can configure the reverse DNS record of your Elastic IP address by filling out this form. Note that a corresponding forward DNS record pointing to that Elastic IP address must exist before we can create the reverse DNS record.
add a comment |
Yes, it doesn't matter.
Simply setup your reverse DNS zone on your hosting or on the domain itself using a zone and then a PTR record and then contact them here:
https://aws.amazon.com/forms/ec2-email-limit-rdns-request
You'll fill in the IP and the host and they will then approve. Ensure it is setup correctly, else they will not approve the reverse DNS.
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%2f674858%2fis-it-possible-to-set-up-a-reverse-dns-record-on-aws-for-address-from-a-differen%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
From a technical perspective it doesn't matter where the forward DNS is hosted.
The reverse DNS is typically hosted by the provider of your IP-address, so in your case by Amazon. As long as the forward DNS matches your actual ip-address and the PTR-record you're requesting, Amazon allows you to set-up a reverse DNS record by contacting them.
Q: Can I configure the reverse DNS record for my Elastic IP address?
Yes, you can configure the reverse DNS record of your Elastic IP address by filling out this form. Note that a corresponding forward DNS record pointing to that Elastic IP address must exist before we can create the reverse DNS record.
add a comment |
From a technical perspective it doesn't matter where the forward DNS is hosted.
The reverse DNS is typically hosted by the provider of your IP-address, so in your case by Amazon. As long as the forward DNS matches your actual ip-address and the PTR-record you're requesting, Amazon allows you to set-up a reverse DNS record by contacting them.
Q: Can I configure the reverse DNS record for my Elastic IP address?
Yes, you can configure the reverse DNS record of your Elastic IP address by filling out this form. Note that a corresponding forward DNS record pointing to that Elastic IP address must exist before we can create the reverse DNS record.
add a comment |
From a technical perspective it doesn't matter where the forward DNS is hosted.
The reverse DNS is typically hosted by the provider of your IP-address, so in your case by Amazon. As long as the forward DNS matches your actual ip-address and the PTR-record you're requesting, Amazon allows you to set-up a reverse DNS record by contacting them.
Q: Can I configure the reverse DNS record for my Elastic IP address?
Yes, you can configure the reverse DNS record of your Elastic IP address by filling out this form. Note that a corresponding forward DNS record pointing to that Elastic IP address must exist before we can create the reverse DNS record.
From a technical perspective it doesn't matter where the forward DNS is hosted.
The reverse DNS is typically hosted by the provider of your IP-address, so in your case by Amazon. As long as the forward DNS matches your actual ip-address and the PTR-record you're requesting, Amazon allows you to set-up a reverse DNS record by contacting them.
Q: Can I configure the reverse DNS record for my Elastic IP address?
Yes, you can configure the reverse DNS record of your Elastic IP address by filling out this form. Note that a corresponding forward DNS record pointing to that Elastic IP address must exist before we can create the reverse DNS record.
edited Apr 15 at 6:42
Chloe
6221228
6221228
answered Mar 12 '15 at 9:26
HBruijnHBruijn
56.8k1190150
56.8k1190150
add a comment |
add a comment |
Yes, it doesn't matter.
Simply setup your reverse DNS zone on your hosting or on the domain itself using a zone and then a PTR record and then contact them here:
https://aws.amazon.com/forms/ec2-email-limit-rdns-request
You'll fill in the IP and the host and they will then approve. Ensure it is setup correctly, else they will not approve the reverse DNS.
add a comment |
Yes, it doesn't matter.
Simply setup your reverse DNS zone on your hosting or on the domain itself using a zone and then a PTR record and then contact them here:
https://aws.amazon.com/forms/ec2-email-limit-rdns-request
You'll fill in the IP and the host and they will then approve. Ensure it is setup correctly, else they will not approve the reverse DNS.
add a comment |
Yes, it doesn't matter.
Simply setup your reverse DNS zone on your hosting or on the domain itself using a zone and then a PTR record and then contact them here:
https://aws.amazon.com/forms/ec2-email-limit-rdns-request
You'll fill in the IP and the host and they will then approve. Ensure it is setup correctly, else they will not approve the reverse DNS.
Yes, it doesn't matter.
Simply setup your reverse DNS zone on your hosting or on the domain itself using a zone and then a PTR record and then contact them here:
https://aws.amazon.com/forms/ec2-email-limit-rdns-request
You'll fill in the IP and the host and they will then approve. Ensure it is setup correctly, else they will not approve the reverse DNS.
answered Sep 8 '15 at 13:43
tribulanttribulant
1113
1113
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%2f674858%2fis-it-possible-to-set-up-a-reverse-dns-record-on-aws-for-address-from-a-differen%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