Bug #4111
closedUnbound replies using wrong source IP when bound to *
0%
Description
When Unbound is bound to all interfaces, it replies back with the source IP it would use for initiating a new connection rather than the IP where the original request was destined.
Adding the following to unbound.conf fixes:
interface-automatic: yes
Unbound's documentation calls that "experimental", though it works fine in every circumstance I can think of.
The one caveat to this is if you're restricting binding of Unbound, and set "interface-automatic: yes", Unbound actually binds to *:53. So only going to set this where it's already binding to *.
Updated by Chris Buechler almost 10 years ago
- Status changed from Confirmed to Feedback
Fix committed and verified for the circumstance where binding all interfaces.
Updated by Chris Buechler almost 10 years ago
- Status changed from Feedback to Resolved
If not ideal since it only completely fixes the circumstance where you're binding to *:53, this is the best we can do here given constraints of Unbound.