Here is how I setup dyndns on a LEAF box running dhcpcd for the external 
interface.
****
mount your package source
# apkg -i /mnt/ezipupd
    verify the package loads alright
# umount /mnt
****
# lrcfg   - configure ezipupd   /etc/ez-ipupd.conf
service-type=dyndns-custom
user=dyndns_username:dyndns_password
interface=eth0
host=hostname.selfip.org  #the dyndns host names to reset go here.
# notify-email= Comment out
#daemon - comment out daemon mode so it runs interactively
<CTRL>< q>     <y> to save file
****
edit /etc/shorewall/ rules and add
# allow fw to access members.dyndns.org
HTTP/ACCEPT     fw   net:63.208.196.95/26
<CTRL><q>    <y> to save file
<q> to exit lrcfg
***
restart shorewall to make sure you have no typos and so firewall can 
access dyndns
# shorewall restart

send your ip to dyndns by hand
# svi ez-ipupd start
you should get a response - either success or failure with a reason why 
it failed.

I haven't tested this part out yet - to call ez-ipupd when the ip changes.
# edit /etc/dhcpc/dhcpcd.exe
scroll down to the case where interface has been brought up with new ip
just below the line where shorewall is refreshed add
    /etc/init.d/ez-ipupd start

# lrcfg and save the configuration.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to