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

Currently requires external config of alias IP address #6

Open
ksunden opened this issue Aug 12, 2022 · 0 comments
Open

Currently requires external config of alias IP address #6

ksunden opened this issue Aug 12, 2022 · 0 comments

Comments

@ksunden
Copy link
Member

ksunden commented Aug 12, 2022

The opa and delay stage daemons refer to other daemons running within the docker containers

They cannot currently refer to "localhost"/127.0.0.1 as those addresses get translated to be different inside of docker compared to from the perspective of the host machine.

Thus, they are currently configured to use the host 33.33.33.33, which is expected to be an alias of the loopback network device (127.0.0.1), but one which the docker containers do not know about so they route through the host network.

reference for config on windows:

https://stackoverflow.com/questions/8944860/how-to-create-an-ip-alias-on-windows

See also wright-group/bluesky-in-a-box#11

Command on linux (must be redone upon reboot):

sudo ip addr add 33.33.33.33 dev lo
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