From 6d43975f0b84633c0887d0d99e7c70cbfa0b09f2 Mon Sep 17 00:00:00 2001 From: yehor Date: Tue, 7 Oct 2025 14:53:26 +0300 Subject: [PATCH] Fix typo --- blog/2025-10-07-proxmox-ve-on-hetzner-dedicated-server/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)