ad isolation
This commit is contained in:
parent
6127347b07
commit
91eae53605
@ -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 |
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user