查看IP:ifconfig / ifconfig eth0(设备名称)
查看DNS:(1)使用dig命令,大约在输出的倒数第三行
(2)more /etc/resolv.conf
ip用ifconfig查询
dns可以查看cat /etc/resolv.conf查看nameserver
查看IP命令 ipconfig
查看DNS只能通过查看配置文件/etc/reslove.conf 或者网卡配置文件/etc/sysconfig/network-scripts/ifcfg-eth0
ifconfig
cat /etc/resolv.conf
ifconfig
or
ip addr
more /etc/resolv.conf