I have Windows 10 Pro and have installed CodeReady Containers (with "user" network mode due to being on VPN). When I initially do "crc setup" to create the virtual machine, it works fine, and "crc start" works as does "crc console". However, if I restart my computer, the console URL https://console-openshift-console.apps-crc.testing/ unexpectedly shows the IIS "welcome page". I've tried navigating to IIS, right-clicking my localhost server and clicking "Stop", but still the "welcome page" displays. If I open a CLI and execute "iisreset /STOP", when I navigate to the crc console URL, Chrome shows "This site can't be reached / ERR_CONNECTION_REFUSED". Also if I try to execute "crc stop" I see an error:
dial tcp 127.0.0.1:2222: connectex: No connection could be made because the target machine actively refused it.
Also "crc status" shows: OpenShift: Unreachable (v4.8.2)
I need to be able to have IIS coexisting with CodeReady Containers, ideally with both running simultaneously. How can I make this happen? There must be something with the initial crc setup that allows the console URL to work.