One to Many NAT Rules
Location in Dashboard: Security and SD-WAN
>> Configure
>> Firewall
>> Forwarding rules
Diagram
Classes
firewall (meraki.domains.organizations.networks.appliance)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
one_to_many_nat_rules | List | [one_to_many_nat_rules] | No |
one_to_many_nat_rules (meraki.domains.organizations.networks.appliance.firewall)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
public_ip | IP | Yes | ||
uplink | String | Regex: ^internet\d+$ | Yes | |
port_rules | List | [port_rules] | Yes |
port_rules (meraki.domains.organizations.networks.appliance.firewall.one_to_many_nat_rules)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | No | |
protocol | Choice | tcp , udp | No | |
public_port | Any | Integer[min: 1 , max: 65535 ] or String[matches: `(?:[1-9][0-9]3 | [1-5][0-9]4 | 6[0-4][0-9]3 |
local_ip | IP | No | ||
local_port | Any | Integer[min: 1 , max: 65535 ] or String[matches: `(?:[1-9][0-9]3 | [1-5][0-9]4 | 6[0-4][0-9]3 |
allowed_ips | List | Any[IP or String[matches: [Aa]ny ]] | No |
Config Sample
meraki:
domains:
- name: EMEA
administrator:
name: Foo Bar
organizations:
- name: Dev
networks:
- name: Dev-main-cx-provider
product_types:
- appliance
- camera
- switch
- wireless
appliance:
firewall_one_to_many_nat:
rules:
- public_ip: "203.0.113.1"
uplink: internet1
port_rules:
- name: "Web Server"
protocol: tcp
public_port: 80
local_ip: "192.168.1.100"
local_port: 80
allowed_ips:
- any
- name: "RDP"
protocol: tcp
public_port: 3389
local_ip: "1.1.1.200"
local_port: 3389
allowed_ips:
- any