Hi, Goal : monitor bandwith of 15 computers. Box --> router (WAN+me) --> Switch1(7) --> Switch2(7) When i use statistic i can see my traffic(source+dest) but not from other people. Correctly set up the capture in promiscuous mode. Thanks for you help. asked 27 Apr '14, 01:53 lebonvoin |
One Answer:
If you can see your traffic but not others, my first thought is that the method you're using to capture the traffic isn't correct. From your diagram, if I am correct that the "Box" is the system running Wireshark and it is connected directly to the router's WAN port, then it will not receive any local LAN traffic between the 15 hosts. Only traffic destined for IP network(s) for which the router would send out the WAN port will be received by the "Box" in that diagram. To be clear, what do you mean by "WAN + me"? Are you mirroring off of the router to a separate physical machine from "Box"? How is this being done? A few things to consider here:
In the setup you describe, the "Box" will see IP traffic routed to or from it by the 15 machines but it will not see any LAN traffic at all. To be clear on the objective here, is the goal to measure all bandwidth leaving the WAN port specifically? If so, the traffic that you say you observe is exactly what I would expect to see - (all traffic to and from "Box" should be present in a packet capture performed on "Box" to and from the local LANs). Is the goal to see all traffic from all machines, period? If so, I'd suggest "SPAN" or "Port Mirroring" on the switches if they support it. answered 27 Apr '14, 09:22 Quadratic edited 27 Apr '14, 09:30 |
Thanks, i put a 48p switch and i see everything.
Regards.