Re: [Ddclient-support] Support for latest Apple AirPort Extreme Router
Brought to you by:
supersandro2000,
wimpunk
From: wimpunk <wi...@us...> - 2017-04-12 18:32:42
|
Hi, Sorry for the late reply. On 04/10/2017 08:55 PM, JD Smith wrote: > Since the Apple router does not have ability to update DnDNS I have > downloadd the ddclient and installed on my WebServer running Oracle > Linux7. In reading documention for ddclient I added the following line > in the ddclient.conf file after running the config generator. > > ## Apple Airport Router IP > `fw=192.168.1.1` > That's not correct. If you check sample-etc_ddclient.conf you'll see you have to use this: use=fw, fw=192.168.1.1 So you don't need any backticks in the configuration. > > Then after running ddclient at command line I received the following email: > > FAILED: updating `fw=192.168.1.1`: notfqdn: A Fully-Qualified Domain Name was not provided > WARNING: updating cosworthvega.com: nochg: No update required; unnecessary attempts to change to the current address are considered abusive > > > regards, > ddc...@ww... (version 3.8.3) > > I tried the fw entry with single AND double backticks with the same result. > > What does the message mean? and How Do I fix it? > I hope removing the back-ticks will fix your problem. I also hope you specified the correct regular expression so ddclient can fetch you IP from the returned page. |