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

BUG: Failed to process outbound traffic on MacOS Sequoia 15.3.1 #1613

Open
kiryushah opened this issue Feb 19, 2025 · 1 comment
Open

BUG: Failed to process outbound traffic on MacOS Sequoia 15.3.1 #1613

kiryushah opened this issue Feb 19, 2025 · 1 comment

Comments

@kiryushah
Copy link

Describe the problem

Expected behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay should continue to function normally, allowing the VPN to connect and route traffic without interruptions.

Actual behavior:
After updating to MacOS Sequoia 15.3.1, NekoRay stopped working. There were several retries, but the VPN eventually stopped. After modifying the nekoray/config/routes/Default configuration by setting "sniffing_mode": 0, the following error occurred:

025/02/19 19:35:59 [Warning] [3604076161] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [context canceled dial tcp ***.***.**.***:443: operation was canceled] > common/retry: all retry attempts failed

The issue persists across different browsers, including Chrome, suggesting it is not browser-related.


How to reproduce

  1. Update MacOS to Sequoia 15.3.1.
  2. Launch NekoRay and attempt to connect to the VPN.
  3. Observe the VPN retries and eventual failure.
  4. Modify the nekoray/config/routes/Default file by setting "sniffing_mode": 0.
  5. Attempt to reconnect and observe the error message in the logs.

Additional details:

  • The issue occurs regardless of the browser used (tested on Chrome and other browsers).
  • No specific network restrictions or firewall changes were made prior to the update.

Log

025/02/19 19:35:59 [Warning] [3604076161] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: failed to find an available destination > common/retry: [context canceled dial tcp ***.***.**.***:443: operation was canceled] > common/retry: all retry attempts failed

Additional notes:

  • Suspected that the issue might be related to compatibility with MacOS Sequoia 15.3.1.
  • The problem persists even after modifying the configuration file, indicating a deeper issue with the application or its interaction with the updated OS.
  • Further investigation is required to determine if this is a bug in NekoRay or an incompatibility with the new MacOS version.

Let me know if you need further assistance!

@ASalihov
Copy link

Also having problem with foxray and v2box after this update

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