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) |
|
| `admin` | Full access (your devices) |
|
||||||
| `infrastructure` | Core services |
|
| `infrastructure` | Core services |
|
||||||
|
| `ad` | Windows AD domain machines |
|
||||||
| `projects` | Application workloads |
|
| `projects` | Application workloads |
|
||||||
| `games` | Isolated game servers |
|
| `games` | Isolated game servers |
|
||||||
|
|
||||||
|
|||||||
@ -61,6 +61,11 @@ firewall:
|
|||||||
proto: any
|
proto: any
|
||||||
group: projects
|
group: projects
|
||||||
|
|
||||||
|
# AD domain machines can reach infrastructure (DNS forwarding, etc.)
|
||||||
|
- port: any
|
||||||
|
proto: any
|
||||||
|
group: ad
|
||||||
|
|
||||||
# Allow ICMP from anyone (ping)
|
# Allow ICMP from anyone (ping)
|
||||||
- port: any
|
- port: any
|
||||||
proto: icmp
|
proto: icmp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user