You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently trying to connect to a wireguard vpn using Gluetun via the userspace implementation. However, logs show the following errors:
gluetun | 2023-01-11T04:39:56Z INFO [vpn] starting
gluetun | 2023-01-11T04:39:56Z INFO [firewall] allowing VPN connection...
gluetun | 2023-01-11T04:39:56Z INFO [wireguard] Using userspace implementation since Kernel support does not exist
gluetun | 2023-01-11T04:39:56Z INFO [wireguard] Connecting to 103.137.12.195:51820
gluetun | 2023-01-11T04:39:56Z INFO [wireguard] Wireguard is up
gluetun | 2023-01-11T04:39:59Z INFO [dns over tls] downloading DNS over TLS cryptographic files
gluetun | 2023-01-11T04:39:59Z WARN [dns over tls] cannot update files: Get "https://www.internic.net/domain/named.root": dial tcp: lookup www.internic.net on 1.1.1.1:53: write udp 172.29.4.2:51350->1.1.1.1:53: write: operation not permitted
gluetun | 2023-01-11T04:39:59Z INFO [dns over tls] attempting restart in 20s
gluetun | 2023-01-11T04:39:59Z ERROR [ip getter] Get "https://ipinfo.io/": dial tcp: lookup ipinfo.io on 1.1.1.1:53: write udp 172.29.4.2:39827->1.1.1.1:53: write: operation not permitted
gluetun | 2023-01-11T04:39:59Z INFO [ip getter] retrying in 5s
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently trying to connect to a wireguard vpn using Gluetun via the userspace implementation. However, logs show the following errors:
My compose file:
I'm new to using gluetun so any advice would be much appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions