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
Copy file name to clipboardExpand all lines: docs/internals/network-light/readme.md
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,52 @@ What happens now is:
80
80
- VMs inside a single space can communicate directly over their bridge.
81
81
- Different networks resource can (and well) have conflicting IP and ranges but with no issue since each network is completely isolated from the other ones.
82
82
83
+
## Private Networks
84
+
85
+
To reach vms on local nodes using wireguard you need to:
86
+
87
+
- Deploy a networkwith valid pairs so you can be able to connect to the vm from your machine and add a container to this network.
0 commit comments