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

Crashing on start if VPN is enabled #369

Open
jschenke488 opened this issue Jun 24, 2023 · 1 comment
Open

Crashing on start if VPN is enabled #369

jschenke488 opened this issue Jun 24, 2023 · 1 comment

Comments

@jschenke488
Copy link

I'm running the latest version as of June 24, 2023 at 15:13 UTC using Portainer, and get this error on startup if the VPN is enabled. All of the settings are from the PIA example (of course with my username and pass).

Created by...
___.   .__       .__
\_ |__ |__| ____ |  |__   ____ ___  ___
 | __ \|  |/    \|  |  \_/ __ \\  \/  /
 | \_\ \  |   |  \   Y  \  ___/ >    <
 |___  /__|___|  /___|  /\___  >__/\_ \
     \/        \/     \/     \/      \/
   https://hub.docker.com/u/binhex/
2023-06-24 10:11:22.040127 [info] System information Linux fdfe8a21cf53 5.15.49-linuxkit-pr #1 SMP PREEMPT Thu May 25 07:27:39 UTC 2023 x86_64 GNU/Linux
2023-06-24 10:11:22.439622 [info] OS_ARCH defined as 'x86-64'
2023-06-24 10:11:22.787660 [info] PUID defined as '0'
2023-06-24 10:11:23.397749 [info] PGID defined as '0'
2023-06-24 10:11:23.804176 [info] UMASK defined as '000'
2023-06-24 10:11:24.137774 [info] Permissions already set for '/config'
2023-06-24 10:11:24.474988 [info] Deleting files in /tmp (non recursive)...
2023-06-24 10:11:24.938695 [info] VPN_ENABLED defined as 'yes'
2023-06-24 10:11:25.274909 [info] VPN_CLIENT defined as 'openvpn'
2023-06-24 10:11:25.607533 [info] VPN_PROV defined as 'pia'
2023-06-24 10:11:26.080053 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/us_atlanta.ovpn
2023-06-24 10:11:26.988248 [info] VPN remote server(s) defined as 'us-atlanta.privacy.network,'
2023-06-24 10:11:27.256769 [info] VPN remote port(s) defined as '1198,'
2023-06-24 10:11:27.521750 [info] VPN remote protcol(s) defined as 'udp,'
2023-06-24 10:11:27.861421 [info] VPN_DEVICE_TYPE defined as 'tun0'
2023-06-24 10:11:28.187008 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
iptables v1.8.9 (legacy): can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
2023-06-24 10:11:29.287605 [crit] iptables default policies not available, exiting script...
@binhex
Copy link
Owner

binhex commented Jun 25, 2023

You are missing iptables kernel modules, without this the container cannot continue

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

2 participants