Update from the Raspberry...
Update from the Raspberry is failing.
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- Update from the Raspberry is failing.
- Community Forum
- Update from the Raspberry is failing.
Topic: Update from the Raspberry is failing.
According to the page
https://www.dynu.com/DynamicDNS/IPUpdateClient/RaspberryPi-Dynamic-DNS
describing the setup of the IP Update Client for Raspberry the following code should be used:
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K -
I tried using my dynu login name and password for the USERNAME and PASSWORD fields, but I always get badauth in the dynu.log file.
On the terminal window I get:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7 100 7 0 0 12 0 --:--:-- --:--:-- --:--:-- 12
I assume that the update is failing. Right? Why?
https://www.dynu.com/DynamicDNS/IPUpdateClient/RaspberryPi-Dynamic-DNS
describing the setup of the IP Update Client for Raspberry the following code should be used:
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K -
I tried using my dynu login name and password for the USERNAME and PASSWORD fields, but I always get badauth in the dynu.log file.
On the terminal window I get:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7 100 7 0 0 12 0 --:--:-- --:--:-- --:--:-- 12
I assume that the update is failing. Right? Why?
Reply with quote |Report
Same here. I configured my raspberry according to your guide, and dynu.com shows update request, but IP address remains the same. Once I'm doing it's manually - working fine.
If any support could be provided?
If any support could be provided?
Reply with quote |Report
Wlodek wrote:According to the page
https://www.dynu.com/DynamicDNS/IPUpdateClient/RaspberryPi-Dynamic-DNS
describing the setup of the IP Update Client for Raspberry the following code should be used:
echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K -
I tried using my dynu login name and password for the USERNAME and PASSWORD fields, but I always get badauth in the dynu.log file.
On the terminal window I get:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7 100 7 0 0 12 0 --:--:-- --:--:-- --:--:-- 12
I assume that the update is failing. Right? Why?
1. Your username and password does not match
2. All hostnames in your account are assigned to a group. The username/password combination updates hostnames in the account that are not assigned to a group. This case is not very obvious and clearly they could have come up with a better error code.
Reply with quote |Report
2rboddns wrote:Same here. I configured my raspberry according to your guide, and dynu.com shows update request, but IP address remains the same. Once I'm doing it's manually - working fine.
If any support could be provided?
Reply with quote |Report
| Author | Topic: Update from the Raspberry is failing. |
|---|---|
|
Wlodek Joined: 2018/8/1 |
2018年8月2日星期四 下午6:59
According to the page
https://www.dynu.com/DynamicDNS/IPUpdateClient/RaspberryPi-Dynamic-DNS describing the setup of the IP Update Client for Raspberry the following code should be used: echo url="https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD" | curl -k -o ~/dynudns/dynu.log -K - I tried using my dynu login name and password for the USERNAME and PASSWORD fields, but I always get badauth in the dynu.log file. On the terminal window I get: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 7 100 7 0 0 12 0 --:--:-- --:--:-- --:--:-- 12 I assume that the update is failing. Right? Why? |
|
2rboddns Joined: 2020/9/27 |
2020年10月20日星期二 上午1:16
Same here. I configured my raspberry according to your guide, and dynu.com shows update request, but IP address remains the same. Once I'm doing it's manually - working fine.
If any support could be provided? |
|
vesey Joined: 2017/6/23 |
2020年10月20日星期二 下午4:49
1. Your username and password does not match 2. All hostnames in your account are assigned to a group. The username/password combination updates hostnames in the account that are not assigned to a group. This case is not very obvious and clearly they could have come up with a better error code. |
|
vesey Joined: 2017/6/23 |
2020年10月20日星期二 下午4:49
|
2026年6月13日星期六 上午4:53
