Edit Proxmox-9-Install-and-Configuration again
Deploy / deploy (push) Successful in 43s

This commit is contained in:
2026-03-24 17:16:21 +08:00
parent 346050efbb
commit 27c40a15a4
@@ -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 Beginners Guide: Everything You Need to Get Started - YouTube](https://www.youtube.com/watch?v=lFzWDJcRsqo)
[Proxmox Beginners 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)