How are they making it to your client? The source IP is a public address, so it’s initiated by that side. Since the destination IP address is a private IP, you’re specifically NATing that connection through.
I’m natting. DstIP is the private ip of the client and SrcIP is the ip of the website or whatever he is visiting. In this example i’m torching a bridge interface. If i torch another interface source ip could become destiny ip and dst ip become src ip. I nat in another routerboard.
I don’t know if i’m clear enough.
I want to drop connections with 0bps data transfer in one way and from (or to) certain network addresses (in this case 172.16.0.0/21)
Yes. You cannot do that. The firewall ruleset doesn’t support the concept of a one way rate on a connection. So I’m trying to figure out alternative ways to accomplish that. I am out of ideas though. Good luck.
actually, those are packets from your users to the Internet addresses, without an answer. if you select your LAN interface instead of P2P, src and dst addresses will be swapped, and Tx Rate will be zero
What i want to do is to eliminate innecesary traffic in my 100% bridged network. I see traffic (via torch) from clients that are in the other point of my network and those packets shouldn’t be there.
That is why one way is X bps and the other 0 bps. 0 bps because no client with that ip is in that part of the network. So i want to block those connections to avoid innecesary traffic. I have about 1200 clients and there are lot of that kind of traffic. I DON’T WANT TO ROUTE. I want to find out a painless solution.