实际问题当服务器有两个外网IP时,发现通过另一个IP始终无法访问到服务器
找寻原因安装tcpdump后对流量进行分析
tcpdump -i any -ff -n port 80
对所有网口抓包后发现看起来还挺正常
但是tcpdump -
2021-04-20