本文共 224 字,大约阅读时间需要 1 分钟。
主机名与IP地址映射关系 /etc/hosts(DNS解析)只为本机提供解析
[root@A /]# tail -2 /etc/hosts
192.168.4.7 svr7.tedu.cn192.168.4.10 haha.tedu.cn[root@A /]# ping svr7.tedu.cn
[root@A /]# ping haha.tedu.cn
转载于:https://blog.51cto.com/13404755/2048781