-
Notifications
You must be signed in to change notification settings - Fork 2k
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
nomad should not assume all linux hosts use eth0 as the default. #158
Comments
Or maybe allow for a configuration dierctive to set the interface to use. Not everybody wants to use the default gateway. |
im running ubuntu 15.04 with systemd and it has eth0. both gateway as well as route introspection can be tricky, i 'll prefer to have a direct config option as @apognu suggested. |
#189 addresses this. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
systemd systems do not have eth0. Maybe nomad should detect the default interface based on the default gateway: https://github.com/hashicorp/nomad/blob/master/client/fingerprint/network_unix.go#L38
The text was updated successfully, but these errors were encountered: