This commit is contained in:
46
config.yaml
46
config.yaml
@@ -217,3 +217,49 @@
|
|||||||
mandatoryDhcpEnabled: false
|
mandatoryDhcpEnabled: false
|
||||||
splashPage: "None"
|
splashPage: "None"
|
||||||
useVlanTagging: true
|
useVlanTagging: true
|
||||||
|
|
||||||
|
- name: Configure Port Forwarding
|
||||||
|
cisco.meraki.networks_appliance_firewall_port_forwarding_rules:
|
||||||
|
state: present
|
||||||
|
networkId: "{{ nid }}"
|
||||||
|
rules:
|
||||||
|
- name: NAS HTTP
|
||||||
|
uplink: internet1
|
||||||
|
protocol: tcp
|
||||||
|
publicPort: 80
|
||||||
|
lanIp: 192.168.10.2
|
||||||
|
localPort: 80
|
||||||
|
allowedIps:
|
||||||
|
- any
|
||||||
|
- name: NAS HTTPS
|
||||||
|
uplink: internet1
|
||||||
|
protocol: tcp
|
||||||
|
publicPort: 443
|
||||||
|
lanIp: 192.168.10.2
|
||||||
|
localPort: 443
|
||||||
|
allowedIps:
|
||||||
|
- any
|
||||||
|
- name: NAS SSH
|
||||||
|
uplink: internet1
|
||||||
|
protocol: tcp
|
||||||
|
publicPort: 3102
|
||||||
|
lanIp: 192.168.10.2
|
||||||
|
localPort: 3102
|
||||||
|
allowedIps:
|
||||||
|
- 5.135.141.48
|
||||||
|
- name: Xbox TCP
|
||||||
|
uplink: internet1
|
||||||
|
protocol: tcp
|
||||||
|
publicPort: 3074
|
||||||
|
lanIp: 192.168.40.2
|
||||||
|
localPort: 3074
|
||||||
|
allowedIps:
|
||||||
|
- any
|
||||||
|
- name: Xbox UDP
|
||||||
|
uplink: internet1
|
||||||
|
protocol: udp
|
||||||
|
publicPort: 3074
|
||||||
|
lanIp: 192.168.40.2
|
||||||
|
localPort: 3074
|
||||||
|
allowedIps:
|
||||||
|
- any
|
||||||
|
|||||||
Reference in New Issue
Block a user