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

siproxd: init wait wireguard interface be up #800

Closed
Azureit opened this issue Jan 13, 2023 · 0 comments · Fixed by #843
Closed

siproxd: init wait wireguard interface be up #800

Azureit opened this issue Jan 13, 2023 · 0 comments · Fixed by #843

Comments

@Azureit
Copy link

Azureit commented Jan 13, 2023

If the interface_inbound or interface_outbound is a wireguard interface, then at init siproxd will try to start before the wireguard interface is set up.

The log error: daemon.err siproxd[1]: utils.c:401 ERROR:Don't know what interface to look for - configuration error?

workaround: after the wireguard interface is set up, click siproxd restart button at luci startup initscripts

Maintainer: @micmac1

guidosarducci added a commit to guidosarducci/telephony that referenced this issue Nov 21, 2023
Resolve network devices by first trying 'network_get_device' (L3) and
falling back to 'network_get_physdev' (L2) on failure. This allows using
Wireguard interfaces without error.

Fixes: openwrt#800
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
guidosarducci added a commit to guidosarducci/telephony that referenced this issue Nov 22, 2023
Resolve network devices by first trying 'network_get_device' (L3) and
falling back to 'network_get_physdev' (L2) on failure. This allows using
Wireguard interfaces without error.

Fixes: openwrt#800
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
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

Successfully merging a pull request may close this issue.

1 participant