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

TCP demux returning reject packet from unknown flow #462

Open
AqsaKashaf opened this issue Aug 10, 2020 · 3 comments
Open

TCP demux returning reject packet from unknown flow #462

AqsaKashaf opened this issue Aug 10, 2020 · 3 comments

Comments

@AqsaKashaf
Copy link

I was running test-tcp.click with DPDK and I got this error. Please let me know what might be the reason

@tbarbette
Copy link
Collaborator

Could you IPPrint the packets and show a minimal example? I guess this configuration is supposed to see flows from the very first packet, an established connection you see in the middle would cause this kind of messages.

What's the ultimate goal here?

@AqsaKashaf
Copy link
Author

This is what the output prints:
p: 1597660160.064471523: 10.10.1.1.55688 > 10.10.1.2.12345: S 2902781271:2902781272(1,60,60) win 64240
reject packet from unknown flow
p: 1597660161.093683038: 10.10.1.1.55688 > 10.10.1.2.12345: S 2902781271:2902781272(1,60,60) win 64240
reject packet from unknown flow

I am just doing telnet from the machine 10.10.1.1 to machine 10.10.1.2 on port 12345. I am using the same code given in test-tcp.click.

@tbarbette
Copy link
Collaborator

I think that config/elements are really "toys" elements. What are you trying to accomplish? For a full TCP stack you may look at ClickNF, for an in-the-middle Stack, MiddleClick.

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

2 participants