-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Cannot had more than one No-Ip domains #5830
Comments
This is working as designed. Our script is not able to handle 2 domain atm. |
oh, because when I do in domains, it says it can : "Please enter a comma-separated list of domains that shall point to this system: " |
ahhh sorry my fault. I was typing to fast, by bad. Issue is related to DNS as you are not able to resolve the NoIP update server address can you check following
|
Generally adding two domains that way comma-separated should work: https://www.noip.com/integrate/request Btw, checking your bug report, you have apt-mark auto dhcpcd5
apt autopurge However, it is definitely disabled so not causing any issues in your case, which was a first guess I had. |
btw, there is no need to create screen prints. You should be able to copy everything from SSH terminal directly. This is way more easier to handle 😃 |
I retried multiple time, at least 5 time. Always show the same result. I can try to remove dhcpcd5 put i think it was use with PiVPN, which I just reinstall. I also restarted it of course, and still same issue |
Cam you try: curl -I dynupdate.noip.com |
I get : |
Confusing, this works fine. Can you test: curl -L -u username:password https://dynupdate.noip.com/nic/update?hostname=host1.ddns.net,host2.ddns.net replacing credentials and hosts. This is the exact command |
i get this: |
Did you adjust as well |
it works ! It does: But it does not work in dietpi-DDNS |
how does it behabe using just 1 domain instaed of 2? |
yes the dimain get updated on no ip with one domain |
How is it possible that the same command works on console but does not work within the script 🤔. In Can you test: which curl
bash -c '. /boot/dietpi/func/dietpi-globals; G_INIT; curl -I dynupdate.noip.com'
bash -c '. /boot/dietpi/func/dietpi-globals; curl -I dynupdate.noip.com'
bash -c 'curl -I dynupdate.noip.com' |
i get
|
So it's not the clean script or G_INIT environment or dietpi-globals. I've absolutely no idea how in Probably to check every step: bash -x /boot/dietpi/dietpi-ddns trigger the issue, then check or paste the whole console output (will be much) for any possible reason. |
Thank you for your help ! When I try it i get the same error again :
|
- DietPi-DDNS | Resolved an issue where IPv6 was forced when if was chosen to not force any IP family. Many thanks to @champymarty for reporting this issue: #5830
Found and fixed it: 70ed79e The
|
super happy that i found this thread. i had the exact same problem and totally didn't understand why it wasn't working although i could ping the domain and everything. everyone else would have maybe just closed the ticket and blamed it on the user or something, but no michaelng keeps on delivering. just incredible! Sry just wanted to say how rare such dedication is nowadays. TLDR: Same Problem, works now after 8.11 Release |
Creating a bug report/issue
Required Information
DietPi version
G_DIETPI_VERSION_CORE=8
G_DIETPI_VERSION_SUB=9
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
Distro version
buster 0
Kernel version |
uname -a
Linux DietPi 5.10.103-v8+ #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022 aarch64 GNU/Linux
SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3)RPi 4 Model B (aarch64)
Power supply used
Standard raspberry pi 4 power supply
SD card used
SanDisk ultra 64 Gb
Additional Information (if applicable)
dietpi-DDNS
It comes with dietpi os
Did not try
a8acf7cd-ed7b-488b-b36f-8df9df3e7050
Steps to reproduce
Expected behaviour
Actual behaviour
I get a error here:
Extra details
The text was updated successfully, but these errors were encountered: