Allow NAT-PMP response port through gluetun firewall (FIREWALL_INPUT_PORTS=5351)

This commit is contained in:
Will Anderson
2026-04-11 09:50:55 -05:00
parent 03011a73e8
commit 24e308202b
2 changed files with 6 additions and 0 deletions
@@ -60,6 +60,8 @@ spec:
value: "51820" value: "51820"
- name: FIREWALL_OUTBOUND_SUBNETS - name: FIREWALL_OUTBOUND_SUBNETS
value: "10.42.0.0/16,10.43.0.0/16" value: "10.42.0.0/16,10.43.0.0/16"
- name: FIREWALL_INPUT_PORTS
value: "5351"
ports: ports:
- containerPort: 8888 - containerPort: 8888
resources: resources:
@@ -214,6 +216,8 @@ spec:
value: "51820" value: "51820"
- name: FIREWALL_OUTBOUND_SUBNETS - name: FIREWALL_OUTBOUND_SUBNETS
value: "10.42.0.0/16,10.43.0.0/16" value: "10.42.0.0/16,10.43.0.0/16"
- name: FIREWALL_INPUT_PORTS
value: "5351"
ports: ports:
- containerPort: 8888 - containerPort: 8888
resources: resources:
@@ -56,6 +56,8 @@ spec:
# Allow cluster-internal traffic to bypass VPN (for Radarr/Sonarr → qBittorrent API) # Allow cluster-internal traffic to bypass VPN (for Radarr/Sonarr → qBittorrent API)
- name: FIREWALL_OUTBOUND_SUBNETS - name: FIREWALL_OUTBOUND_SUBNETS
value: "10.42.0.0/16,10.43.0.0/16" value: "10.42.0.0/16,10.43.0.0/16"
- name: FIREWALL_INPUT_PORTS
value: "5351"
ports: ports:
- containerPort: 8888 # gluetun HTTP proxy (unused but required) - containerPort: 8888 # gluetun HTTP proxy (unused but required)
resources: resources: