11

My hosting provider already did PTR setup. Now i have to setup it at my DNS holder i guess. What am i supposed to do at my Godaddy account. thank you.

my ip : 64.250.113.235

and you can check my ptr record from here

http://mxkit.com/webmaster-tools/ptr-check

result

Ptr records for 64.250.113.235 are: Server: 10.0.80.11 Address: 10.0.80.11#53

Non-authoritative answer: 235.113.250.64.in-addr.arpa name = notification.pokemoncraft.com.

Furkan Gözükara
  • 556
  • 2
  • 10
  • 27

4 Answers4

25

Your hosting provider who owns the IP sets the PTR record for it. There is nothing to do in the DNS zone editor for your domain.

I have just done it. My hosting provider (digitalocean) automatically created PTR record when I named the host, it just needed to be the full name, ending with the domain. I added the IP in Godaddy's DNS editor. Now nslookup hostname and nslookup IP work just fine.

When I first called Godaddy support they tried to sell me "premium DNS". But unless they own the IP, they could not set the PTR record anyway.

(I know this is old thread but it does come up in google search)

Jan Mandel
  • 351
  • 3
  • 3
14

To add a PTR record in the GoDaddy DNS Manager, you need to do the following:

  • In the Zone Field Editor go down to the TXT(text) Zone
    • Click Add SPF Record

A window will open with 4 tabs (Inbound, Outbound, The well hidden 'PTR' and Outsourced)

  • Go to the PTR tab
  • Check Include PTR and add your public IP
Sathyajith Bhat
  • 286
  • 1
  • 5
  • 23
Michael Caton
  • 164
  • 1
  • 3
  • 1
    You now have to use the classic dns manager to get the spf option. The new dns zone file editor doesn't work this way. – Stu Sep 29 '14 at 22:15
  • 2
    The answer from Jan Mandel looks more accurate, while this answer looks wrong even though it is accepted. – user1122069 Jan 24 '15 at 05:31
  • 4
    WRONG ANSWER! "Do not use a PTR record to configure reverse DNS in our system"--Godaddy Help Page(https://in.godaddy.com/help/what-is-reverse-dns-2585) Jan Mandel's answer is the correct one. – Sourav Ghosh Jun 03 '18 at 07:59
0

You need to setup an A record pointing notification.pokemoncraft.com to 64.250.113.235. This can be done from the GoDaddy hosting control panel under DNS.

mrdenny
  • 27,174
  • 4
  • 41
  • 69
-1

@Jan Mandel is correct ,

if you are using an VPS from Linode , and your domain DNS is edit in godaddy, so you should just login Linode and config PTR record there.

Siwei
  • 99
  • 4