FAQ Omada Dynamic DNS FreeDNS Example - omada-dev/omada-sdn GitHub Wiki

Omada help description version: 5.9.9

Omada DDNS service Parameters - FreeDNS

  • Username:

    • If you want to update domain, then use: @
    • If you want to update subdomain, then enter subdomain, as example mysubdomain
  • Password: your FreeDNS password

  • Domain Name: Enter the domain name provided by your service provider. Remote users can use the domain name to access your local network through WAN port.

  • Update Interval: Select how often the WAN IP address is automatically updated.

  • Update URL: http://dynamicdns.park-your-domain.com/update?host=[USERNAME]&domain=[DOMAIN]&password=[PASSWORD]&ip=[IP]

  • TIP:

    • You can override automatic IP detection host by appending &address=127.0.0.10 to any update URL
    • https/SSL is also optionally supported/available.
    • IPv6 addresses are also allowed
All supported update styles description from FreeDNS
Username and Password, inline Username and password as URI arguments, rather then the HTTP authentication
Username and Password Uses HTTP authentication, if you'd rather use a username/password, some routers like to implement this method or can be most easily adapted to this method
/nic/update Uses HTTP authentication, I've seen update attempts like these hitting the server.
Randomized Update Token Default option, simple, secure, my personal favorite. But it can not be used for now with omada easily without complex workarounds/scripts.
  • Freedns offers two interfaces. Version 1 is older and uses freedns.afraid.org domain. Version 2 interface is current latest and uses shorter domain sync.afraid.org. You can use both versions in Omada.

    • Interface v1: https://freedns.afraid.org/dynamic/
      All supported update style update URLs Update URL's in Omada (Version 1)
      Username and Password http://[USERNAME]:[PASSWORD]@freedns.afraid.org/nic/update?hostname=[DOMAIN]&myip=[IP]
      Randomized Update Token https://freedns.afraid.org/dynamic/update.php?[TOKEN]/ can not be used in omada
    • Interface v2: https://freedns.afraid.org/dynamic/v2/
      All supported update style update URLs Update URL's in Omada (Version 2)
      Username and Password, inline http://sync.afraid.org/u/?u=[USERNAME]&p=[PASSWORD]&h=[DOMAIN]&ip=[IP]
      Username and Password http://[USERNAME]:[PASSWORD]@sync.afraid.org/u/?h=[DOMAIN]&ip=[IP]
      /nic/update http://[USERNAME]:[PASSWORD]@sync.afraid.org/nic/update?hostname=[DOMAIN]&myip=[IP]
      Randomized Update Token http://sync.afraid.org/u/[TOKEN]/ can not be used in omada

DDNS service example - FreeDNS

  1. click "Create New Dynamic DNS Entry" button and create Custom service provider:

    DDNS_-_Create_New_custom_Dynamic_DNS_Entry.jpg

  2. Enter your parameters for ddns service with FreeDNS

    Following screenshot uses Username and Password style: DDNS_-Create_New_custom_Dynamic_DNS_Entry-_Password_Username.png

  3. Click "Create"

    Create_Cancel_dark.jpg

⚠️ **GitHub.com Fallback** ⚠️