I'm trying to create a 172.16.0.0/16 subnet from the 172.16.0.0/12 address space. I have created in phpIPAM the 16 zones, 16.172.in-addr.arpa. through 31.172.in-addr.arpa already.
But when I'm trying to create the subnet in Proxmox, it reurns:
Although I'm using only the 16.172.in-addr.arpa zone. So I tried to create a zone named 16-31.172.in-addr.arpa, although it doesn't look to me a valid reverse zone name. Anyway, phpIPAM accepts it, and it appears in PowerDNS:
But when I try to add the subnet again, I get (172.16.0.1 is defined as the gateway):
"Unprocessable entity" is the PowerDNS error when it cannot process input. The error message should show more details, but Proxmox doesn't show it. Shouldn't Proxmox verify only there is a reverse zone for the subnet?
But when I'm trying to create the subnet in Proxmox, it reurns:
create sdn subnet object failed: can't read zone 16-31.172.in-addr.arpa.: Invalid response from server: 404 Not Found (500)
Although I'm using only the 16.172.in-addr.arpa zone. So I tried to create a zone named 16-31.172.in-addr.arpa, although it doesn't look to me a valid reverse zone name. Anyway, phpIPAM accepts it, and it appears in PowerDNS:
Bash:
sysadmin@daedalus:~$ sudo -u pdns pdnsutil list-all-zones
Jan 29 15:47:36 [bindbackend] Done parsing domains, 0 rejected, 0 new, 0 removed
test.internal
64.100.in-addr.arpa
16.172.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
20.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
16-31.172.in-addr.arpa
But when I try to add the subnet again, I get (172.16.0.1 is defined as the gateway):
create sdn subnet object failed: error add 1.0.16.172.in-addr.arpa. to zone 16-31.172.in-addr.arpa.: Invalid response from server: 422 Unprocessable Entity (500)
"Unprocessable entity" is the PowerDNS error when it cannot process input. The error message should show more details, but Proxmox doesn't show it. Shouldn't Proxmox verify only there is a reverse zone for the subnet?