DataMiner gets wrong primary IP
7th June 2024
On startup, SLNet tries to resolve the IP address through either NetworkInterface.GetAllNetworkInterfaces() (GetIPProperties() on first returned interface) First non-ipv6 address returned through Dns.GetHostEntry(String.Empty) Hope this can help in figuring out …