Hi, We have 3 internet connection in our organization, how to see traffic from only one internet line in Wireshark. We are ok with display as well as capture filter. Thanks. asked 30 Sep '13, 00:21 pranitkothari |
One Answer:
It depends on your setup. Case #1:
You need to capture on the router to be able to separate the traffic of the three lines (DSL/Cable/whatever), as the router will distribute the traffic over the three lines at its will. If the router does not support packet capturing, your chances to separate the traffic are limited or even bad, as capturing on the physical line to each provider is usually only possible with special hardware (depends on the nature of those links - DSL, Cable, ISDN, T1, etc.). Case #2: Without thinking about the 'problem' of the default route.
You need to capture in front of each router (by using a TAP or port mirroring on the switch) to be able to separate the traffic to the three ISPs. ++ UPDATE ++ Case #3: See comments below.
Regards answered 30 Sep '13, 02:19 Kurt Knochner ♦ edited 30 Sep '13, 02:50 |
I am on Gateway, that means all traffic pass through my machine. I just wanted to check, traffic from particular internet line.
What does that mean? Your PC is the router for all three internet lines? So, Case #1 is true for your environment, with your PC being the router?
If that is true, your PC should have either
or
Capture Filter:
ether host 00:01:02:03:04:11
Display Filter:
eth.addr eq 00:01:02:03:04:11