ad isolation

This commit is contained in:
Damien Coles 2026-02-10 10:31:31 -05:00
parent 6127347b07
commit 91eae53605
2 changed files with 6 additions and 0 deletions

View File

@ -158,6 +158,7 @@ VMs only accept traffic from the Proxmox host (for Ansible) and the Nebula overl
|-------|---------|
| `admin` | Full access (your devices) |
| `infrastructure` | Core services |
| `ad` | Windows AD domain machines |
| `projects` | Application workloads |
| `games` | Isolated game servers |

View File

@ -61,6 +61,11 @@ firewall:
proto: any
group: projects
# AD domain machines can reach infrastructure (DNS forwarding, etc.)
- port: any
proto: any
group: ad
# Allow ICMP from anyone (ping)
- port: any
proto: icmp