Reverse DNS, also called a PTR record, controls what hostname an IP address resolves back to. It is most commonly used for mail servers, logging, monitoring, and reputation checks.

For normal game servers, reverse DNS usually is not required. For mail services, it matters because many mail providers expect forward DNS and reverse DNS to match.

  1. Choose a hostname you control, such as vps.example.com.
  2. Create a normal DNS A record for that hostname pointing to the VPS IP.
  3. Open your VPS service from the client area.
  4. Open the VPS control panel.
  5. Find the reverse DNS or rDNS page.
  6. Set the rDNS value to the hostname and save it.

    VPS panel Reverse DNS page showing editable rDNS records

 

What should match?

RecordExamplePurpose
Forward DNSvps.example.com -> 45.92.36.217The hostname points to the VPS IP.
Reverse DNS45.92.36.217 -> vps.example.comThe VPS IP points back to the hostname.

 

Before using it for mail

Reverse DNS is only one part of mail reputation. If you plan to send mail from the VPS, the hostname should have a matching forward DNS record, and the domain should also have SPF, DKIM, and DMARC records configured.

Do not set rDNS to a hostname you do not control. If the forward DNS record does not point back to the VPS IP, many mail systems will still treat the server as suspicious.

Reverse DNS changes can take time to propagate. If a lookup still shows the old value shortly after saving, wait and test again later.

  • 0 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

What is a VPS and how can one be used for Game Hosting?

A VPS, or Virtual Private Server, is a private slice of a larger physical server. You get your...

How to access your VPS

After your VPS has been created, you need to connect to it before you can install software,...

How to reboot, shut down, or start your VPS

The VPS control panel includes power controls for stopping, restarting, and starting your VPS...

How to use the VPS console or VNC

The VPS console, also called VNC, lets you view and control the VPS even when SSH or Remote...

How to reinstall or rebuild your VPS

Reinstalling a VPS replaces the current operating system with a fresh install. This is useful...