Created 10-12-2017 01:16 PM
A customer of mine would like to use their own DNS server with Cloudbreak on Azure. Can you please share how this can be configured if supported? If not supported, please share if it is a roadmap item. Thanks.
Created 10-13-2017 01:49 PM
Created 10-13-2017 01:49 PM
Created 10-13-2017 05:11 PM
Thanks so much, @fschneider
Created 01-05-2018 05:51 PM
@fschneider @pdarvasi
In the latest Azure release of cloudbreak - Jan 2018 (sorry don't have version handy), I noticed that my custom DNS server was not being used. Ran into this when I was attempting to enable dynamic DNS updates, domain join and AD authentication via sssd.
I had to do the following to get it to work...
sed -i s/127.0.0.1/<my DNS server IP>/g /etc/dhcp/dhclient-enter-hooks
sed -i s/"search ${search}"/"search ${search} <my domain> "/g /etc/dhcp/dhclient-enter-hook
Created 01-09-2018 09:49 AM
Hi @Airawat,
Could you please file a Github issue at Cloudbreak project. The most important part is the steps how to reproduce the issue, what did you do, how was the custom network looks like.
Thanks.