Hello,
How to create rDNS (Reverse DNS), I am using Centos 7.0 and I need to create rDNS for 50 IP’s and domain.
Can you please guide me how can i create.
Example.
Example.com - xxx.xxx.xxx.xx0 Example.xyz - xxx.xxx.xxx.xx1
Thank in advance
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hey there,
Are you using a DNS server like BIND9 or some control panel software that you’ve installed? The steps could vary based on how you’re managing the DNS records.
You can also set up reverse DNS for any droplets that you’ve created by renaming the droplet in the Control Panel. It needs to be a fully-qualified domain name (
example.com
orexample.xyz
, like you mention, but not something likemy-centos-droplet
) for the reverse DNS to be created. You can only set up reverse DNS for the IP addresses that belong to one of your droplets though.—Nicholas C. Platform Support Specialist