-
Notifications
You must be signed in to change notification settings - Fork 121
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
unable to use port forwarding with softnet #278
Comments
Softnet prevents communication with non-globally routable networks, is that your case? |
Yes, I think that is the root cause of the issue. Is there any workaround for that or does it require changes to softnet? |
Would this be similar to, not being able to route network traffic down an established VPN connection on the MacOS Host? |
I think this is more similar to #473, shared networking (NAT) used in both Tart and the Softnet only supports VPN apps utilizing the Network Extension. |
Orchard allows to port-forward and SSH to VMs created with Softnet: orchard create vm --net-softnet --image ghcr.io/cirruslabs/macos-ventura-base:latest ventura-base
orchard ssh vm ventura-base We don't see a compelling reason to bake similar functionality in Tart directly. |
While attempting to switch to using
softnet
we noticed that it is not possible to use port forwarding to forward packets to a VM from the host like we normally do with apf
rule likeThat would allow us to use SSH on the VM by connecting to the host using that "random port" specified in the
pf
rule.Unfortunately that does not work if VM is running with
softnet
, we're getting a connection timeout.Any help or advice on this would be much appreciated!
The text was updated successfully, but these errors were encountered: