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

Container fails to start after enableing remote control #165

Open
gunnahafta opened this issue Feb 11, 2024 · 2 comments
Open

Container fails to start after enableing remote control #165

gunnahafta opened this issue Feb 11, 2024 · 2 comments

Comments

@gunnahafta
Copy link

Trying to enable remote control in unbound.conf

From:

remote-control:
control-enable: no

To:

remote-control:
control-enable: yes

Upon restart of the container it wont fully start and throws the following errors:

[1707619987] unbound[1:0] error: can't bind socket: Cannot assign requested address for ::1 port 8953
[1707619987] unbound[1:0] error: cannot open control interface ::1 8953
[1707619987] unbound[1:0] fatal error: could not open ports

IP appears to be IPv6. Don't use IPv6 on this network or on the docker host. Not sure why this would only occur when enabling remote control. No sure how these are related.

@MatthewVance
Copy link
Owner

You also need to make some other changes like providing the crypto keys. See #77 and https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/configuration.html#set-up-remote-control.

@gunnahafta
Copy link
Author

gunnahafta commented Feb 12, 2024 via email

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