Skip to main content

Port Forwarding Rules

Location in Dashboard: Security and SD-WAN >> Configure >> Firewall >> Forwarding rules

Diagram

Classes

firewall (meraki.domains.organizations.networks.appliance)

NameTypeConstraintMandatoryDefault Value
port_forwarding_rulesList[port_forwarding_rules]No

port_forwarding_rules (meraki.domains.organizations.networks.appliance.firewall)

NameTypeConstraintMandatoryDefault Value
nameStringmin: 1, max: 127No
lan_ipIPYes
uplinkChoiceboth, internet1, internet2, internet3No
public_portAnyInteger[min: 1, max: 65535] or String[matches: `(?:[1-9][0-9]3[1-5][0-9]46[0-4][0-9]3
local_portAnyInteger[min: 1, max: 65535] or String[matches: `(?:[1-9][0-9]3[1-5][0-9]46[0-4][0-9]3
allowed_ipsListAny[IP or String[matches: [Aa]ny]]Yes
protocolChoicetcp, udpYes

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