DDNS issue v3.0-r54109 std (11/24/23) R8000

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page 1, 2  Next
Author Message
bobby121418
DD-WRT Novice


Joined: 17 Jan 2022
Posts: 32

PostPosted: Fri Dec 01, 2023 19:40    Post subject: DDNS issue v3.0-r54109 std (11/24/23) R8000 Reply with quote
Hi,
I updated to this Firmware: DD-WRT v3.0-r54109 std (11/24/23) last week and have been having DDNS issues since.

My configuration has not changed, yet I get this error:

Update forced for alias ef595166-xyxy-4e3c-xyxyxy-zyzyzyzyzyz, new IP# 192.168.0.99
Fatal error in DDNS server response: DDNS server response not OK
Error response from DDNS server, ignoring ...

Any help in solving is appreciated.
Thanks
Sponsor
Sp1derman
DD-WRT User


Joined: 16 Jun 2006
Posts: 152
Location: Germany, BW

PostPosted: Fri Dec 01, 2023 21:40    Post subject: Reply with quote
your alias looks like the Username, the alias is your dns name (in the GUI the Hostname), something like myname.hopto.org.

The new IP is also wrong, its a private IP, but must be your Internet IP. Did you activate "Use Externam IP Check" and "Use SSL"? Try only one of these settings and then both together until you get the external IP.
bobby121418
DD-WRT Novice


Joined: 17 Jan 2022
Posts: 32

PostPosted: Fri Dec 01, 2023 22:51    Post subject: Reply with quote
Thanks, so I got the external IP by putting both the ticks.
However I tried putting my username in Hostname in the GUI, but still get an error.
SO, do we not need to put Hostname Hex as per the DDNS server indications?

Update forced for alias xxxxxxxxx, new IP# xxx.xx.9.xx
Fatal error in DDNS server response: DDNS server response not OK
Error response from DDNS server, ignoring ...

Thanks
Sp1derman
DD-WRT User


Joined: 16 Jun 2006
Posts: 152
Location: Germany, BW

PostPosted: Sat Dec 02, 2023 0:03    Post subject: Reply with quote
you didn't mention which DDNS-Service you are using and I'm not a DDNS expert, but I've never seen writing the Hostname in Hex.

You can check the inadyn github or the DD-WRT Wiki:
https://github.com/troglobit/inadyn
https://github.com/troglobit/inadyn/blob/master/examples/inadyn.conf
https://wiki.dd-wrt.com/wiki/index.php/Dynamic_DNS
bobby121418
DD-WRT Novice


Joined: 17 Jan 2022
Posts: 32

PostPosted: Sat Dec 02, 2023 10:42    Post subject: Reply with quote
My DDNS server is DuckDNS. I am not sure if it is the recommended one but it's free and have been using it for 2 years+ without any issues.

The configuration they recommended is like this:

DDNS Service:Custom
DYNSND Server:duckdns.org
Username:NA
Password:NA
Hostname:af345123-6e27-4e3c-94ad-379239da1c54
URL:http://www.duckdns.org/update?domains=myname&token=
Additional DDNS Options:--verbose 5
Do no use External IP Check:Yes
Force Update Interval:10

I have changed it a bit to remove private info.
Thanks
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12923
Location: Netherlands

PostPosted: Sat Dec 02, 2023 12:30    Post subject: Reply with quote
DDNS/Inadyn has seen a huge upgrade you have to adjust your settings

Do not use custom DNS just use the Duck DNS template!

I recently added debug options for DDNS so that you can see what is going on/wrong.

You can set debug options from command line (SSH/Putty):
nvram set ddns_loglevel=[debug|info|notice|warning]

So if you want to see everything do:
nvram set ddns_loglevel=debug

After that restart DDNS:
service ddns restart

It will output a lot of information to syslog view with:
grep -i -E 'ddns|inadyn' /var/log/messages

When you are done reset to default value (which is notice)
nvram unset ddns_loglevel && service ddns restart

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087


Last edited by egc on Sat Dec 02, 2023 15:13; edited 1 time in total
bobby121418
DD-WRT Novice


Joined: 17 Jan 2022
Posts: 32

PostPosted: Sat Dec 02, 2023 12:52    Post subject: Reply with quote
Thanks for the info.
I actually just realized Duck DNS was added to the list.
I have tried inputting the information as provided by DuckDNS page, such as hostname which is that long hex data, but what do I put as Token?

Also, I cannot seem to access SSH. In Admin/Management SSH management is disabled and greyed out.

Thanks
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 3006
Location: Germany

PostPosted: Sat Dec 02, 2023 13:15    Post subject: Reply with quote
The strange HEX number is logically your token and the hostname is your dyndns URL

By the way, it also says on the duckdns page that this long number is your token and not the hostname so I don't know what kind of nonsense you are doing.

_________________
Quickstart guides:
use Pi-Hole as simple DNS-Server with DD-WRT
VLAN configuration via GUI - 1 CPU port
VLAN configuration via GUI - 2 CPU ports (R7800, EA8500 etc)

Routers
Marvell OCTEON TX2 - QHora-322 - OpenWrt 23.05.3 - Gateway
Qualcomm IPQ8065 - R7800 - DD-WRT - WAP


Last edited by ho1Aetoo on Sat Dec 02, 2023 13:31; edited 1 time in total
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12923
Location: Netherlands

PostPosted: Sat Dec 02, 2023 13:25    Post subject: Reply with quote
bobby121418 wrote:
Thanks for the info.
I actually just realized Duck DNS was added to the list.
I have tried inputting the information as provided by DuckDNS page, such as hostname which is that long hex data, but what do I put as Token?

Also, I cannot seem to access SSH. In Admin/Management SSH management is disabled and greyed out.

Thanks


You can use telnet as that is enabled by default.
SSH has to be enabled on the Services page, after that you can enable Remote SSH on the Administration page

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
bobby121418
DD-WRT Novice


Joined: 17 Jan 2022
Posts: 32

PostPosted: Sat Dec 02, 2023 15:07    Post subject: Reply with quote
Thank you.
I can now access SSH, but my password does not work. I used my router admin username and password, but cannot get in. Am I using a wrong user/password?

Also, please tell me what I should put for the DDNS Token?
Thanks
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12923
Location: Netherlands

PostPosted: Sat Dec 02, 2023 15:16    Post subject: Reply with quote
From the wiki:
Quote:
When asked for the username, enter root (even if you changed username in web interface)
When asked for the password, enter your router's password (default "admin")

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 3006
Location: Germany

PostPosted: Sat Dec 02, 2023 16:32    Post subject: Reply with quote
bobby121418 wrote:
Also, please tell me what I should put for the DDNS Token?
Thanks


See my answer above

ho1Aetoo wrote:
The strange HEX number is logically your token and the hostname is your dyndns URL

By the way, it also says on the duckdns page that this long number is your token and not the hostname so I don't know what kind of nonsense you are doing.



and your hostname is i-am-blind-and-cannot-read.duckdns.org

Smile



7869158572.jpg
 Description:
 Filesize:  31.73 KB
 Viewed:  5064 Time(s)

7869158572.jpg



_________________
Quickstart guides:
use Pi-Hole as simple DNS-Server with DD-WRT
VLAN configuration via GUI - 1 CPU port
VLAN configuration via GUI - 2 CPU ports (R7800, EA8500 etc)

Routers
Marvell OCTEON TX2 - QHora-322 - OpenWrt 23.05.3 - Gateway
Qualcomm IPQ8065 - R7800 - DD-WRT - WAP
bobby121418
DD-WRT Novice


Joined: 17 Jan 2022
Posts: 32

PostPosted: Sun Dec 03, 2023 11:19    Post subject: Reply with quote
Sarcasm Smile

Just to be clear, as per DuckDNS own helpful information (see image) it suggests the long HEX as the Hostname.

However, following your note, I put the long HEX as the Token.

I have tried various things for the Hostname, such as

duckdns.org

I get the following error:

In-a-dyn version 2.12.0-dev -- Dynamic DNS update client.
Update forced for alias duckdns.org, new IP# 91.xxx.yyy.zzz
Fatal error in DDNS server response: DDNS server response not OK
Error response from DDNS server, ignoring ...


http://www.duckdns.org/update?domains=the-instructions-are-not-clear&token=

In-a-dyn version 2.12.0-dev -- Dynamic DNS update client.
Failed resolving hostname http://www.duckdns.org/update?domains=the-instructions-are-not-clear&token=: Name does not resolve
Update forced for alias http://www.duckdns.org/update?domains=the-instructions-are-not-clear&token=, new IP# 91.xxx.yyy.zzz
Fatal error in DDNS server response: DDNS server response not OK
Error response from DDNS server, ignoring ...


also used just my domain

In-a-dyn version 2.12.0-dev -- Dynamic DNS update client.
Failed resolving hostname mydomain: Name does not resolve
Update forced for alias mydomain, new IP# 91.xxx.yyy.zzz
Updating IPv4 cache for mydomain

Thanks



Screenshot 2023-12-03 105701-mod.png
 Description:
 Filesize:  31.76 KB
 Viewed:  4993 Time(s)

Screenshot 2023-12-03 105701-mod.png


ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 3006
Location: Germany

PostPosted: Sun Dec 03, 2023 11:35    Post subject: Reply with quote
not my problem if it is too difficult for you to fill in 2 simple fields.


by the way, i had already tested duckdns earlier when we updated inadyn

Here is a recent test.

And now it's enough with the nonsense

just a small question, can people like you even breathe on their own? or do you also need instructions?



7869158573.jpg
 Description:
 Filesize:  158.59 KB
 Viewed:  4988 Time(s)

7869158573.jpg



7869158574.jpg
 Description:
 Filesize:  90.4 KB
 Viewed:  4988 Time(s)

7869158574.jpg



_________________
Quickstart guides:
use Pi-Hole as simple DNS-Server with DD-WRT
VLAN configuration via GUI - 1 CPU port
VLAN configuration via GUI - 2 CPU ports (R7800, EA8500 etc)

Routers
Marvell OCTEON TX2 - QHora-322 - OpenWrt 23.05.3 - Gateway
Qualcomm IPQ8065 - R7800 - DD-WRT - WAP


Last edited by ho1Aetoo on Sat Dec 09, 2023 14:34; edited 2 times in total
bobby121418
DD-WRT Novice


Joined: 17 Jan 2022
Posts: 32

PostPosted: Thu Dec 07, 2023 22:29    Post subject: Reply with quote
Sarcasm aside, I have done all you suggested and still having issues.

See attached.


Last edited by bobby121418 on Fri Dec 08, 2023 0:21; edited 1 time in total
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum