Hi,
I am attempting to install a ddns-updater on OpenWrt but I have forgot what I need to do in order to get it working correctly. So far I have installed "luci-app-ddns" and am using this configuration in " /etc/config/ddns".
#
# Please read https://openwrt.org/docs/guide-user/base-system/ddns
#
config ddns "global"
option ddns_dateformat "%F %R"
# option ddns_rundir "/var/run/ddns"
# option ddns_logdir "/var/log/ddns"
option ddns_loglines "250"
option upd_privateip "0"
config service 'service'
option check_interval '10'
option check_unit 'minutes'
option enabled '1'
option domain 'service.twilightparadox.com'
option force_interval '24'
option force_unit 'hours'
option service_name 'freedns.afraid.org'
option username 'my email@email.com'
option password 'password provided by ddns service'
option ip_source 'network'
option ip_network 'wwan'
config service "myddns_ipv6"
option update_url "http://[USERNAME]:[PASSWORD]@your.provider.net/nic/update>
option lookup_host "yourhost.example.com"
option domain "yourhost.example.com"
option username "your_username"
option password "your_password"
option use_ipv6 "1"
option interface "wan6"
option ip_source "network"
option ip_network "wan6"
Howerver, I am only using ipv4 but I can neither the ddns-updater work regardless of if the ipv6 information iWhat am I mis included in the configuration or not. Luci still reports the service is not running that the configuration is mis-configured. What am I missing?
Thanks,
Aaron