Closed RANGERBEE closed 3 years ago
got it! Because I am running the install of dnsmasq on my RHEL 8.2 server, I followed the install exactly here: https://github.com/kxr/ocp4_setup_upi_kvm/wiki/%5BPREREQUISITE%5D-Setting-up-dnsmasq-on-the-Hypervisor
Then noticed that the "except-interfaces" file was found under /etc/dnsmasq.d and the test xxxtestxxx.${BASE_DOM} file was under /etc/NetworkManager/conf.d/ . So two different locations - meaning dig did not know where to look.
So, effectively two locations.
To solve this I simply specified with " -z /etc/dnsmasq.d " .... dig now knows where exactly to go.
its building now.
Thank you!
This is better than my script which is a huge detailed script as well (quite similar)
I am stuck with it failing here. Any ideas how to solve??
Thank you!