-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimpleDNS Plus 9.x Provider not creating NS records #217
Comments
The thing is, with the SimpleDNS Plus 8.x Provider, I HAVE TO specify the DNS records for it to create it. |
Can you try create a new test hosting space under server admin with a test domain to see if it reacts the same? |
Found 2 errors in the Event Viewer upon creation of the space: [12/19/2024 9:33:34 AM] WARNING: SimpleDNS 9 API Call (GET) Failed - Zone not found |
Checking into this and unable to recreate the issue. However some settings can be carried over in the hosting plan which is why i recommend making a whole new space for the demo to check thats not a issue.
Those errors are normal as its checking the zone doesnt already exist. You should see a UpdateSOARecord event and then one like this:
I presume yours just shows the single NS server? |
I created a new virtual server and new hosting plan, still does not work. Here is the verbose output in event viewer: [12/20/2024 8:36:00 AM] START: 'SimpleDNS Plus 9.x' ZoneExists |
Verbose output of SimpleDNS Plus 8.x Provider that DOESNT WORK: [12/20/2024 8:41:27 AM] START: 'SimpleDNS Plus 8.x' ZoneExists |
Verbose output of SimpleDNS Plus 8.x Provider with DNS Records that DOES WORK: [12/20/2024 8:46:08 AM] START: 'SimpleDNS Plus 8.x' ZoneExists |
We are running Simple DNS Plus in a master slave configuration with 4 DNS servers at 4 datacenters. Maybe it behaves differently in this configuration vs a single DNS server? |
Ok i see the problem now when i set the host name to match the same as the ns1 address |
For your secondary servers do you use the super master/slave options in SimpleDNS? |
Yes I do. |
We have 4 NS records that were previously created with the SimpleDNS Plus 8.x Provider:
NS1.ENGUARD.COM
NS2.ENGUARD.COM
NS3.ENGUARD.COM
NS4.ENGUARD.COM
The 9.x Provider only creates ONE NS record: NS1.ENGUARD.COM
The text was updated successfully, but these errors were encountered: