在linux下 用命令设置IP和DNS之后,如何用命令查询自己设置的IP和DNS?

2024-12-03 21:07:38
推荐回答(5个)
回答1:

查看IP:ifconfig / ifconfig eth0(设备名称)
查看DNS:(1)使用dig命令,大约在输出的倒数第三行
(2)more /etc/resolv.conf

回答2:

ip用ifconfig查询
dns可以查看cat /etc/resolv.conf查看nameserver

回答3:

查看IP命令 ipconfig
查看DNS只能通过查看配置文件/etc/reslove.conf 或者网卡配置文件/etc/sysconfig/network-scripts/ifcfg-eth0

回答4:

ifconfig
cat /etc/resolv.conf

回答5:

ifconfig
or
ip addr

more /etc/resolv.conf