UCS has /etc/resolv.conf:
domain somedomain.local
nameserver 172.18.8.194
nameserver 172.18.8.1
options timeout:2
Trying to solve any domain just leads to NXDOMAIN not found. If I edit /etc/resolv.conf, deleting line “nameserver 172.18.8.194” any host is immediately solvable.
The local resolver just does not solve any names! Two solutions come to mind:
- kick this local resolver
- Make sure it takes 172,18.8.1 to forward anything it does not know about.
I could not find a way to kick the local resolver. I can stop it, but a few minutes later it is running again. I can edit /etc/resolv.conf, but a few minutes later it is restored to what does not work. Any idea how to stop the system to kill dns resolving? Or: how to make the local resolver forward anything it does not know about to upstream?