我有一台 CentOS VM,我已将其配置为 DNS 服务器,还有一台 Windows 7 VM 作为客户端。我已配置 TCP/IP 设置,并指定 Centos 作为 DNS 服务器,同时还更改了 Windows 中的主 DNS 后缀。
问题是我可以使用 IP 进行 ping,但使用 FQDN 不起作用。当我nslookup
在 Windows 中执行此操作时,我得到了以下信息:
DNS 配置如下:
答案1
您的 Windows 机器无法连接到 DNS 服务器。
- 确保您在 Windows 系统上配置了正确的地址。
- 确保DNS服务器进程正在监听192.168.1.1。
- 确保 CentOS 防火墙允许端口 53 上的入站连接到 192.168.1.1。