From 27c40a15a4c5de71c456040703937b5082848946 Mon Sep 17 00:00:00 2001 From: Cat Tom Date: Tue, 24 Mar 2026 17:16:21 +0800 Subject: [PATCH] Edit Proxmox-9-Install-and-Configuration again --- docs/tech/Proxmox-9-Install-and-Configuration.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/tech/Proxmox-9-Install-and-Configuration.md b/docs/tech/Proxmox-9-Install-and-Configuration.md index d02b004..2fe5065 100644 --- a/docs/tech/Proxmox-9-Install-and-Configuration.md +++ b/docs/tech/Proxmox-9-Install-and-Configuration.md @@ -104,7 +104,7 @@ PVE 的网络是基于网桥的。宿主机的控制面板(8006端口)走的 千万不要在 PVE 宿主机上安装和使用 `ufw`(Ubuntu常用的简单防火墙)!`ufw` 会强行修改底层的 iptables 规则,这会瞬间切断并破坏 `vmbr0` 网桥,导致你所有的虚拟机立刻断网。**在 PVE 上,永远只用它自带的网页端防火墙机制。** -假设你的局域网 IP 段是 `192.168.1.0/24`(请根据你实际的路由器网段调整,比如 192.168.0.0/24 或 192.168.50.0/24)。 +假设你的局域网 IP 段是 `192.168.1.0/24` (或 Tailscale IP `100.64.0.0/10`)。 ### 设置防火墙规则 @@ -114,7 +114,7 @@ PVE 的网络是基于网桥的。宿主机的控制面板(8006端口)走的 - 点击上方的 **添加** - **方向**: `in` - **操作**: `ACCEPT` - - **源地址**: `192.168.1.0/24` + - **源地址**: `192.168.1.0/24` (或 `100.64.0.0/10`) - 点击 **添加** - **添加阻断规则**: - 再次点击 **添加** @@ -129,7 +129,7 @@ PVE 的网络是基于网桥的。宿主机的控制面板(8006端口)走的 **在节点层级启用**: -- 点击左侧你的服务器节点(比如你命名为 `pve` 的那台机器)。 +- 点击左侧 - 你的服务器节点 - 进入 **防火墙** -> **选项**。 - 双击 **防火墙**,将其设置为 `是`。 @@ -235,4 +235,6 @@ lvextend -l +100%FREE /dev/pve/data [Installation - Proxmox VE](https://pve.proxmox.com/wiki/Installation) -[Proxmox Beginner’s Guide: Everything You Need to Get Started - YouTube](https://www.youtube.com/watch?v=lFzWDJcRsqo) \ No newline at end of file +[Proxmox Beginner’s Guide: Everything You Need to Get Started - YouTube](https://www.youtube.com/watch?v=lFzWDJcRsqo) + +[What are these 100.x.y.z addresses?](https://tailscale.com/docs/concepts/tailscale-ip-addresses) \ No newline at end of file