Actions
Bug #4111
closedUnbound replies using wrong source IP when bound to *
Start date:
12/13/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
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 *.
Actions