-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
cannot do ping command while opensnitch is active #74
Comments
This is an issue with us not handling ICMP at all. Here can be a good starting point for anyone interested in fixing this: https://github.com/evilsocket/opensnitch/blob/master/opensnitch/connection.py#L38 |
I'm seeing this problem too, running 1.4.0~rc4-1 amd64 . I cannot ping any host (including localhost) when OpenSnitch is active ... and nothing appears in the event tab to indicate that something is being blocked. |
Please, install latest v1.4.0: https://github.com/evilsocket/opensnitch/releases/tag/v1.4.0 |
That worked! Thank you. |
Same problem on v1.5.8 |
cannot do ping command while opensnitch is active, your version in @evilsocket repo. In mine it works fine but my lack improvement of non blocking connections.
ways to reproduce start opensnitch run it open some apps allow some rules and then try pinging google.com for example or even IP not a fqdn.
The text was updated successfully, but these errors were encountered: