赞
踩
博客环境说明:
系统版本:CentOS Linux release 7.7.1908 (Core)
yum源:阿里源

centos安装iproute2命令:
yum install -y iproute iproute-doc
| 功能 | 老用法 | 新用法 |
|---|---|---|
| 路由表 | netstat -r/route | ip route |
| 网络接口统计信息 | netstat -i | ip -s link |
| 组播 | netstat -g | ip maddr |
| 网络接口地址和链路 | ifconfig | ip addr /ip link |
| ARP | arp | ip neigh |
| 隧道 | iptunnel | ip tunnel |

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。