debian默认没有安装dig/nslookup命令,使用下面命令安装: apt-get install dnsutils red-hat系列使用: yum install bind-utils host命令显示域名对应的ip地址: nslookup查看域名对应的的ip:(图示通过/etc/resolv.conf配置文件中的211.162.77.77返回的结果) dig命令.会显示a记录即域名的解析. dig命令可以trace解析过程,先访问13台根域root(.)服务器,其中一台根域服务器返回…