We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have been running arch-delugevpn through Docker on Windows for years now, and for a long time have had no issues.
Suddenly today, the container stopped working - it is running, but erroring out in the logs as follows:
2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(::/3 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: ::/3 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed 2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(2000::/4 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: 2000::/4 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed 2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(3000::/4 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: 3000::/4 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 16:01:54 2023-11-08 21:01:54,499 DEBG 'start-script' stdout output: 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed 2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(fc00::/7 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: fc00::/7 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed
I pulled an updated OVPN file from Airvpn to see if it would fix anything, but no dice.
I've looked over others with a similar error and want to confirm that:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been running arch-delugevpn through Docker on Windows for years now, and for a long time have had no issues.
Suddenly today, the container stopped working - it is running, but erroring out in the logs as follows:
2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(::/3 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: ::/3 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed 2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(2000::/4 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: 2000::/4 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed 2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(3000::/4 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: 3000::/4 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 16:01:54 2023-11-08 21:01:54,499 DEBG 'start-script' stdout output: 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed 2023-11-08 16:01:54 2023-11-08 21:01:54 add_route_ipv6(fc00::/7 -> :: metric -1) dev tun0 2023-11-08 16:01:54 2023-11-08 21:01:54 net_route_v6_add: fc00::/7 via :: dev tun0 table 0 metric -1 2023-11-08 16:01:54 2023-11-08 21:01:54 sitnl_send: rtnl: generic error (-13): Permission denied 2023-11-08 16:01:54 2023-11-08 21:01:54 ERROR: Linux route add command failed
I pulled an updated OVPN file from Airvpn to see if it would fix anything, but no dice.
I've looked over others with a similar error and want to confirm that:
The text was updated successfully, but these errors were encountered: