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
Error: fatal msg="Could not get interface: route ip+net: no such network interface\n"
interface = "zt7nnjn3xu" list in .ztdns.toml in the root directory of the git repo
I can start the service using the pre-compiled executable with the same config file and have no problems.
Running this on CentOS 7 as root.
The text was updated successfully, but these errors were encountered:
It seems that the error is raised because by default the containerized daemon doesn't have access to any of the zerotier interfaces of the host machine.
It's possible to solve the issue by commenting out the interface section in zerotier config, so the daemon is bound to all interfaces inside the container, and configure some port forwarding in compose file instead:
Error:
fatal msg="Could not get interface: route ip+net: no such network interface\n"
interface = "zt7nnjn3xu" list in .ztdns.toml in the root directory of the git repo
I can start the service using the pre-compiled executable with the same config file and have no problems.
Running this on CentOS 7 as root.
The text was updated successfully, but these errors were encountered: