This commit is contained in:
yehor
2025-10-07 14:53:26 +03:00
parent 013a41bb02
commit 6d43975f0b

View File

@@ -70,7 +70,7 @@ iface vmbr1 inet static
Let's see what's going on in here.
For the containers that don't require a public IP, I choose `vbmr1` bridge, set some IP from the local IP range (192.168.50.x), and use the local IP as a gateway:
For the containers that don't require a public IP, I choose `vbmr1` bridge, set some IP from the local IP range (192.168.50.x), and use host local IP as a gateway:
![LXC local network](vmbr1.png)