docker-passthroughvpn icon indicating copy to clipboard operation
docker-passthroughvpn copied to clipboard

Docker contains that only runs Debian and connects to OpenVPN or WireGuard. It's intended use is to pass other Docker containers through it.

Results 8 docker-passthroughvpn issues
Sort by recently updated
recently updated
newest added

``` 2023-01-18 00:24:22.499933 [INFO] VPN_ENABLED defined as 'yes' 2023-01-18 00:24:22.550687 [INFO] VPN_TYPE defined as 'openvpn' 2023-01-18 00:24:22.605017 [INFO] OpenVPN config file is found at /config/openvpn/xxxxxxxxxxxx dos2unix: converting file /config/openvpn/de972.nordvpn.com.tcp.ovpn to...

Hi, I am always getting this error message running it on unraid: ``` dos2unix: converting file /config/wireguard/wg0.conf to Unix format... Warning: `/config/wireguard/wg0.conf' is world accessible [#] ip link add wg0...

I tried following the guide for setting up the passthroughvpn. I am trying to get a mysterium node docker up which uses webui-port 4449. I have added `--net=container:passthroughvpn` to the...

hi, i setup everything as shown in your repo with same jdownloader2 container. but no gui. i even tried nzbget, same issue. please help me to solve this issue.

Hey! So lately i've been having a few issues with this docker container. Pretty much every day I get the following error. `[ERROR] Network is possibly down.` And with restart...

[#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 10.xx.xx.131/32 dev wg0 [#] ip -6 address add fc00:bbbb:xxxx:xxxx::0:xxxx/128 dev wg0 RTNETLINK answers:...

i have 2 VLAN: VLAN 1 192.168.1.0/24 VLAN 2 192.168.2.0/24 passthroughvpn runs on vlan2 If i start passtroughvpn i can ping the machine from vlan2 all the time. When my...

It's not the best to have the instructions in the Readme.md, I should look into Wiki pages on GitHub and move the instructions to there.