This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UTM-9 und Strato Dyndns

Hallo,

ich habe eine Domain bei Strato gehostet und möchte diese per DynDNS auf meine UTM-9 zeigen lassen. Leider wird der Strato DynDNS Server nicht als DynDNS Option in der UTM aufgelistet. Hat es schon jemand geschafft eine UTM-9 mit dem Strato-DynDNS zu verbinden? 

Für jede Hilfestellung wäre ich sehr dankbar.


This thread was automatically locked due to age.
Parents
  • So, hier habe ich doch genau das Richtige für dich [;)]

    Hoffe, das hilft dir weiter.

    Vote für:
    Manually configurable Dynamic DNS Provider


    Ansonsten ist hier eine temporäre Lösung:

    1. utm:/ #cd /var/confd/res/dyndns
    2. vim features.ph

    SHIFT+7 / Taste i für insert

        },
        'dyndns' => {
            'server'   => 'dyndns.strato.com',
            'protocol' => 'dyndns2',
            'options'  => [],
            'support'  => {
                'mx'       => 1,
                'backupmx' => 1,
                'strategy' => 1,
                'wildcard' => 1,
            }, 

    :wq - Schreiben und speichern

    utm:/ #/etc/ddclient # ls
    ddclient.conf*  global.conf-default  host.conf-default
    #Datei wird aus der features.ph erstellt*"

    utm:/ #tail -f /var/log/system.log

    Hier sollten dann entspr. Infos erscheinen.


    Nice greetings
Reply
  • So, hier habe ich doch genau das Richtige für dich [;)]

    Hoffe, das hilft dir weiter.

    Vote für:
    Manually configurable Dynamic DNS Provider


    Ansonsten ist hier eine temporäre Lösung:

    1. utm:/ #cd /var/confd/res/dyndns
    2. vim features.ph

    SHIFT+7 / Taste i für insert

        },
        'dyndns' => {
            'server'   => 'dyndns.strato.com',
            'protocol' => 'dyndns2',
            'options'  => [],
            'support'  => {
                'mx'       => 1,
                'backupmx' => 1,
                'strategy' => 1,
                'wildcard' => 1,
            }, 

    :wq - Schreiben und speichern

    utm:/ #/etc/ddclient # ls
    ddclient.conf*  global.conf-default  host.conf-default
    #Datei wird aus der features.ph erstellt*"

    utm:/ #tail -f /var/log/system.log

    Hier sollten dann entspr. Infos erscheinen.


    Nice greetings
Children
No Data