http://www.google.com/search?q=openwrt+dynamic+dns+client
HTH ;-)
Are the bifferboard and the server on different networks then?
If they're on the same network, they'd have the same public IP address
(therefore no point in running two dynamic dns clients), so you'd need
to set up different external ports for them (e.g. in your
router/firewall).
Lurch
--
To unsubscribe send email to bifferboard...@googlegroups.com
For update my dns, I use updatedd.
You have some packages, each for DDNS supplier.
For ovh, I use this script from this blog :
http://lermit-informatique.blogspot.com/2009/08/ovh-le-dynhost-de-ovh-et-updatedd.html
Works like a charm.
Regards.
2011/8/10 Patrick Simons <patrick...@gmail.com>
--
Nicolas Le Falher.
> I'm not quite sure about the process for compiling source files which
> are not included as sources within the OpenWRT distribution
They are already included, you need just to update feeds with :
./scripts/feeds update
$ ./scripts/feeds search updatedd
Search results in feed 'packages':
updatedd A tool to update dynamic dns services
updatedd-mod-changeip changeip.com
updatedd-mod-dyndns dyndns.org
updatedd-mod-eurodyndns eurodyndns.org
updatedd-mod-hn hn.org
updatedd-mod-noip no-ip.com
updatedd-mod-ods ods.org
updatedd-mod-ovh ovh.com
updatedd-mod-regfish regfish.com
updatedd-mod-tzo tzo.com
updatedd-mod-zoneedit zoneedit.com
--
Nicolas Le Falher.
Not necessarily!
> or can it be installed using opkg
> using a previously compiled package?
Assuming your bifferboard has a working internet connection, you just
need to do:
opkg upate
opkg install the_packge_you_want
Make sure to take note of the FAQ on
http://sites.google.com/site/bifferboard/Home/openwrt-git
though.
Lurch
${ddns_supp} : ddns supplier, list in previous mail.
${ip} : your public ip.
${username} : login of ddns supplier
${password} : password of ddns supplier
${host} : your dns
If it works, copy script, edit variables, and replace '#!/bin/bash' by
'#!/bin/ash'.
After, if it works, add that to crontab.
2011/8/12 PatrickJ <patrick...@gmail.com>:
If you launch command in a shell, you need to replace variable by the
real content.
--
Nicolas Le Falher.
No, if your script works, it's all good :).
--
Nicolas Le Falher.