You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the latest 1.6.2 OpenSnitch release on a fresh Linux Mint 21.2 Cinnamon edition (but the issue is also present with older Linux Mint Cinnamon edition and/or older OpenSnitch releases). Then I applied the #647 comment to fix the issue with opensnitch-ui and all was ok.
Then I modified the default-config.json param "DefaultAction" from "allow" to "deny" or "reject".
Then I logged out and tried to open a new session.
This cause a very long (4-5 minutes) black screen timeout while opening the session (you only see a black screen with the mouse cursor, that you can move, but nothing else). This timeout is present every time you want to open a new session.
After 4-5 minutes black screen waiting, the session starts normally and all seems to be ok.
To fix the issue, I tried to create a rule to allow localhost connections :
and this seems to reduce the black screen timeout from 4-5 minutes to about 2min15 ... but it is still way too long to wait to open the session ... knowing that with "DefaultAction": "allow" the session starts in about 2 seconds ...
Here after is the opensnitchd.log extract with LogLevel set to 0 ... could you please have a look to find the issue ?
Please read localhost-connections. Your attempted rules don't account for IPv6. The referenced document provides a sample rule (note the regular expression syntax including ::1):
I also see that you've a simple deny rule for Avahi. This may be contributing to latency depending on your OS & network configuration. Perhaps removing or disabling Avahi is worth investigation.
Hello,
I've installed the latest 1.6.2 OpenSnitch release on a fresh Linux Mint 21.2 Cinnamon edition (but the issue is also present with older Linux Mint Cinnamon edition and/or older OpenSnitch releases). Then I applied the #647 comment to fix the issue with opensnitch-ui and all was ok.
Then I modified the default-config.json param "DefaultAction" from "allow" to "deny" or "reject".
Then I logged out and tried to open a new session.
This cause a very long (4-5 minutes) black screen timeout while opening the session (you only see a black screen with the mouse cursor, that you can move, but nothing else). This timeout is present every time you want to open a new session.
After 4-5 minutes black screen waiting, the session starts normally and all seems to be ok.
To fix the issue, I tried to create a rule to allow localhost connections :
"name": "allow-localhost", "description": "allow localhost", "enabled": true, "precedence": true, "nolog": false, "action": "allow", "duration": "always", "operator": { "type": "simple", "operand": "dest.ip", "sensitive": false, "data": "127.0.0.1", "list": [] }
or
"name": "allow-localhost", "description": "allow localhost", "enabled": true, "precedence": true, "nolog": false, "action": "allow", "duration": "always", "operator": { "type": "network", "operand": "dest.network", "sensitive": false, "data": "127.0.0.0/24", "list": [] }
and this seems to reduce the black screen timeout from 4-5 minutes to about 2min15 ... but it is still way too long to wait to open the session ... knowing that with "DefaultAction": "allow" the session starts in about 2 seconds ...
Here after is the opensnitchd.log extract with LogLevel set to 0 ... could you please have a look to find the issue ?
Thank you !
opensnitchd-extract.log
The text was updated successfully, but these errors were encountered: