DNS Domain IP changing to Internal IP

Post Reply
landon
Posts: 1
Joined: Mon Feb 05, 2024 4:58 pm

A few weeks ago I came across an issue where while changing a client's PHP version on their website to a later version, caused their internal DNS Domain IP to change to our myvesta server's local IP instead of the public IP.

In /var/log/vesta/error.log the only line that happens around that time is:
2024-01-25 14:13:35 v-list-dns-domain 'username' 'www.clientdomain.ca' 'json' [Error 3]

In /var/log/vesta/system.log at the same time, the following entries appear:
2024-01-25 14:13:35 v-change-web-domain-ip 'username' 'clientdomain.ca' '172.16.1.31' 'no'
2024-01-25 14:13:35 v-change-dns-domain-ip 'username' 'clientdomain.ca' '172.16.1.31' 'no'
2024-01-25 14:13:38 v-change-web-domain-tpl 'username' 'clientdomain.ca' 'PHP-FPM-81' 'no'

I haven't been able to find anything else on the server that occurred during this time that would have caused this to happen. Has anyone else seen this before, or know where else I can look in the logs to see what might have occurred?
Post Reply