Lookup failures

Anand Buddhdev anandb at ripe.net
Fri Sep 13 14:25:17 UTC 2024


On 13/09/2024 16:14, Steven Shockley wrote:

> Is there a way to tell BIND to listen (and respond) on a specific 
> interface?  I already have listen-on { 10.0.0.1; }; (vlan101 IP) in the 
> config with nothing else listening.

BIND will send the response with a source address of 10.0.0.1, and it 
hands over the UDP packet to the kernel. It's the kernel that decides 
how to route it. If it's going back directly to the client, then the 
kernel has a route to the client. You should examine your server's route 
tables more closely.

Regards,
Anand


More information about the bind-users mailing list