0.47.2 Match Domain Issue #1974

Closed
opened 2025-11-20 06:10:31 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @roberthase on GitHub (Jun 18, 2025).

After updating a client with windows 11 to 0.47.2 the first match domain configured in the netbird controller is not routed trough the tunnel.
All other domains work fine.
The domain shows up fine when checking netbird status --detail and is correctly stored in the registry.

Disconnecting, reconnecting and rebooting do not fix this issue.

After downgrading to 0.47.1. everything is back to normal.

Controller and routing peers are on 0.43.0.

This is reproducable and happens each time after updating to 0.47.2 on multiple devices.

Originally created by @roberthase on GitHub (Jun 18, 2025). After updating a client with windows 11 to 0.47.2 the first match domain configured in the netbird controller is not routed trough the tunnel. All other domains work fine. The domain shows up fine when checking netbird status --detail and is correctly stored in the registry. Disconnecting, reconnecting and rebooting do not fix this issue. After downgrading to 0.47.1. everything is back to normal. Controller and routing peers are on 0.43.0. This is reproducable and happens each time after updating to 0.47.2 on multiple devices.
saavagebueno added the config-issuedns labels 2025-11-20 06:10:31 -05:00
Author
Owner

@nazarewk commented on GitHub (Jun 18, 2025):

Could you upload a debug bundle while demonstrating the issue and send us the upload key + output of the commands you're using to verify?

Some of the commands that could help us with debugging this:

ipconfig /all
Get-DnsClientGlobalSetting
Get-DnsClientNrptGlobal
Get-DnsClientNrptRule
Get-DnsClientNrptPolicy
Get-ChildItem -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DnsPolicyConfig"
Get-ChildItem -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient\DnsPolicyConfig"

Feel free to email it to support@netbird.io if you're not feeling comfortable posting all that data here.

@nazarewk commented on GitHub (Jun 18, 2025): Could you upload a debug bundle while demonstrating the issue and send us the upload key + output of the commands you're using to verify? Some of the commands that could help us with debugging this: ``` ipconfig /all Get-DnsClientGlobalSetting Get-DnsClientNrptGlobal Get-DnsClientNrptRule Get-DnsClientNrptPolicy Get-ChildItem -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\DnsPolicyConfig" Get-ChildItem -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\DNSClient\DnsPolicyConfig" ``` Feel free to email it to support@netbird.io if you're not feeling comfortable posting all that data here.
Author
Owner

@nazarewk commented on GitHub (Jun 18, 2025):

TLDR; we have determined that @roberthase has used the same domain (let's call it example.com) for both NetBird account's "DNS domain" and tried to supply a Nameserver handling the same example.com domain. This scenario is not allowed and will be filtered out on the client side.

Image

@roberthase please let us know and close the issue if changing the DNS domain to something else resolves your issue.

@nazarewk commented on GitHub (Jun 18, 2025): TLDR; we have determined that @roberthase has used the same domain (let's call it `example.com`) for both NetBird account's "DNS domain" and tried to supply a Nameserver handling the same `example.com` domain. This scenario is not allowed and will be filtered out on the client side. ![Image](https://github.com/user-attachments/assets/7274f977-305b-4caf-9e7f-773f1ffac7c2) @roberthase please let us know and close the issue if changing the DNS domain to something else resolves your issue.
Author
Owner

@roberthase commented on GitHub (Jun 18, 2025):

this has been resolved, thank you.

@roberthase commented on GitHub (Jun 18, 2025): this has been resolved, thank you.
Author
Owner

@nazarewk commented on GitHub (Jun 18, 2025):

just noting this seems related to https://github.com/netbirdio/netbird/issues/3933

@nazarewk commented on GitHub (Jun 18, 2025): just noting this seems related to https://github.com/netbirdio/netbird/issues/3933
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1974