• 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

最后修改:2020 年 02 月 14 日
如果觉得我的文章对你有用,请随意赞赏