Overview
Reverse DNS maps IP addresses back to hostnames using PTR records. This is distinct from forward DNS (hostname to IP). Reverse DNS is required by mail servers for spam reputation checks, improves audit log readability, and is a compliance requirement for many security frameworks. The Dashboard provides a dedicated DNS Reverse interface for managing PTR records on your floating IPs without manually creating reverse zones.Prerequisites
- An active Polystack account with appropriate permissions
- Access to the Polystack Dashboard or CLI configured with credentials
- API credentials sourced (
source openrc.sh)
How Reverse DNS Works
View Reverse DNS Entries
- Dashboard
- CLI
Navigate to Network > DNS Reverse. The list shows all floating
IPs in your project with their PTR status.
Set a PTR Record
- Dashboard
- CLI
1
Navigate to DNS Reverse
Navigate to Network > DNS Reverse. Find the IP address
you want to configure.Click the More dropdown in the row actions, then select Set.
The Set action is always available and can be used to create a new PTR
record or update an existing one.
2
Enter the domain name
In the Set Domain Name PTR dialog, enter the Domain Name — the
fully qualified hostname this IP should resolve to.
3
Confirm the PTR record
Click Confirm. The PTR record enters Pending briefly and transitions
to Active.
The PTR Domain Name column shows your configured hostname with Active status.
Unset a PTR Record
- Dashboard
- CLI
1
Find the PTR record
Navigate to Network > DNS Reverse. Find the IP address
with the PTR record you want to remove.
The Unset action is only available when a PTR domain name is
configured and the status is Active.
2
Unset the PTR record
Click the More dropdown in the row actions, then select Unset.
Confirm the action in the dialog.The PTR domain name is removed and the column returns to empty.
View PTR Record Details
- Dashboard
- CLI
Click an IP address in the DNS Reverse list to open the detail page.
From the detail page, you can Set (to update) or Unset the PTR record
using the More dropdown in the actions menu.
IPv6 Reverse DNS
IPv6 PTR records follow the same process as IPv4. The DNS service automatically manages theip6.arpa. reverse zones for your allocated IPv6 prefixes.
Set PTR record for an IPv6 floating IP
Next Steps
Manage Records
Add forward DNS records to complement your PTR configuration
Record Types Reference
Reference for all supported DNS record types
Troubleshooting
Resolve PTR record failures and zone delegation issues
DNS Admin Guide
Administer reverse zone pools and nameserver delegation
