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
This is not a support question, I have read about opensource and will send support questions to the IRC channel, Github Discussions or the mailing list.
TSIG update flowing through dnsdist adding Client Subnet header are rejected when received by pdns 4.9.1 as dnsdist modifies packet, breaking TSIG update. Although pdns plainely ignore packet on UDP and break TCP connection in case of TCP request and does not log any information, even with loglevel=7 which does not allow easy and natural troubleshooting.
Setting edns-subnet-processing=true in pdns configuration does not affect the behaviour.
I have also made an analyziz comparing network level bytes from the client side and what is being received by pdns after dnsdist, there are not notable changes: DNS transaction ID and added client subnet header:
This is not a support question, I have read about opensource and will send support questions to the IRC channel, Github Discussions or the mailing list.
I have read and understood the 'out in the open' support policy
Program: Authoritative
Issue type: Bug report
Short description
TSIG update flowing through dnsdist adding Client Subnet header are rejected when received by pdns 4.9.1 as dnsdist modifies packet, breaking TSIG update. Although pdns plainely ignore packet on UDP and break TCP connection in case of TCP request and does not log any information, even with
loglevel=7
which does not allow easy and natural troubleshooting.See #14512 for initial report.
Environment
Steps to reproduce
Expected behaviour
I would expect:
Actual behaviour
nsupdate -y ...
times out on the client side.Other information
edns-subnet-processing=true
in pdns configuration does not affect the behaviour.I have also made an analyziz comparing network level bytes from the client side and what is being received by pdns after dnsdist, there are not notable changes: DNS transaction ID and added client subnet header:
The text was updated successfully, but these errors were encountered: