mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #479] nsupdate.info fails to add connectivity-test #350
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rnagy on GitHub (Apr 14, 2021).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/479
Hi
I've added my own domain
fuckery.infoto nsupdate.info and configured the nameservers properlyhowever when I try to activate the domain it fails with the following error:
Failed to add/delete host connectivity-test.fuckery.live, check your DNS server configuration. This is a requirement for setting the available flag.This is quiet strange because according to tcpdump, there are no incoming connections at all.
Using nsupdate works just fine on the same domain.
@ThomasWaldmann commented on GitHub (Apr 14, 2021):
Did you read / follow the site notes?
https://www.nsupdate.info/custom/site.html
@PhrozenByte commented on GitHub (Jun 3, 2022):
Same issue here, the connectivity test always fails on nsupdate.info. Looks like nsuupdate.info fails to even establish a connection to perform the connectivity test.
Running
nsupdatelocally works just fine:Removal works locally just fine, too:
I was about to switch to a new nameserver, but ended up with broken DynDNS, because I can't even restore my previously working nameserver.
@ThomasWaldmann commented on GitHub (Jun 4, 2022):
@PhrozenByte i've rebooted the VM and i can ping 2a01:4f8:c0c:9ed7::1 from nsupdate.info - can you try again?
@PhrozenByte commented on GitHub (Jun 4, 2022):
Just tried again, got no luck. As previously reported by @rnagy it seems like that nsupdate.info isn't even trying to connect to the nameserver. For an invalid key I'd see an error in BIND's logs (just tried locally withnsupdatejust to be sure), but nothing is shown.Okay, just got it working by luck. There's a bug in the web interface: nsupdate.info isn't actually using the entered IP address to do the connectivity test. I presume it's using the previously stored IP address instead. You can reproduce the bug as follows:
10.0.0.1), leave "Available" unchecked and hit "Update".2a01:4f8:c0c:9ed7::1).@ThomasWaldmann commented on GitHub (Jun 4, 2022):
Interesting. Would you like to make a PR and fix this?
@PhrozenByte commented on GitHub (Jun 5, 2022):
I just did a quick code check and believe that I've indeed found the issue. However, I don't have a dev setup for nsupdate.info and unfortunately not enough time to set one up. I've just created PR #492, but with completely untested changes. I hope this at least helps a bit, I though it's better than nothing.
Thank you @ThomasWaldmann, keep up with your amazing work! ❤️