- ping
- traceroute
- mtr
- nslookup
- telnet
- tcpdump
- netstat
- ss
ifconfig 网卡信息
ifconfig <网卡名称>
traceroute 路由追踪
traceroute -w 1 coding.lula.fun
w: 超时时间
mtr 路由追踪
mtr <ip或者域名>
nslookup 查询IP
nslookup <域名> [dns服务器地址]
telnet 测试端口
telnet <domain> <port>
tcpdump 抓包
tcpdump -i any -n port 80
tcpdump -i any -n host 127.0.0.1
tcpdump -i any -n port 80 and host 127.0.0.1
tcpdump -i any -n port 80 and host 127.0.0.1 -w /tmp/afile
netstat/ss 查看端口占用
netstat -ntpl
ss -ntpl