Port Forwarding 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 |
---|---|---|---|---|
port_forwarding_rules | List | [port_forwarding_rules] | No |
port_forwarding_rules (meraki.domains.organizations.networks.appliance.firewall)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | No | |
lan_ip | IP | Yes | ||
uplink | Choice | both , internet1 , internet2 , internet3 | 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_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 ]] | Yes | |
protocol | Choice | tcp , udp | Yes |
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_port_forwarding:
rules:
- name: "Port Forwarding Rule 1"
lan_ip: "192.168.128.10"
uplink: both
public_port: 8080
local_port: 80
allowed_ips:
- "192.168.1.1"
protocol: tcp
- name: "Port Forwarding Rule 2"
lan_ip: "192.168.128.20"
uplink: both
public_port: 8081
local_port: 80
allowed_ips:
- "192.168.1.1"
protocol: tcp