推荐: blog.csdn.net/aquester https://github.com/eyjian https://www.cnblogs.com/aquester http://blog.chinaunix.net/uid/20682147.html
全部博文(594)
分类: 架构设计与优化
2013-06-21 23:03:09
Aquester2017-06-19 10:04:56
利用tcpcopy引流过程
目的:
将机器10.24.110.21的5000端口流量引流到机器10.23.25.11的5000端口。
1) 线上机器:10.24.110.21
tcpcopy -x 4077-10.23.25.11:5000 -s 10.23.25.12 -c 192.168.100.x -n 1
2) 测试机器:10.23.25.11
route add -net 192.168.100.0 netmask 255.255.255.0 gw 10.23.25.12
3) 辅助机器:10.23.25.12
intercept -i eth1 -F tcp and src port 5000
测试机器和辅助机器需要在同一网段,否则添加不了路由。