网络故障排除命令
438
0
ifconfig <网卡名称>
traceroute -w 1 coding.lula.fun
w: 超时时间
mtr <ip或者域名>
nslookup <域名> [dns服务器地址]
telnet <domain> <port>
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 -ntpl
ss -ntpl