-
Notifications
You must be signed in to change notification settings - Fork 981
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
Dnscache Registry Value breaks Internet Access #659
Comments
This change was introduced in #630 to force DNS requests to always come from requesting process. It should not break internet access. |
I have tried the installation in Windows 10 and this does not break internet. I can't test it on Windows 11 at the moment. Can someone else confirm if they get this issue in Windows 11 too? |
I am running a fresh install on Windows 11 Pro to test this out. I previously ran into no internet issues in Windows 11 after starting the vm the next day, days later. Running this on Fedora 41 in VMware Workstation 17 Pro, version 17.6.2 build-24409262 Will update here within the next 1-2 hours. Current Windows 11 vm Build info: Edition Windows 11 Pro |
I ran into this same issue after installing Flare on a new Windows 11 VM on VirtualBox. Setting the registry value back to 2 fixed the issue. Edition Windows 11 Enterprise |
Hi, same issue here. Windows 11 Pro |
I can confirm that this issue has also occurred to me. It happened 2 days after installation. Environment
VM-Get-Host-Info:Host InformationVM OS version and Service PackVersion : 10.0.26100 VM OS RAM (MB)8192 VM OS HDD Space / UsageDeviceID DriveType ProviderName VolumeName Size FreeSpace C: 3 106567823360 42550505472 VM AV DetailsAntiVirusProduct classname does not exist... VM PowerShell Version5.1.26100.2161 VM CLR Version4.0.30319.42000 VM Chocolatey Version2.4.3 VM Boxstarter VersionBoxstarter|3.0.3 VM Installed Packages010editor.vm|15.0.1.20250219 Common Environment VariablesVM_COMMON_DIR: C:\ProgramData_VM |
What's the problem?
Guest VM: Windows 11 Pro (Version: 10.0.26100)
After the install script is finished, internet access is broken:
Error: ERR_NAME_NOT_RESOLVED
The problem is the Windows DNS Service that gets disabled through the following line of code of the config.xml:
By changing the corresponding registry key back to the default value 2, internet access works
Can someone explain how this is intended to work without the Windows DNS Service? On my Windows 10 Guest VM, it works fine.
Steps to Reproduce
Environment
Additional Information
No response
The text was updated successfully, but these errors were encountered: