-
|
I use socket_vmnet and would like to turn off port-forwarding, mounts, and containerd completely (like the I don't want to use The Is this expected? How do I get the effect similar to I tried setting portForwards to an empty list ( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
I would try portForwards:
- ignore: trueI think the defaults should work correctly. Otherwise try portForwards:
- ignore: true
guestIP: 127.0.0.1
guestPortRange: [1, 65535]Port 22 will always be forwarded. |
Beta Was this translation helpful? Give feedback.
-
|
With 1.0.0 beta.0 you can use: |
Beta Was this translation helpful? Give feedback.
Just in case anybody comes here later, the correct way to disable all portforwards in Lima 1.0 and later is
The
proto: anypart is not supported in older Lima versions, but those didn't forward UDP anyways, so the default oftcpwas good enough.