CharlieBradyI did the following:
Created a file /sbin/e-smith/dynamic-dns/easydns, containing:
#!/bin/sh
# Description: easydns.com
IPADDR=$1
USERID=$2
PASSWD=$3
DOMAIN=$4
DATETIME=date
lynx -source -auth="$USERID:$PASSWD" \
"https://members.easydns.com/dyn/dyndns.php?system=custom&hostname=$DOMAIN&myip=$IPADDR"I then made the script executable using:
chmod +x /sbin/e-smith/dynamic-dns/customThen logged in as admin went through the configuration option 2 and chose custom.
There is no mention in my log files about the dyndns (custom) script when it runs during startup.
the /var/log/messages log has no feedback from the dyndns (custom) script when it runs during startup.
Many thanks
