Re: Controlling which interface named uses

2023-06-10 Thread Alessandro Vesely
On Sat 10/Jun/2023 19:32:31 +0200 Ondřej Surý wrote: The other approach might be the up/down scripts on your ppp connection that will reconfigure the query-source(-v6) address as the connection is established or tore down. Cute! Thank you. Best Ale -- -- Visit https://lists.isc.org/ma

Re: Controlling which interface named uses

2023-06-10 Thread Ondřej Surý
The other approach might be the up/down scripts on your ppp connection that will reconfigure the query-source(-v6) address as the connection is established or tore down. Ondřej -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated

Re: Controlling which interface named uses

2023-06-10 Thread Ondřej Surý
You are over-complicating things. If unconfigured, named binds the outgoing UDP to 0.0.0.0 (::0), which means the chosen IP address is picked by the kernel. You need to configure priorities on your interfaces in the kernel - ip route is your friend. And for goddess’ sake, don’t do anything wild

Re: Controlling which interface named uses

2023-06-10 Thread Alessandro Vesely
On Fri 09/Jun/2023 18:32:25 +0200 Anand Buddhdev wrote: On 09/06/2023 17:26, Alessandro Vesely wrote: Having two WANs, it would be reasonable, in case one doesn't work, to try the other one.  However, it's always useless to try the LAN.  Is there any way to configure which interface is used fo

Re: Bind query logging

2023-06-10 Thread Darren Ankney
Hi Zoltan, I don't see the "default" category defined there. The default is syslog I believe. This might be why you are getting some logs in syslog: see: https://bind9.readthedocs.io/en/v9_18_11/reference.html#logging-block-definition-and-usage for further info. Perhaps define category default