Use this tag for questions related to PowerDNS, an open source DNS.
Questions tagged [powerdns]
63 questions
1
vote
1 answer
//usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: error adding symbols: DSO missing from command line
make powerdns it give error don't know how to resolve it
error CXX epollmplexer.o
CXXLD dnsdist
/usr/bin/ld: libssl.o: undefined reference to symbol 'CRYPTO_get_ex_new_index@@OPENSSL_1_1_0'
//usr/lib/x86_64-linux-gnu/libcrypto.so.1.1:…

Mayur Dagdi
- 11
- 1
- 4
1
vote
0 answers
PDNS forward unknown entries to another nameserver
currently i´m stuck at the following problem:
We have nameservers for the different networks (172,192,212(external)) and there is a wildcard entry in the forward-zone file which forwards queries for unknown domains from server to server until the…

ANobbe
- 11
- 1
1
vote
0 answers
internet connection stopped after i install powerdns, nginx and powerdns admin
i install authoritative powerdns on ubuntu 18.04 with Niginx. after all installation the internet connection on Ubuntu 18.04 machine not work

ELYAS AYALEW
- 31
- 1
- 6
1
vote
1 answer
How can replace ipv4 answer for aaaa request in powerdns?
I have an application which prefers sending ipv6 request (AAAA) to our dns server, is it possible to replace ipv4 answer instead of v6?
I use powerdns recursor with authoritative backend.

Milux
- 368
- 1
- 4
- 15
1
vote
0 answers
PowerDNS Recursor – Private / Public IP
Sorry to bother you I wanted to know if it was possible that the pdns_recursor uses an ip address for all that is public and one for all that is private (or "internal"). Indeed, I looked in the various settings of the configuration file and I did…

BlablaDu91
- 21
- 2
1
vote
1 answer
PowerDNS-Recursor transmits the client’s IP (and not its)
I am writing to you because I built an infrastructure with a Bind server and a PowerDNS recursor that transmits the requests to the Bind server. What I wanted to do was that the recursor transmits the ip of the client and not its., so I tried to do…

BlablaDu91
- 21
- 2
1
vote
1 answer
Multiple TXT records with PowerDNS API
I'm trying to add SPF, DMARC and DKIM record for my domain through the PowerDNS HTTP API. This is the sample of the code I found:
curl -X PATCH --data '{"rrsets": [ {"name": "example.org.", "type": "TXT", "ttl": 86400, "changetype": "REPLACE",…

Rockietto
- 109
- 1
- 11
1
vote
1 answer
Changing a zone name with PDNS v1 API
I have PowerDNS Authoritative Server 4.1.0-rc1 set up on server. I'm trying to change a zone domain name.
curl -X PUT \
http://:/api/v1/servers/localhost/zones/. \
-H 'content-type: application/json' \
-H 'x-api-key:…

Dachi Natsvlishvili
- 134
- 1
- 4
1
vote
1 answer
Use AWS ELB with PowerDNS
Background: A PowerDNS is deployed on an EC2 inside a VPC. From PDNS, I added a master zone and a record CNAME pointing to ELB's DNS name.
Now from within the VPC, when I ping the ELB's DNS name, I got a private IP, but when I ping the PDNS record,…

Casper
- 1,663
- 7
- 35
- 62
1
vote
1 answer
How to create Delegation Signer (DS) record for a subdomain with PowerDNS?
I have a domain mydomain.com. The DNS servers for this domain are under my control and I'm running PowerDNS there. I've set up DNSSEC for my main domain mydomain.com and I've registered the keys at registrar. Everything works fine for the main…

Sven
- 856
- 10
- 10
0
votes
0 answers
How to delete A record(s) with specified IP by PowerDNS API?
I wanted to delete record(s) by IP address.
I know how to delete A record by name:
curl -X PATCH --data '{"rrsets": [{"changetype": "DELETE", "type": "A", "name": "test.fqdn."}]}' -H 'X-API-Key: secret'…

MoRS
- 1
- 1
0
votes
0 answers
I want to use lua in pdns-recursor to log the responses/answers
I want to log the response to DNS queries at my pdns recursor to have resolved values at that time (for DynamicDNS etc).
So I wrote a little LUA script that logs the answers and it works so far, but it would be nice to translate the type of the…

Lollypop
- 43
- 7
0
votes
0 answers
BIND with custom backend like PowerDNS Remote Backend
Currently, I'm trying to find a replacement for PowerDNS, and I found out BIND is more likely suitable for my project. But I need the same configuration in BIND like PowerDNS Remote Backend. Did anyone know that configuration?
I found zone forwarder…

Hanif Naufal
- 1
- 1
0
votes
0 answers
PowerDNS issues error `fe_sendauth: no password supplied` despite my container has PDNS_GPGSQL_PASSWORD
I am at my docker-compose.yml file have environment: PDNS_GPGSQL_PASSWORD=XXX.
But in container logs I see PDNSException while filling the zone cache: Unable to launch gpgsql connection: Unable to connect to database, connect string: dbname='pdns'…

Eugen Konkov
- 22,193
- 17
- 108
- 158
0
votes
0 answers
Why SOA does have dots while listing zone at PowerDNS?
I created zone pdnsutil create-zone officeq ns1.officeq and then list it with pdnsutil list-zone officeq:
$ORIGIN .
officeq 3600 IN NS ns1.officeq.
officeq 3600 IN SOA ns1.officeq hostmaster.officeq 0 10800 3600 604800 3600
And here I do…

Eugen Konkov
- 22,193
- 17
- 108
- 158