|
Example 1
Goal Monitoring the outgoing and incoming traffic of my computer.
Solution Let's create a filter to count both the outgoing and incoming traffic. This filter will consist of only one rule.
| Filter 1. Traffic from My computer to any host. |
N Rule |
Type of IP protocol |
Source address |
Source port |
Destination address |
Destination port |
Both directions |
Action for packet |
Additional condition |
| 1 |
Any |
My computer |
|
Any |
|
Yes |
Count |
|
Note
- This filter is the simplest way to check TrafMeter for the traffic capture
- An error will occur, if you use "My Computer" as the source address and "My Computer" as the destination address simultaneously
- An error will occur, if you use "Any IP address" as the source address and "My computer" as the destination address simultaneously
|