-
-
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
Apex legends server connection not caught but blocked #642
Comments
Creating a rule that allows executables from /* or setting the default nodes action without GUI to allow doesnt change a thing either. |
Hi @julikaiba , for some reason there's some information missing, please, fill it out: Include the following information:
Post error logs: Note: Before launching the game execute Also, check |
OpenSnitch version: 1.5.0 for some reason I cant upload the log, but the only lines written were the following: log�[2m[2022-03-02 22:16:30]�[0m �[97m�[104m IMP �[0m Start writing logs to /var/log/opensnitchd.log �[2m[2022-03-02 22:16:30]�[0m �[97m�[41m ERR �[0m eBPF Failed to load /etc/opensnitchd/opensnitch.o: open /etc/opensnitchd/opensnitch.o: no such file or directory �[2m[2022-03-02 22:16:30]�[0m �[97m�[43m WAR �[0m error starting ebpf monitor method: open /etc/opensnitchd/opensnitch.o: no such file or directory �[2m[2022-03-02 22:16:30]�[0m �[97m�[43m WAR �[0m Unable to set new process monitor method from disk: open /etc/opensnitchd/opensnitch.o: no such file or directory �[2m[2022-03-02 22:17:21]�[0m �[97m�[41m ERR �[0m eBPF Failed to load /etc/opensnitchd/opensnitch.o: open /etc/opensnitchd/opensnitch.o: no such file or directory �[2m[2022-03-02 22:17:21]�[0m �[97m�[43m WAR �[0m error starting ebpf monitor method: open /etc/opensnitchd/opensnitch.o: no such file or directory �[2m[2022-03-02 22:18:46]�[0m �[97m�[41m ERR �[0m getting notifications: rpc error: code = Unavailable desc = transport is closing �[2m[2022-03-02 22:18:46]�[0m �[97m�[41m ERR �[0m Connection to the UI service lost. |
Thank you!
Did you install opensnitch-ebpf-module-git? if not, please install it: https://aur.archlinux.org/packages/opensnitch-ebpf-module-git It'll help to better intercept connections. Let me know please, if we that module the connections to EA's servers are intercepted. |
Just wanted to report that I have the same problem. No popup or any indicator that apex is being blocked, yet connecting does not work until I disable opensnitch. |
thank you @nitschis. Please, I need to know OpenSnitch version, and logs in DEBUG level while the problem reproduces to investigate what's going on, see: #642 (comment) Remember to install https://aur.archlinux.org/packages/opensnitch-ebpf-module-git if you're using an Arch based distro. |
@gustavo-iniguez-goya Thank you for your reply. What is opensnitch-ebpf-module? After installing it, Apex connection worked. I did not get a popup, but I guess the general proton rule which I have set for other game might have been responsible for that? In case, it is still relevant: Opensnitch: 1.5.0-3 OS: 5.16.11-2-MANJARO @ latest update KDE Plasma 5.24.2
Let me know if you still need additional information. |
the ebpf module interceptts connections at kernel level. If it's not installed then we have to rely on ProcFS (/proc/), which is less reliable thatn the ebpf one. Thank you for confirming that installing the ebof module solved the issue! |
Solved it for me as well. Thanks :) |
Running Apex legends, using steamplay, it cannot connect to ea's servers. For all connection popups generated (steam, wine, wineserver etc.) I clicked allow, however the connection still didnt work. Once I disabled OpenSnitch the connection worked instantly and without any problems.
Looking at the caught events in OpenSnitch I cant see any denied/blocked connections. Neither does it seem to catch the attempts
While testing I also noticed that "ping" using the terminal seems to always work even when no rule is enabled (not sure if this is intended or not)
The text was updated successfully, but these errors were encountered: