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

Lulu breaks Microsoft Remote Desktop on macOS Sequoia #637

Open
Hawkedon opened this issue Sep 17, 2024 · 15 comments
Open

Lulu breaks Microsoft Remote Desktop on macOS Sequoia #637

Hawkedon opened this issue Sep 17, 2024 · 15 comments

Comments

@Hawkedon
Copy link

When enabling Lulu, after about 15 seconds with Microsoft Remote Desktop, I received the following error message:

Your session ended because of a data encryption error. If this keeps happening, contact your network administrator for assistance.

Error code: 0x407

Disabling Lulu fixed the problem. I never encountered this problem on macOS before Sequoia. Seems some updates in macOS Sequoia break Lulu.

@xorxoxor
Copy link

I am having similar Problems since the update with SSH connections. I'm randomly getting disconnects. Yesterday I also had issues with stalling downloads via https. I can also confirm your RDP Issues.

@Hawkedon
Copy link
Author

Seems there are quite a bit of change for network filtering in Sequoia. For example, this initializer has been deprecated

networkRule = [[NENetworkRule alloc] initWithRemoteNetwork:nil remotePrefix:0 localNetwork:nil localPrefix:0 protocol:NENetworkRuleProtocolAny direction:NETrafficDirectionOutbound];

and replaced with

https://developer.apple.com/documentation/networkextension/nenetworkrule/4360323-initwithremotenetworkendpoint

@wastez
Copy link

wastez commented Sep 17, 2024

The problem seems to be related to the internal firewall of sequoia.

Just disable the internal firewall until apple will fix that.

@anarchy89
Copy link

I am getting drops for ssh (mac/linux), vnc(mac) and Remote Desktop for windows as well.

@sammcj
Copy link

sammcj commented Sep 18, 2024

Out of interest - if you temporarily disable macOS's inbound firewall - does it resolve the issue?

@jdwhite
Copy link

jdwhite commented Sep 18, 2024

Out of interest - if you temporarily disable macOS's inbound firewall - does it resolve the issue?

Yes, it does. It very much does.

Name of this issue should be renamed to "Lulu breaks networking on macOS Sequoia" except it's not really Lulu. Point is it's not just Remote Desktop. I first noticed it with SSH. Then my Zoom calls were dropping several seconds of audio randomly while others sharing the same internet pipe were entirely unaffected.

@sammcj
Copy link

sammcj commented Sep 18, 2024

Ok, I’m not surprised. I have a theory that Apple hosed something in the packet filtering stack and it’s causing problems for a lot of applications.

I can reproduce the problems without any third party packet filter - as I can the workaround.

@got3nks
Copy link

got3nks commented Sep 18, 2024

It's an issue with the firewall in MacOS Sequoia.

https://discussions.apple.com/thread/255759412

@FideliusFalcon
Copy link

FideliusFalcon commented Sep 18, 2024

I have simular issues with MacOS Sequoia, but it's general DNS resolve issues mostly in Firefox.
It seems like the solution is either disabling LuLu (and other network filtering tools) or disabling the build in Firewall on MacOS.

@andrey-admin
Copy link

any fix available?

@FideliusFalcon
Copy link

@andrey-admin Disable LuLu or Host Firewall until Apple fixes this

@hellpf
Copy link

hellpf commented Sep 19, 2024

Just use ethernet instead of wifi + off firewall and it works just fine 🤷‍♂️ (for me)

@objective-see
Copy link
Owner

This has now been confirmed, to yes, be due to an Apple bug in macOS 15, that is widely impacting many 3rd-party security tools, that then in turn causes macOS networking to break.

This has been reported to Apple (and was so before macOS 15 was released), who have confirmed the issue and are hopefully working on a fix.

More info: "Apple’s new macOS Sequoia update is breaking some cybersecurity tools"

@jdwhite
Copy link

jdwhite commented Sep 19, 2024

Just use ethernet instead of wifi + off firewall and it works just fine 🤷‍♂️

If I'm correcting parsing this as use (ethernet + enabled firewall) instead of (wifi + disabled firewall), then no -- it does not work just fine.

Obviously, I can only speak for me but the network interface I used on my M1 MPB did not matter. I tried WiFi, an external 10GB adapter (OWC), and even the virtual interfaces between my host and guest machines in UTM! SSH connections on any of these interfaces would fail miserably. FYI/FWIW.

@iplotin
Copy link

iplotin commented Oct 6, 2024

Yes, APPLE left everyone in 15.x without a firewall, even their own. Looks like apple is not on the side of security and this was done intentionally. Apple does not equal security.

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