Skip to content

Bug: latest only - creating iptables firewall: no iptables supported found #3222

Description

@NorthyIE

Is this urgent?

Yes

Host OS

Synology OS (DSM 7.3.2-86009 Update 1)

CPU arch

x86_64

VPN service provider

Mullvad

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version latest built on 2026-03-10T12:57:02.381Z (commit 760fefd) on Linux 4.4.302+ (x86_64)

What's the problem 🤔

After updating gluetun to the latest build, I get an error that iptables are not found. When manually downgrading to qmcgaw/gluetun:v3.41.0 ("Running version v3.41.0 built on 2025-12-25T00:43:05.150Z (commit a10349e)"), everything start working again.

Share your logs (at least 10 lines)

Running version latest built on 2026-03-10T12:57:02.381Z (commit 760fefd) on Linux 4.4.302+ (x86_64)
...
2026-03-11T08:25:24+01:00 ERROR creating iptables firewall: no iptables supported found: errors encountered are: iptables-legacy:  (fork/exec /usr/sbin/iptables-legacy: no su             ch file or directory); iptables-nft:  (fork/exec /usr/sbin/iptables-nft: no such file or directory); iptables:  (fork/exec /usr/sbin/iptables: no such file or directory)
2026-03-11T08:25:24+01:00 INFO Shutdown successful

Share your configuration

services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    hostname: gluetun
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    environment:
      - VPN_SERVICE_PROVIDER=mullvad
      - VPN_TYPE=wireguard
      - WIREGUARD_PRIVATE_KEY=<key>
      - WIREGUARD_ADDRESSES=<ip>
      - SERVER_COUNTRIES=<country>
      - TZ=Europe/Berlin
      - FIREWALL=on
      - FIREWALL_INPUT_PORTS=8080
      - FIREWALL_VPN_INPUT_PORTS=6881
    volumes:
      - /volume2/docker/gluetun:/gluetun
    healthcheck:
      test: ["CMD", "wget", "--spider", "-q", "https://1.1.1.1"]
      interval: 30s
      timeout: 10s
      retries: 5
    restart: unless-stopped

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions