Linux 网络配置工具

注:本页持续不定时更新

一. 参考

推荐使用 iproute2 替代 net-tools, 请根据需求自行查阅文档, 在此只记录我常用的命令!

1. 教程-linux网络工具iproute2的使用简介
2. doc-Linux TCP/IP networking: net-tools vs. iproute2 / 译文
3. 官网-wiki-Iproute2
4. 官网-doc-IPROUTE2 Utility Suite Howto

二. 常用命令

1. 软件安装

yum install net-tools
yum install iproute

2. 查看端口

netstat -apno | grep 80
netstat -apno | findstr "80"
netstat -apno | grep -E 'srs|signa'

ss -apno | grep 80
ss -apno | grep -E 'srs|signa'

3. 查看网卡ip [1]

ip address
如果您在浏览过程中,发现有侵权或者不合适的链接,请联系我们处理,谢谢
备案 域名访问错误!