• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by David1234

  1. D

    Computer name appearing as name server

    Why?, Its a bug introduced by plesk, and windows DNS is better than BIND. They need to fix the issue
  2. D

    Computer name appearing as name server

    Fixed :P, i forgot to fix that, but glad it will help you out :)
  3. D

    Computer name appearing as name server

    Hi all, This is the script I'm using: $zones = Get-DnsServerZone | Select ZoneName foreach ($line in $zones) { $name = $line.ZoneName.ToString() if ($name.CompareTo("TrustAnchors") -ne 0) { if ($name.Contains("in-addr.arpa") -ne 1) { Remove-DnsServerResourceRecord...
  4. D

    Computer name appearing as name server

    I dont use AD for the server. But i have got a script now that gets around the problem using powershell and got it running every 30 minutes.
  5. D

    Computer name appearing as name server

    No one has any idea on this :( ?
  6. D

    Computer name appearing as name server

    Hi all, Just wondering if anyone can help. When i add a new domain to plesk, it puts in the correct Name servers in, but it also adds the computers name into the list and when getting it checked out from intodns.com it flags it saying missing Name Servers. Into DNS ...
Back
Top