沙滩星空的博客沙滩星空的博客

CentOS7信息查看IP信息的方式

一提到查看IP信息,首先想到的是 ifconfig 命令
没有 ifconfig 的话安装 net-tools

    sudo yum install net-tools

linux的ip命令和ifconfig类似,但前者功能更强大,并旨在取代后者。使用ip命令,只需一个命令,你就能很轻松地执行一些网络管理任务。ifconfig是net-tools中已被废弃使用的一个命令,许多年前就已经没有维护了。iproute2套件里提供了许多增强功能的命令,ip命令即是其中之一。大多数Linux发行版已经预装了iproute2工具。不需要安装。

查看当前邻居信息

[vagrant@localhost ~]$ ip neigh show
172.17.0.4 dev docker0 lladdr 02:42:ac:11:00:04 STALE
10.0.2.2 dev eth0 lladdr 52:54:00:12:35:02 REACHABLE
172.17.0.2 dev docker0 lladdr 02:42:ac:11:00:02 STALE
10.0.2.3 dev eth0 lladdr 52:54:00:12:35:03 STALE
172.17.0.3 dev docker0 lladdr 02:42:ac:11:00:03 STALE

查看ip地址

ip address show



iproute2工具包的使用 https://yq.aliyun.com/articles/665763
iproute2学习笔记 https://www.cnblogs.com/popsuper1982/p/3800532.html
Iproute2 https://www.jianshu.com/p/d129238d3853
Linux下的ifconfig已经过时了,试试ip命令 https://www.jianshu.com/p/d462bf27bd2f
未经允许不得转载:沙滩星空的博客 » CentOS7信息查看IP信息的方式

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址