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
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to