Skip to content
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

"inbound and outbound" filter doesn't work? #6

Open
OpossumPetya opened this issue Aug 8, 2014 · 6 comments
Open

"inbound and outbound" filter doesn't work? #6

OpossumPetya opened this issue Aug 8, 2014 · 6 comments

Comments

@OpossumPetya
Copy link

If I use only "inbound" or only "outbound" filter it seems to affect the traffic speed. But if I put "inbound and outbound" it goes back to full speed.

@jagt
Copy link
Owner

jagt commented Aug 9, 2014

Hi Petya. Please take a look at the limitation section. If you're filtering on local packets 'inbound' and 'outbound' are kind of mutual exclusive.

@jvanegmond
Copy link

"inbound and outbound" filter will never match any packets because packets are never BOTH inbound AND outbound. What OP might mean is "inbound or outbound" which will match all packets, but I don't see the point of doing that since not filtering will do the same.

@p90user1010
Copy link

Hi Opossum,

I think you're just making a syntax mistake for what you're trying to accomplish, like I did initially. If you're looking to disrupt both inbound packets and outbound packets with Clumsy, I believe the syntax you're looking for is "inbound or outbound". Using "inbound and outbound" is telling the system to only filter packets that are simultaneously inbound and outbound, which is impossible

@basil00
Copy link

basil00 commented Nov 15, 2014

"inbound and outbound" is equivalent to "false" (i.e. nothing matches)
"inbound or outbound" is equivalent to "true" (i.e. everything matches)

In fact, "inbound" is just another way of writing "not outbound", and vice versa.

@drewnoakes
Copy link
Contributor

What is the distinction between loopback, inbound and outbound? Would a loopback packet be both inbound and outbound? If that were the case, then inbound and outbound would match loopback packets, no?

@jagt
Copy link
Owner

jagt commented Apr 6, 2015

@drewnoakes I think currently lookback count as outbound. This page has mentioned this and a few other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants