IP Update - Bad Auth
IP Update - Bad Auth
- Home
- Control Panel
- 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) // BADAUTHmd5_pass = Digest::MD5::md5_hex(passwd) // BADAUTHmd5_pass=$(echo -n pass |md5sum // BADAUTHmd5_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: 12/19/2017 |
IP Update - Bad Auth Thursday, May 10, 2018 7:27 AM
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: 6/23/2017 |
IP Update - Bad Auth Tuesday, May 15, 2018 9:38 AM
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: 12/26/2021 |
IP Update - Bad Auth Tuesday, January 4, 2022 7:14 AM
|
engsysmon Joined: 12/26/2021 |
IP Update - Bad Auth Tuesday, January 4, 2022 7:24 AM
While trying to update A record for a single dynamic host:md5_pass = Digest::MD5::md5(passwd) // BADAUTHmd5_pass = Digest::MD5::md5_hex(passwd) // BADAUTHmd5_pass=$(echo -n pass |md5sum // BADAUTHmd5_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
|
It is currently Friday, November 15, 2024 3:54 PM US Mountain Standard Time
Friday, November 15, 2024 3:54 PM