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
Running version latest built on 2024-12-27T20:18:46.989Z (commit 61b053f)
What's the problem 🤔
When running latest containerd.io (1.7.24-1), tun device is not available. Downgrade to 1.7.23-1 and gluetun will work
Share your logs (at least 10 lines)
025-01-04T14:02:01Z INFO [routing] default route found: interface eth0, gateway 10.1.0.1, assigned IP 10.1.0.3 and family v4
2025-01-04T14:02:01Z DEBUG [netlink] ip -4 rule list
2025-01-04T14:02:01Z DEBUG [netlink] ip -6 rule list
2025-01-04T14:02:01Z DEBUG [netlink] ip -f 0 rule add from 10.1.0.3/32 lookup 200 pref 100
2025-01-04T14:02:01Z INFO [routing] adding route for 0.0.0.0/0
2025-01-04T14:02:01Z DEBUG [routing] ip route replace 0.0.0.0/0 via 10.1.0.1 dev eth0 table 200
2025-01-04T14:02:01Z INFO [firewall] setting allowed subnets...
2025-01-04T14:02:01Z INFO [routing] default route found: interface eth0, gateway 10.1.0.1, assigned IP 10.1.0.3 and family v4
2025-01-04T14:02:01Z DEBUG [netlink] ip -4 rule list
2025-01-04T14:02:01Z DEBUG [netlink] ip -6 rule list
2025-01-04T14:02:01Z DEBUG [netlink] ip -f 0 rule add to 10.1.0.0/24 lookup 254 pref 98
2025-01-04T14:02:01Z INFO [routing] routing cleanup...
2025-01-04T14:02:01Z INFO [routing] default route found: interface eth0, gateway 10.1.0.1, assigned IP 10.1.0.3 and family v4
2025-01-04T14:02:01Z INFO [routing] deleting route for 0.0.0.0/0
2025-01-04T14:02:01Z DEBUG [routing] ip route delete 0.0.0.0/0 via 10.1.0.1 dev eth0 table 200
2025-01-04T14:02:01Z DEBUG [netlink] ip -4 rule list
2025-01-04T14:02:01Z DEBUG [netlink] ip -6 rule list
2025-01-04T14:02:01Z DEBUG [netlink] ip -f 0 rule del from 10.1.0.3/32 lookup 200 pref 100
2025-01-04T14:02:01Z ERROR checking TUN device: TUN device is not available: open /dev/net/tun: operation not permitted (see the Wiki errors/tun page)
2025-01-04T14:02:01Z INFO Shutdown successful
Share your configuration
No response
The text was updated successfully, but these errors were encountered:
@timfoley66 I had the same issue, but found the following error:
2025-01-04T17:28:59Z ERROR creating tun device: unix opening TUN device file: operation not permitted (did you specify --device /dev/net/tun to your container command?)
I simply added the following to my docker-compose.yaml, but the same can be done via dockerfile if needed:
Is this urgent?
No
Host OS
Ubuntu Jammy
CPU arch
x86_64
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-12-27T20:18:46.989Z (commit 61b053f)
What's the problem 🤔
When running latest containerd.io (1.7.24-1), tun device is not available. Downgrade to 1.7.23-1 and gluetun will work
Share your logs (at least 10 lines)
Share your configuration
No response
The text was updated successfully, but these errors were encountered: