diff --git a/blog/2025-10-07-proxmox-ve-on-hetzner-dedicated-server/index.md b/blog/2025-10-07-proxmox-ve-on-hetzner-dedicated-server/index.md index d03be20..3cd12ba 100644 --- a/blog/2025-10-07-proxmox-ve-on-hetzner-dedicated-server/index.md +++ b/blog/2025-10-07-proxmox-ve-on-hetzner-dedicated-server/index.md @@ -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)