3

Is there any way to make Microsoft DHCP server to securely dynamically update A and PTR records in Unix Bind DNS zone?

Microsoft supports secure update using username/password authentication. Bind9 support secure update using keys. But I couldn't find the way to make Microsoft DHCP to use key as it can be done with dhcpd.

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
Roman_T
  • 341
  • 1
  • 5
  • 16

2 Answers2

1

No, not securely.

You might be able to have a single Microsoft DNS server and then do some kind of zone transfer between that and BIND?

These links may or may not help in that regard:

briantist
  • 2,545
  • 1
  • 19
  • 34
1

I spent some time trying to achieve something similar. In the "allow-update" statement, BIND recognizes two "Microsoft" update sources: ms-self and ms-subdomain.

My task was a temporary solution so I went with vanilla TSIG keys, but if you can get GSS-TSIG working with AD here are some useful links:

http://www.zytrax.com/books/dns/ch7/xfer.html#update-policy

https://lists.isc.org/pipermail/bind-users/2013-April/090301.html

Andy
  • 1,111
  • 1
  • 7
  • 10