Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: ERROR getting IPtables version: exit status 1 #2260

Closed
Shadex9 opened this issue May 3, 2024 · 6 comments
Closed

Bug: ERROR getting IPtables version: exit status 1 #2260

Shadex9 opened this issue May 3, 2024 · 6 comments

Comments

@Shadex9
Copy link

Shadex9 commented May 3, 2024

Is this urgent?

Yes

Host OS

Synology DSM6.2

CPU arch

x86_64

VPN service provider

ProtonVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

Running version latest built on 2024-05-02T16:57:20.083Z (commit fb145d6)

What's the problem 🤔

When attempting to start the container it errors out and auto shuts down. This problem occured this morning after updating. Rollback to V3.38 does make it work again.

Share your logs (at least 10 lines)

INFO [routing] default route found: interface eth0, gateway 172.18.0.1, assigned IP 172.18.0.2 and family v4
INFO [routing] local ethernet link found: eth0
INFO [routing] local ipnet found: 172.18.0.0/16
INFO [firewall] enabling...
INFO [firewall] enabled successfully
NFO [storage] merging by most recent 19425 hardcoded servers and 19425 servers read from /gluetun/servers.json
INFO Alpine version: 3.19.1
INFO OpenVPN 2.5 version: 2.5.8
INFO OpenVPN 2.6 version: 2.6.8
INFO Unbound version: 1.19.3
ERROR getting IPtables version: exit status 1
INFO Shutdown successful

Share your configuration

gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    environment:
      - VPN_SERVICE_PROVIDER=protonvpn
      - OPENVPN_USER=
      - OPENVPN_PASSWORD=
      - SERVER_COUNTRIES=Netherlands
      - SERVER_CITIES=amsterdam
      - TZ=
    volumes:
      - /volume1/docker/gluetun:/gluetun
    ports:
      - 8112:8112
      - 6881:6881
      - 6881:6881/udp
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    restart: always
Copy link
Contributor

github-actions bot commented May 3, 2024

@qdm12 is more or less the only maintainer of this project and works on it in his free time.
Please:

@CharlesVDP
Copy link

I'm sure this isn't the comment you were hoping or expecting to see, but I just had to let you know that I've been tearing my hair out over the past 24 hours trying to troubleshoot this same error (also using ProtonVPN btw and also on a NAS (asustor), could be relevant) but as I'm new to all things docker so I expected that I was doing something wrong as I've never spun up a gluetun container before!

I'm so happy right now, using v3.38 is indeed working! You've saved the day for me tbh.

@danwelcome
Copy link

I am having this same issue! Also ruining on a synology nas.

@qdm12
Copy link
Owner

qdm12 commented May 4, 2024

This should be fixed by ef6874f let me know.
Related to #2256

@Shadex9
Copy link
Author

Shadex9 commented May 4, 2024

I can confirm it is working again. @qdm12 Thanks for the quick fix much appreciated.

@qdm12 qdm12 closed this as completed May 4, 2024
Copy link
Contributor

github-actions bot commented May 4, 2024

Closed issues are NOT monitored, so commenting here is likely to be not seen.
If you think this is still unresolved and have more information to bring, please create another issue.

This is an automated comment setup because @qdm12 is the sole maintainer of this project
which became too popular to monitor issues closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants