IP Update - Bad Auth
IP Update - Bad Auth
- 主页
- 后台控制中心
- Community Forum
- Services
- Dynamic DNS Service
- IP Update - Bad Auth
- Community Forum
- IP Update - Bad Auth
Topic: IP Update - Bad Auth
I have been trying to run the IP updater for HOURS. I have changed my password several times, each time logging out of the control panel and then logging back in, to make sure it is correct as I am changing both passwords together. I know my username is correct as well. I'm about to lose my mind... Help please?
Reply with quote |Report
Check the location name. If you assigned your domain name a location name in the control panel, you need to use that location name in the IP update client as well.
Reply with quote |Report
jdidi wrote:Check the location name. If you assigned your domain name a location name in the control panel, you need to use that location name in the IP update client as well.
Reply with quote |Report
While trying to update A record for a single dynamic host:
md5_pass = Digest::MD5::md5(passwd) // BADAUTH
md5_pass = Digest::MD5::md5_hex(passwd) // BADAUTH
md5_pass=$(echo -n pass |md5sum // BADAUTH
md5_pass=$(echo -n pass |openssl dgst -md5) //BADAUTH
# each of the above that uses echo , tried again with shell printf
# each of the above outputs compared with other methods of generating the same output
// BADAUTH in all cases
# each of the above methods substituted sha256 for md5, // BADAUTH
# tried with and without user name (since documents suggest username is optional: // BADAUTH
# tried base64 since documents mention base64 // BADAUTH
# tried re-encoding prevous outputs as base64 // BADAUTH
# tried hexdump() and od -c looking for extraneous linefeeds, all inputs are single quoted
// BADAUTH
# requested diagnostic feedback from a short lifetime one time password feature so that the encoded
request could be compared with what the interface is comparing it to for the password, waiting to hear back
md5_pass = Digest::MD5::md5(passwd) // BADAUTH
md5_pass = Digest::MD5::md5_hex(passwd) // BADAUTH
md5_pass=$(echo -n pass |md5sum // BADAUTH
md5_pass=$(echo -n pass |openssl dgst -md5) //BADAUTH
# each of the above that uses echo , tried again with shell printf
# each of the above outputs compared with other methods of generating the same output
// BADAUTH in all cases
# each of the above methods substituted sha256 for md5, // BADAUTH
# tried with and without user name (since documents suggest username is optional: // BADAUTH
# tried base64 since documents mention base64 // BADAUTH
# tried re-encoding prevous outputs as base64 // BADAUTH
# tried hexdump() and od -c looking for extraneous linefeeds, all inputs are single quoted
// BADAUTH
# requested diagnostic feedback from a short lifetime one time password feature so that the encoded
request could be compared with what the interface is comparing it to for the password, waiting to hear back
Reply with quote |Report
| Author | Topic: IP Update - Bad Auth |
|---|---|
|
scotntam Joined: 2017/12/19 |
2018年5月10日星期四 上午7:27
I have been trying to run the IP updater for HOURS. I have changed my password several times, each time logging out of the control panel and then logging back in, to make sure it is correct as I am changing both passwords together. I know my username is correct as well. I'm about to lose my mind... Help please?
|
|
jdidi Joined: 2017/6/23 |
2018年5月15日星期二 上午9:38
Check the location name. If you assigned your domain name a location name in the control panel, you need to use that location name in the IP update client as well.
|
|
engsysmon Joined: 2021/12/26 |
2022年1月4日星期二 上午7:14
|
|
engsysmon Joined: 2021/12/26 |
2022年1月4日星期二 上午7:24
While trying to update A record for a single dynamic host:
md5_pass = Digest::MD5::md5(passwd) // BADAUTH md5_pass = Digest::MD5::md5_hex(passwd) // BADAUTH md5_pass=$(echo -n pass |md5sum // BADAUTH md5_pass=$(echo -n pass |openssl dgst -md5) //BADAUTH # each of the above that uses echo , tried again with shell printf # each of the above outputs compared with other methods of generating the same output // BADAUTH in all cases # each of the above methods substituted sha256 for md5, // BADAUTH # tried with and without user name (since documents suggest username is optional: // BADAUTH # tried base64 since documents mention base64 // BADAUTH # tried re-encoding prevous outputs as base64 // BADAUTH # tried hexdump() and od -c looking for extraneous linefeeds, all inputs are single quoted // BADAUTH # requested diagnostic feedback from a short lifetime one time password feature so that the encoded request could be compared with what the interface is comparing it to for the password, waiting to hear back |
2026年6月13日星期六 下午12:06
