VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
Running version latest built on 2024-10-28T09:25:35.847Z (commit f1f3472)
What's the problem π€
The Kasm containers DNS gets blocked by Gluetun, more info in my other issue
Share your logs (at least 10 lines)
| βββ Private Internet Access encryption preset: strong
| βββ Network interface: tun0
| βββ Run OpenVPN as: root
| βββ Verbosity level: 1
βββ DNS settings:
| βββ Keep existing nameserver(s): no
| βββ DNS server address to use: 127.0.0.1
| βββ DNS over TLS settings:
| βββ Enabled: yes
| βββ Update period: every 24h0m0s
| βββ Upstream resolvers:
| | βββ cloudflare
| βββ Caching: yes
| βββ IPv6: no
| βββ DNS filtering settings:
| βββ Block malicious: yes
| βββ Block ads: no
| βββ Block surveillance: no
| βββ Blocked IP networks:
| βββ 127.0.0.1/8
| βββ 10.0.0.0/8
| βββ 172.16.0.0/12
| βββ 192.168.0.0/16
| βββ 169.254.0.0/16
| βββ ::1/128
| βββ fc00::/7
| βββ fe80::/10
| βββ ::ffff:127.0.0.1/104
| βββ ::ffff:10.0.0.0/104
| βββ ::ffff:169.254.0.0/112
| βββ ::ffff:172.16.0.0/108
| βββ ::ffff:192.168.0.0/112
βββ Firewall settings:
| βββ Enabled: yes
βββ Log settings:
| βββ Log level: info
βββ Health settings:
| βββ Server listening address: 127.0.0.1:9999
| βββ Target address: cloudflare.com:443
| βββ Duration to wait after success: 5s
| βββ Read header timeout: 100ms
| βββ Read timeout: 500ms
| βββ VPN wait durations:
| βββ Initial duration: 6s
| βββ Additional duration: 5s
βββ Shadowsocks server settings:
| βββ Enabled: no
βββ HTTP proxy settings:
| βββ Enabled: no
βββ Control server settings:
| βββ Listening address: :8000
| βββ Logging: yes
| βββ Authentication file path: /gluetun/auth/config.toml
βββ Storage settings:
| βββ Filepath: /gluetun/servers.json
βββ OS Alpine settings:
| βββ Process UID: 1000
| βββ Process GID: 1000
βββ Public IP settings:
| βββ IP file path: /tmp/gluetun/ip
| βββ Public IP data base API: ipinfo
| βββ Public IP data backup APIs:
| βββ ifconfigco
| βββ ip2location
| βββ cloudflare
βββ Version settings:
βββ Enabled: yes
2024-11-04T16:42:14Z INFO [routing] default route found: interface eth0, gateway 172.16.3.1, assigned IP 172.16.3.4 and family v4
2024-11-04T16:42:14Z INFO [routing] adding route for 0.0.0.0/0
2024-11-04T16:42:14Z INFO [firewall] setting allowed subnets...
2024-11-04T16:42:14Z INFO [routing] default route found: interface eth0, gateway 172.16.3.1, assigned IP 172.16.3.4 and family v4
2024-11-04T16:42:14Z INFO TUN device is not available: open /dev/net/tun: no such file or directory; creating it...
2024-11-04T16:42:14Z INFO [dns] using plaintext DNS at address 1.1.1.1
2024-11-04T16:42:14Z INFO [http server] http server listening on [::]:8000
2024-11-04T16:42:14Z INFO [healthcheck] listening on 127.0.0.1:9999
2024-11-04T16:42:14Z INFO [firewall] allowing VPN connection...
2024-11-04T16:42:14Z INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024-11-04T16:42:14Z INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
2024-11-04T16:42:14Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.112.19.25:1197
2024-11-04T16:42:14Z INFO [openvpn] UDPv4 link local: (not bound)
2024-11-04T16:42:14Z INFO [openvpn] UDPv4 link remote: [AF_INET]212.112.19.25:1197
2024-11-04T16:42:14Z INFO [openvpn] [stockholm407] Peer Connection Initiated with [AF_INET]212.112.19.25:1197
2024-11-04T16:42:14Z INFO [openvpn] TUN/TAP device tun0 opened
2024-11-04T16:42:14Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2024-11-04T16:42:14Z INFO [openvpn] /sbin/ip link set dev tun0 up
2024-11-04T16:42:14Z INFO [openvpn] /sbin/ip addr add dev tun0 10.7.110.169/24
2024-11-04T16:42:14Z INFO [openvpn] UID set to nonrootuser
2024-11-04T16:42:14Z INFO [openvpn] Initialization Sequence Completed
2024-11-04T16:42:14Z INFO [dns] downloading hostnames and IP block lists
2024-11-04T16:42:14Z INFO [healthcheck] healthy!
2024-11-04T16:42:15Z INFO [dns] DNS server listening on [::]:53
2024-11-04T16:42:16Z INFO [dns] ready
2024-11-04T16:42:16Z INFO [ip getter] Public IP address is 212.112.19.25 (Sweden, Stockholm, MΓ€rsta - source: ipinfo)
2024-11-04T16:42:16Z INFO [vpn] You are running on the bleeding edge of latest!
2024-11-04T16:42:16Z INFO [port forwarding] starting
2024-11-04T16:42:16Z INFO [port forwarding] Found saved forwarded port data for port 42994
2024-11-04T16:42:16Z INFO [port forwarding] Port forwarded data expires in 51 days
2024-11-04T16:42:16Z INFO [port forwarding] port forwarded is 42994
2024-11-04T16:42:16Z INFO [firewall] setting allowed input port 42994 through interface tun0...
2024-11-04T16:42:16Z INFO [port forwarding] writing port file /tmp/gluetun/forwarded_port
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
Please:
do not ask for updates, be patient
:+1: the issue to show your support instead of commenting
@qdm12 usually checks issues at least once a week, if this is a new urgent bug,
revert to an older tagged container image
Is this urgent?
None
Host OS
TrueNAS Scale + Portainer
CPU arch
None
VPN service provider
Private Internet Access
What are you using to run the container
Portainer
What is the version of Gluetun
Running version latest built on 2024-10-28T09:25:35.847Z (commit f1f3472)
What's the problem π€
The Kasm containers DNS gets blocked by Gluetun, more info in my other issue
Share your logs (at least 10 lines)
Share your configuration