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

AdvancedForwarding app EDNS issues in 12.1 #945

Open
christianstrauch opened this issue Jun 11, 2024 · 3 comments
Open

AdvancedForwarding app EDNS issues in 12.1 #945

christianstrauch opened this issue Jun 11, 2024 · 3 comments

Comments

@christianstrauch
Copy link

After updating to 12.1, the advanced forwarding app using my previously perfectly working configuration is generating an "EDNS client subnet mismatch" error for every request. After uninstalling the advanced forwarding app (but using the exact same forwarder,) forwarding works fine, i.e., the issue is not with the forwarder nor with the DNS configuration.

Here is my advanced forwarding config:

{
  "enableForwarding": true,
  "forwarders": [
    {
      "name": "ControlD Device 1",
      "proxy": null,
      "dnssecValidation": false,
      "forwarderProtocol": "Tls",
      "forwarderAddresses": [
        "xyz1.dns.controld.com ([2606:1a40::22]:853)",
        "xyz1.dns.controld.com (76.76.2.22:853)"
      ]
    },
    {
      "name": "ControlD Kids Device",
      "proxy": null,
      "dnssecValidation": false,
      "forwarderProtocol": "Tls",
      "forwarderAddresses": [
        "xyz2.dns.controld.com ([2606:1a40::22]:853)",
        "xyz2.dns.controld.com (76.76.2.22:853)"
      ]
    }
  ],
  "networkGroupMap": {
    "192.168.xxx.yyy/27": "kids",
    "0.0.0.0/0": "everyone",
    "[::]/0": "everyone"
  },
  "groups": [
    {
      "name": "everyone",
      "enableForwarding": true,
      "forwardings": [
        {
          "forwarders": [
            "ControlD Device 1"
          ],
          "domains": [
            "*"
          ]
        }
      ]
    },
    {
      "name": "kids",
      "enableForwarding": true,
      "forwardings": [
        {
          "forwarders": [
            "ControlD Kids Device"
          ],
          "domains": [
            "*"
          ]
        }
      ]
    }
  ]
}

@ShreyasZare
Copy link
Member

Thanks for the feedback. There is no change in the app so not sure why upgrading is breaking it. Do you have "EDNS Client Subnet" option enabled in Settings?

Also, please share the complete error log here so that it becomes easy to understand the issue.

@christianstrauch
Copy link
Author

I don't have EDNS Client Subnet enabled, no. Unfortunately, I can't share the full log right now. It does only show a very large amount of identical EDNS Client Subnet Mismatch errors - for each forwarding request, though. Let me know if this is required to further diagnose and I will find a good time to put the (failing) advanced forwarding configuration back in. I would need to schedule internet downtime for this.

@ShreyasZare
Copy link
Member

I don't have EDNS Client Subnet enabled, no. Unfortunately, I can't share the full log right now. It does only show a very large amount of identical EDNS Client Subnet Mismatch errors - for each forwarding request, though. Let me know if this is required to further diagnose and I will find a good time to put the (failing) advanced forwarding configuration back in. I would need to schedule internet downtime for this.

The error log which gives complete stack trace is really important to understand the issue. Without the complete error log, I wont be able to do much. So, do share it either here or send it to [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants