-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问下,我使用mirror工具镜像流量,导致包量陡增? #2
Comments
在服务器B上抓包结果如下: [root@localhost ~]# head mylog -n 100 |
测试流程如下:
测试服务器A:10.0.0.3 用户请求
测试服务器B:10.0.0.4 mirror所在机器 单网卡
测试服务器C:172.17.122.172 用于接收镜像流量
(1)在服务器A上一直Ping 10.0.0.4
(2)服务器B:网卡enp0s31f6的mac地址为50:9a:4c:04:b0:a5 ,下一条mac为6c:b0:ce:bc:b3:75 ,我只镜像icmp的请求
./sbin/mirror -t 6c:b0:ce:bc:b3:75 -s 50:9a:4c:04:b0:a5 -x 172.17.122.172 -i enp0s31f6 -o enp0s31f6 -F 'icmp[0] == 8'
(2)在服务器B上抓包发现发送大量重复172.17.122.172,但是服务器A上请求频率很低,每秒一次
The text was updated successfully, but these errors were encountered: