Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon not working anymore (maybe since latest Core update) #343

Open
DerSpatz opened this issue Dec 16, 2024 · 0 comments
Open

Addon not working anymore (maybe since latest Core update) #343

DerSpatz opened this issue Dec 16, 2024 · 0 comments

Comments

@DerSpatz
Copy link

Hey everyone,

recently, the Wireguard add-on stopped working. Here's the log:

[19:34:54] INFO: Starting WireGuard...
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 172.27.66.1/24 dev wg0
[#] ip link set mtu 1420 up dev wg0
[#] resolvconf -a wg0 -m 0 -x
[#] ip -4 route add 192.168.178.0/24 dev wg0
[#] wg set wg0 fwmark 51820
[#] ip -6 route add ::/0 dev wg0 table 51820
[#] ip -6 rule add not fwmark 51820 table 51820
[#] ip -6 rule add table main suppress_prefixlength 0
[#] ip6tables-restore -n
Warning: Extension CONNMARK revision 0 not supported, missing kernel module?
Warning: Extension comment revision 0 not supported, missing kernel module?
Warning: Extension CONNMARK is not supported, missing kernel module?
ip6tables-restore v1.8.10 (nf_tables):
line 4: RULE_INSERT failed (No such file or directory): rule in chain POSTROUTING
line 5: RULE_INSERT failed (No such file or directory): rule in chain PREROUTING
[#] resolvconf -d wg0 -f
[#] ip -6 rule delete table 51820
[#] ip -6 rule delete table main suppress_prefixlength 0
[#] ip link delete dev wg0

Is the error on my side, or did a recent HAss core update break the wireguard add-on?

Removing the add-on, rebooting and reinstalling did not help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant