• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Default PTR for all domains

Kanagaraj

Basic Pleskian
Hi,
How can we config in domain name in default PTR in all domains hosted in my server

Like ip=>ptr=>Mydomain - not random domain in our servers


Thanks
Kanagaraj
 
It is not correct to have multiple PTR records for the same IP address. You can have multiple domains on the same IP address, but it is not possible to determine what domain name to return when there are multiple PTR records for one IP address.

Say you have domain1.com and domain2.com on your server at IP adress a.b.c.d and you create PTR records for both. What should a lookup for a.b.c.d return? Right, that's why you get a random domain name.

It's best to just have one PTR record for a.b.c.d and point that to something like server01.yourhostingcomany.com. Of course you'll need to add an A record for server01.yourhostingcompany.com that points to a.b.c.d as well.
 
Back
Top