• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

DDNS

Started by rsokoll, July 06, 2018, 06:42:32 AM

Previous topic - Next topic

rsokoll

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


What am I missing?

Thanks,
Rainer