windows下dns服务部署

Windows下dns服务部署

windows server版本 带了 dns 功能,开启并配置即可。

参考: https://zhuanlan.zhihu.com/p/143166990

参考: https://learn.microsoft.com/zh-cn/windows-server/networking/dns/quickstart-install-configure-dns-server?tabs=powershell

参考:https://learn.microsoft.com/zh-tw/windows-server/networking/dns/quickstart-install-configure-dns-server?tabs=powershell

本人电脑是windows10 专业版

参考: https://www.cnblogs.com/it-tsz/p/10110499.html
但是 新版本的windows10 上,已经没有对应的组件了。

考虑是用dnsmsq或bind。 dnsmsq好像没有windows版本。bind是dns的berkery实现版本,windows下的版本为ntbind.

https://ftp.isc.org/isc/bind9/9.13.0/
https://ftp.isc.org/isc/bind/
https://www.isc.org/download/ 

ntbind也只有老版本了,新版本bind9好像不维护windows版本了.docker装吧。参见docker文件夹下的安装


评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注