售后服务
当前位置:主页 > 售后服务 > 问题解答 >

如何在linux下对出现问题的机器抓包?

解决:使用mac抓包:tcpdump -s 0 -w abc.cap ether host xx:xx:xx:xx:xx:xx  
           使用IP   抓包:tcpdump -s 0 -w data.cap host IP

相关文章