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
{{ message }}
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Possibly the issue in the NETunnelInterface (TunnelKit library) and implementation of writePacket(:, completionHandler:) and writePackets(:, completionHandler:). Those methods seems to send the message with same protocol, setted in one place. Apple implementation, NEPacketTunnelFlow at the other side, implies that packets could be sent with different protocols.
Summary
Somehow IPv4 traffic isn't working through the VPN on MacOS 10.14 (10.15 seems fine)
Steps to reproduce
Use TunnelKit in an app on MacOS.
What is the current bug behavior?
Connectivity with IPv4 fails on MacOS 10.14
What is the expected correct behavior?
It should work.
Relevant logs and/or screenshots
Please see: eduvpn/apple#191
Especially the pcap logging.
Possible fixes suggested remediation
This is our current workaround: johankool/tunnelkit@b72222f
( This workaround was included on our repo with this pull req:
eduvpn/apple#193 )
The text was updated successfully, but these errors were encountered: