RTNETLINK answers: File exists
. Everything I have found online points to the variable LOCAL_NETWORK
but I have tried a number of combinations such as 192.168.1.0/24, 192.168.1.0/30, 192.168.1.0/16, but nothing has worked thus far. Anyone know how to correct this issue?
Hi guys,
I am super lost and was wondering if anyone might be able to point me in the correct direction, please.
When looking at the logs, I think the issue is these to things:
mknod: /dev/net/tun: File exists
Options error: In [CMD-LINE]:1: Error opening configuration file: /etc/openvpn/pia/au_sydney.ovpn
I don't really have any experience with docker of a CLI and have no idea what the logs even mean. Would greatly appreciate any assistance of any kind.
I updated my container tonight and now it's failing to start
Creating TUN device /dev/net/tun
mknod: /dev/net/tun: File exists
Using OpenVPN provider: PIA
Running with VPN_CONFIG_SOURCE auto
Provider PIA has a bundled setup script. Defaulting to internal config
Executing setup script for PIA
Downloading OpenVPN config bundle openvpn into temporary file /tmp/tmp.F37xXZSp2j
Extract OpenVPN config bundle into PIA directory /etc/openvpn/pia
[/tmp/tmp.F37xXZSp2j]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /tmp/tmp.F37xXZSp2j or
/tmp/tmp.F37xXZSp2j.zip, and cannot find /tmp/tmp.F37xXZSp2j.ZIP, period.
Am I missing something, or is there an easy way to address this?
Starting container with revision: 47f32618629b0144f492b9116f77978d4c991712
Creating TUN device /dev/net/tun
mknod: /dev/net/tun: File exists
Using OpenVPN provider: PIA
Provider PIA has a custom setup script, executing it
Downloading OpenVPN config bundle openvpn into temporary file /tmp/tmp.cAcALE
Extract OpenVPN config bundle into PIA directory /etc/openvpn/pia
unzip: short read
Hi,
Im using just the opevpn part of this docker. But is I discovered on previous setups for some services and domains it is necessary to exclude those domains from tunnelling threw the vpn. In my case, it is myjdownloader. Is there an option to exclude a list of domains from the tunnel?
So I found a way for this issue.
It was just building the routes myself directly in the container using a script
curl: (28) Failed to connect to www.privateinternetaccess.com port 443: Connection timed out
Getting this as the final error in log when attempting to run container.
Other containers on machine have internet access when ran with -it.
How can I verify internet access in the transmission-openvpn container?