Hurricane Electric's IPv6 Tunnel Broker Forums

Tunnelbroker.net Specific Topics => Questions & Answers => Topic started by: rsokoll on July 06, 2018, 06:42:32 AM

Title: DDNS
Post by: rsokoll on July 06, 2018, 06:42:32 AM
Hi,

I have a question regarding DDNS: My tunnel ends on a router running edgeos, and I want to use the DDNS feature to avoid a broken tunnel after getting a new v4 address.
My config:
service {
    dns {
        dynamic {
            interface eth0 {
                service dyndns {
                    host-name <redacted>.tunnel.tserv26.ber1.ipv6.he.net
                    login rsokoll
                    password <tunnelbrokerupdatekey>
                    server ipv4.tunnelbroker.net
                }
            }
        }


But this results in:
FAILED:   updating <redacted>.tunnel.tserv26.ber1.ipv6.he.net: nohost: The hostname specified does not exist in the database
WARNING:  file /var/cache/ddclient/ddclient_eth0.cache, line 3: Invalid Value for keyword 'ip' = ''
WARNING:  skipping update of <redacted>.tunnel.tserv26.ber1.ipv6.he.net from <nothing> to <myipv4>.
WARNING:   last updated <never> but last attempt on Thu Jul  5 12:44:08 2018 failed.
WARNING:   Wait at least 5 minutes between update attempts.


Maybe I am missing an API key? It does not work with an empty string and also not with the update key
(https://community.ubnt.com/ubnt/attachments/ubnt/EdgeMAX/213806/1/Bildschirmfoto%202018-07-05%20um%2013.19.19.png)

What am I missing?

Thanks,
Rainer