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
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad on Windows does not detect any network interfaces because the network fingerprinter for Windows is not currently implemented.
Fortunately our implementation for *nix was recently rewritten to use native go APIs that work cross platform. Yay!
_Un_fortunately the go 1.5 Windows implementation of
net.Interfaces()
has a bug that causes it to only show some of the interfaces on the host.There is an open issue golang/go#12301 and patch that we may be able to include in Nomad to work around this.
Alternatively, we could parse the output from
ipconfig
andnets
.Some Possibilities
Merge the implementations for Windows and Linux network fingerprinting
And one of:
Or
ipconfig
/netsh
parserThe text was updated successfully, but these errors were encountered: