ddclient updates dynamic WAN IP but...

Discussion in 'Installation/Configuration' started by fade2gray, Aug 7, 2008.

  1. fade2gray

    fade2gray New Member

    [SOLVED] ddclient updates dynamic WAN IP but...

    Hi,

    I'm using a combination of zoneedit and ddclient.

    ddclient updates the IPaddresses(A) for mydomain.com and w_w_w.mydomain.com, but not that for mail.mydomain.com.

    Could ddclient.conf be edited to update mail.mydomain.com?

    Current ddclient.conf
    Code:
    pid=/var/run/ddclient.pid
    protocol=zoneedit1
    use=web, web=checkip.dyndns.org, web-skip='Current IP Address: '
    server=dynamic.zoneedit.com
    login=******
    password='******'
    mydomain.com
    Thanks for any advice.
     
    Last edited: Aug 7, 2008
  2. fade2gray

    fade2gray New Member

    Just have to comma seperate domains in ddclient.conf.
    Code:
    pid=/var/run/ddclient.pid
    protocol=zoneedit1
    use=web, web=checkip.dyndns.org, web-skip='Current IP Address: '
    server=dynamic.zoneedit.com
    login=******
    password='******'
    mydomain.com, w_w_w.mydomain.com, mail.mydomain.com
     
    Last edited: Aug 7, 2008

Share This Page