在windows上面ipconfig /all可以查看
ipconfig /all
在linux上看dns
cat /etc/hosts cat /etc/resolv.conf cat /etc/host.conf
为何是这三个文件?使用strace ping www.baidu.com查看打开的文件,可以推断出来。
strace ping www.baidu.com
/etc/resolv.conf中添加nameserver ip_address