You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try sync zone which is configured on my DNS server I received Error:
"An exception occurred: PowerdnsSyncServerZoneMissing: Zone lan.example.eu not found on server ans01
Traceback (most recent call last): File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_powerdns_sync/jobs.py", line 232, in run_full_sync pdns_records = task.load_pdns_records() File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_powerdns_sync/jobs.py", line 338, in load_pdns_records raise PowerdnsSyncServerZoneMissing( netbox_powerdns_sync.exceptions.PowerdnsSyncServerZoneMissing: Zone lan.example.eu not found on server ans01"
I also tried create new zone via NetBox panel but I have the same issue. Where is the problem?
Hello,
When I try sync zone which is configured on my DNS server I received Error:
"An exception occurred: PowerdnsSyncServerZoneMissing: Zone lan.example.eu not found on server ans01
Traceback (most recent call last): File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_powerdns_sync/jobs.py", line 232, in run_full_sync pdns_records = task.load_pdns_records() File "/opt/netbox/venv/lib/python3.10/site-packages/netbox_powerdns_sync/jobs.py", line 338, in load_pdns_records raise PowerdnsSyncServerZoneMissing( netbox_powerdns_sync.exceptions.PowerdnsSyncServerZoneMissing: Zone lan.example.eu not found on server ans01"
I also tried create new zone via NetBox panel but I have the same issue. Where is the problem?