65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
dch_networks:
|
|
jazz:
|
|
description: Legacy network
|
|
vlan_id: 1
|
|
ipv4_address: 172.31.0.0/27
|
|
router_iface: vlan1
|
|
dns_search:
|
|
- pyrocufflink.jazz
|
|
dns_servers:
|
|
- fd99:8dc7:6528::10:1
|
|
- fd99:8dc7:6528::100:1
|
|
dns_servers_v4:
|
|
- 172.31.0.4
|
|
- 172.31.0.10
|
|
sla_id: 1
|
|
|
|
blue:
|
|
description: pyrocufflink.blue AD domain members only
|
|
vlan_id: 30
|
|
ipv4_address: 172.30.0.0/26
|
|
router_iface: vlan30
|
|
sla_id: 0
|
|
|
|
red:
|
|
description: Non-domain member machines
|
|
vlan_id: 101
|
|
ipv4_address: 172.31.1.1/24
|
|
router_iface: vlan101
|
|
sla_id: 101
|
|
|
|
guest:
|
|
description: Guest Wi-Fi
|
|
vlan_id: 100
|
|
ipv4_address: 172.24.100.0/24
|
|
router_iface: vlan100
|
|
|
|
dmz:
|
|
description: DMZ
|
|
vlan_id: 254
|
|
router_iface: vlan254
|
|
|
|
|
|
nat_port_forwards:
|
|
- protocol: tcp
|
|
port: http
|
|
destination: 172.31.0.6
|
|
- protocol: tcp
|
|
port: https
|
|
destination: 172.31.0.6
|
|
- protocol: tcp
|
|
port: ssh
|
|
destination: 172.31.0.5
|
|
- protocol: tcp
|
|
port: rsync
|
|
destination: 172.31.0.5
|
|
- protocol: udp
|
|
port: 16881-16999
|
|
destination: 172.31.0.5
|
|
- protocol: udp
|
|
port: isakmp
|
|
destination: 172.31.0.2
|
|
- protocol: udp
|
|
port: ipsec-nat-t
|
|
destination: 172.31.0.2
|