Sourabh Shankar
Sourabh Shankar

Reputation: 375

how/where to add rDNS for an IP address

how/where to add a rDNS entry for an IP address in centos box. i am going to use my secondary IP address in postfix.

Upvotes: 2

Views: 297

Answers (1)

Volker Stolz
Volker Stolz

Reputation: 7402

If it's just for your local machine (eg. 10.0.0.1 etc), it goes into /etc/hosts.

If it is for a public IP, you need to contact your provider (the owner of the netblock) as they have to configure this in their DNS. Colocation providers may have web interfaces for this, but consumer-access providers typically won't let you do it.

Upvotes: 2

Related Questions