Skip to content

Commit ada2c43

Browse files
chore: update kg network config
1 parent 4416247 commit ada2c43

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_config/networks.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
# instead of /var etc.
1212
paths:
1313
# socketVMNet requires Lima >= 0.12 .
14-
socketVMNet: /opt/socket_vmnet/bin/socket_vmnet
14+
socketVMNet: /opt/homebrew/Cellar/socket_vmnet/1.1.4/bin/socket_vmnet
1515
varRun: /private/var/run/lima
1616
sudoers: /private/etc/sudoers.d/lima
1717

1818
group: everyone
1919

2020
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
2127
shared:
2228
mode: shared
2329
gateway: 192.168.105.1

0 commit comments

Comments
 (0)