Skip to content
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

[Bug] Compatibility bug with Portmaster 1.6.10 #1792

Open
XSpark0 opened this issue Jan 15, 2025 · 2 comments
Open

[Bug] Compatibility bug with Portmaster 1.6.10 #1792

XSpark0 opened this issue Jan 15, 2025 · 2 comments
Labels
bug TYPE: a report on something that isn't working

Comments

@XSpark0
Copy link

XSpark0 commented Jan 15, 2025

If i shutdown Portmaster and turn it back on, it will some 5 or 10 minutes later throw a Detected Compatibility Issue error and show Insecure in the app. Clicking on Restart in the app (have to like restart multiple times) temporarily fixes the issue until it returns again minutes later. I don't actually have compatibility issue i am not using another firewall except Portmaster, not using a VPN, and antivirus is simply the Kaspersky free edition which doesn't come with its own firewall. I am on Windows 11 23H2 and i am using Quad9 DNS.

The compatibility issue disappears on its own later if i shutdown pc and later turn it on again and sometimes without having to shutdown pc. That's why i think its a Portmaster bug and not an actual compatibility issue.

Logs:
2025-01-15-16-48-24.log
2025-01-15-16-48-24.error.log

@XSpark0 XSpark0 added the bug TYPE: a report on something that isn't working label Jan 15, 2025
@Maizwa
Copy link

Maizwa commented Jan 26, 2025

I too am having the same issue... I am using the same windows and version but using mullvad's DNS, it gave me a notification that is having a compatibility issue for some reason.

@Maizwa
Copy link

Maizwa commented Jan 26, 2025

I too am having the same issue... I am using the same windows and version but using mullvad's DNS, it gave me a notification that is having a compatibility issue for some reason.

Ok, I fixed it. This is what I did:

  1. Open the command prompt (cmd.exe) as an administrator.
  2. Before connecting identify the name of the connected network interface. In the case below it is "Local Area Connection"

netsh interface show interface

  1. Connect to the VPN. Once connected proceed to the next step.
  2. Flush the DNS resolver cache

ipconfig /flushdns

  1. Disable the DNS configuration for the Interface identified in step 1

netsh interface IPv4 set dnsserver "Local Area Connection" static 0.0.0.0 both

  1. Test for DNS leak -> https://dnsleaktest.com
  2. After disconnecting, reconfigure the adapter to renew the previous DNS settings

netsh interface IPv4 set dnsserver "Local Area Connection" dhcp

  1. Once again, flush the DNS resolver cache.

ipconfig /flushdns

  1. Done

Thanks to https://dnsleaktest.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug TYPE: a report on something that isn't working
Projects
None yet
Development

No branches or pull requests

2 participants