On 2014-08-06, Todd Zimmermann <toddo.zimmerm...@gmail.com> wrote: > What eliminated the weirdness was binding to the wildcard addy: > > unbound.conf > interface: 0.0.0.0
Careful with this, it is usually a bad idea because it means that you generate reply packets with the source address associated with the outgoing interface used to reach the destination, rather than the address which the query was sent to. (in some OS this situation can be avoided by using interface-automatic; chrisz was looking at implementing the kernel code that would be needed in order to be able to use this).