AWS DHCP选项设置 – 自定义DNS服务器

我在AWS上采用了Windows R2 2012实例。 我已经configurationActive Directory和从其他Linux实例,我可以做kinit 。 我的Windows域名xyz.example.local

现在从我的RHEL实例中,我想join这个域名,我被解雇了

 realm -v join [email protected] xyz.example.local 

但它没有工作。 所以,我debugging,发现我不能使用dig或nslookup。 我试过了

 nslookup xyz.example.local 

它正在超时。

我也尝试更改VPC中的DHCP选项集,并提供我的Windows实例的IP地址作为域名服务器。 试图把相同的IP在resolv.conf 。 但是,没有运气。