The Wildix Integration service installs itself on the workstation and converts 127.0.0.1 to wildixintegration.eu, commenting out localhost. This enables the workstation to integrate with Wildix.
This can have an unexpected effect on other services, especially if Wildix Integration is uninstalled, as any connection referencing the local workstation will be referenced to wildixintegration.eu.
This had an unexpected impact on a Windows 10 Workstation as packets were being routed to wildixintegration.eu rather than localhost after the Wildix Integration service was uninstalled.
When uninstalling the Wildix Integration service, ensure that you edit \system32\drivers\etc\hosts and:
- remove the line referencing wildixintegration.eu completely
- uncomment the line referencing localhost
Then restart the workstation.