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

Error while doing wg-quick up wgcf-profile.conf #373

Closed
DavidRLTG opened this issue Jan 18, 2024 · 2 comments
Closed

Error while doing wg-quick up wgcf-profile.conf #373

DavidRLTG opened this issue Jan 18, 2024 · 2 comments

Comments

@DavidRLTG
Copy link

Logs:
root@computer:/home/user/Downloads# wg-quick up wgcf-profile.conf [#] ip link add wgcf-profile type wireguard [#] wg setconf wgcf-profile /dev/fd/63 [#] ip -4 address add xxx.xx.x.x/xx dev wgcf-profile [#] ip -6 address add xxxx:xxxx:xxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx dev wgcf-profile [#] ip link set mtu 1280 up dev wgcf-profile [#] resolvconf -a wgcf-profile -m 0 -x /usr/bin/wg-quick: line 32: resolvconf: command not found [#] ip link delete dev wgcf-profile

Apparently this might be because I am on Devuan with OpenRC, NOT Debian with SystemD.
Any ideas?

@ViRb3
Copy link
Owner

ViRb3 commented Jan 20, 2024

You need to install resolvconf. I would recommend asking on #wireguard irc channel, this is not related to wgcf.

@ViRb3 ViRb3 closed this as completed Jan 20, 2024
@DavidRLTG
Copy link
Author

Well sorry, I didn't know.
Thanks for your help though! Have a great day.

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

2 participants