Hello,
Thanks for your reply.
I initially assumed that `/etc/resolv.conf` was the correct file to configure manual DNS resolver IP addresses. However, after making changes there, the system does not behave as expected.
When monitoring outgoing DNS requests from the CWP server’s network interface, I can see queries being sent to multiple IP addresses in a round-robin pattern. Notably, the IP address specified in `/etc/resolv.conf` is not among them.
This suggests that some component within CWP may be managing its own list of DNS servers, rather than relying on the configuration in `/etc/resolv.conf`.
DNS resolution itself is working, but I’m unclear which DNS servers are actually being used. If you have insight into how CWP handles DNS resolution, I’d appreciate your guidance before I proceed with further testing.
On a standard AlmaLinux 9 setup, DNS servers defined during installation are typically used by default. It seems CWP may handle this differently, and I’m trying to better understand that behavior.
Thanks.