-
Notifications
You must be signed in to change notification settings - Fork 10
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
Multiple ports not working #4
Comments
Hey @QkiZMR, do you still have this issue? I couldn't reproduce it. Running the
Server output:
|
Need to check it because I don't use it since didn't work for me. |
Still not working but now I checked traffic with tcpdump, not only log files of knockd service like last time. It's even worst that I thought. First log from tcpdump is from working app, works as expected:
Then I checked with knocker and this is tcpdump output:
That's why I saw only first packet in logs because rest was not matched. It looks like knocker is sending double packets. |
I'm checking knocker on Termux environment, knocker installed by pip |
For example if I want to send knocks on few ports with
knocker -d 1000 -p tcp somehost.example.com 123 456 789
command only first knock is sent. All other didnt reach target server.
The text was updated successfully, but these errors were encountered: