We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4416247 commit ada2c43Copy full SHA for ada2c43
_config/networks.yaml
@@ -11,13 +11,19 @@
11
# instead of /var etc.
12
paths:
13
# socketVMNet requires Lima >= 0.12 .
14
- socketVMNet: /opt/socket_vmnet/bin/socket_vmnet
+ socketVMNet: /opt/homebrew/Cellar/socket_vmnet/1.1.4/bin/socket_vmnet
15
varRun: /private/var/run/lima
16
sudoers: /private/etc/sudoers.d/lima
17
18
group: everyone
19
20
networks:
21
+ user-v2:
22
+ mode: user-v2
23
+ gateway: 192.168.104.1
24
+ netmask: 255.255.255.0
25
+ # user-v2 network is experimental network mode which supports all functionalities of default usernet network and also allows vm -> vm communication.
26
+ # Doesn't support configuration of custom gateway; hardcoded to 192.168.5.0/24
27
shared:
28
mode: shared
29
gateway: 192.168.105.1
0 commit comments