On 24/06/13 09:40, James Harper wrote: > The DNS on our network is managed by windows domain controllers. I > have been managing entries for Linux machines manually but with IPv6 > it's getting painful. > > Is there a daemon or script that can do this for me? Google hasn't > given me any answers yet...
Just successfully used `nsupdate` for this purpose. On the Windows DNS Manager, right-click the zone, hit Properties, and allow “nonsecure and secure” updates. Then, I could just use `nsupdate` like so from my Linux box: $ nsupdate > server drinian > update add blah.lolcats.local. 120 aaaa 2001:db8::1 > send > quit Which then appeared on the Windows zone file. _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
