Reverse DNS Not Update In Server

i change correctly Reverse DNS from networking settings but Reverse DNS not update in my server please fix this issue i face this issue in every server please help me for this

[root@koi ~]# hostname -f

koi.webxy.xyz

[root@koi ~]# host koi.webxy.xyz

koi.webxy.xyz has address 45.79.125.193
koi.webxy.xyz mail is handled by 0 koi.webxy.xyz.

[root@koi ~]# host 45.79.125.193

193.125.79.45.in-addr.arpa domain name pointer li2139-193.members.linode.com.

[root@koi ~]# dig +short ptr 193.125.79.45.in-addr.arpa

li2139-193.members.linode.com.(I want here {koi.webxy.xyz})

this show default reverse dns not show here updated reverse dns

1 Reply

I was able to verify your rDNS via dig:

dig -x 45.79.125.193 +short
koi.webxy.xyz.

The command syntax that you used is now also resolving with your domain:

dig +short ptr 193.125.79.45.in-addr.arpa
koi.webxy.xyz.

It can take some time for DNS changes to propagate, which is likely why you weren't seeing the expected response when you initially ran the commands. There's some more information available in this Community Questions post that explains how long DNS changes can take to propagate. You'll typically see your changes go into effect within an hour, but full propagation can take between 24 and 48 hours.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct