Difference between revisions of "Ddclient"

From SME Server
Jump to navigationJump to search
(added smecontribs version instructions, moved to Contrib category)
Line 1: Line 1:
 
== ddclient - DNS record updating ==
 
== ddclient - DNS record updating ==
  
'''Note:  RPM at smeserver.free.fr works with SME 8'''
+
Use this contrib when you have a sme server connected to a ISP service using a dynamic IP, and you wish to host multiple domains.
 +
 
 +
ddclient is a client for updating dynamic DNS entries for domains hosted at different DNS providers.
 +
 
 +
Configure your dynamic host domains via the ddclient server manager panel.
 +
 
 +
ddclient can be used on servers configured in server gateway mode or in server only mode.
 +
 
 +
{{Warning box|When you have the smeserver.free.fr sme7-ddclient contrib installed and you run '''yum upgrade''' with the '''smecontribs''' repository enabled on your server, watch out! There is a smeserver-ddclient package that will get installed as an upgrade and this conflicts with the sme7-ddclient package ! Remove the sme7-ddclient first, see instructions below.}}
 +
 
 +
 
 +
===SME contribs repo version===
 +
 
 +
====Installation====
 +
 
 +
yum install --enablerepo=smecontribs smeserver-ddclient
 +
 
 +
There is no need to run the signal-event post-upgrade and reboot commands.
 +
 
 +
A new panel will be added to the server manager.
 +
 
 +
Use this panel to configure domain records you wish to keep updated with your dynamic IP using the ddclient contrib
 +
 
 +
====Removal====
  
 +
yum remove smeserver-ddclient
 +
  
ddclient is a client for updating dynamic DNS entries for domains hosted at different DNS providers.
 
  
Use this contrib when you have a sme server connected to a ISP service using a dynamic IP, and you wish to host multiple domains.
+
===smeserver.free.fr version===
  
 +
'''Note:  RPM at smeserver.free.fr works with SME 8'''
  
 
This page provides a link to an externally hosted ddclient contrib for sme7.x
 
This page provides a link to an externally hosted ddclient contrib for sme7.x
 +
 +
====Installation====
  
 
Download the latest rpm version from
 
Download the latest rpm version from
Line 22: Line 49:
  
 
sme7-ddclient-3.7.3-7.noarch.rpm
 
sme7-ddclient-3.7.3-7.noarch.rpm
 
  
 
Then cd to that folder and install the rpm (change the rpm name in the following command to match the latest available version)
 
Then cd to that folder and install the rpm (change the rpm name in the following command to match the latest available version)
Line 30: Line 56:
 
  yum localinstall sme7-ddclient*.rpm
 
  yum localinstall sme7-ddclient*.rpm
  
There is no need to run the signal-event post-upgrade and reboot commands.
 
 
A new panel will be added to the server manager.
 
  
Use this panel to configure domain records you wish to keep updated with your dynamic IP using the ddclient contrib
+
====Removal====
{{Warning box|If you have this contrib installed and you happen to run '''yum upgrade''' using the '''smecontribs''' repository on your server, watch out! There is a smeserver-ddclient package that would get installed as an upgrade and this seems to be conflicting with this package !}}
 
 
 
'''if you want to remove this contribs :'''
 
 
  yum remove sme7-ddclient
 
  yum remove sme7-ddclient
 +
signal-event post-upgrade;signal-event reboot
  
after you can type this
 
 
signal-event post-upgrade && signal-event reboot
 
 
----
 
----
[[Category:Howto]]
+
[[Category:Contrib]]
 
[[Category:Administration]]
 
[[Category:Administration]]

Revision as of 11:22, 14 July 2010

ddclient - DNS record updating

Use this contrib when you have a sme server connected to a ISP service using a dynamic IP, and you wish to host multiple domains.

ddclient is a client for updating dynamic DNS entries for domains hosted at different DNS providers.

Configure your dynamic host domains via the ddclient server manager panel.

ddclient can be used on servers configured in server gateway mode or in server only mode.


Warning.png Warning:
When you have the smeserver.free.fr sme7-ddclient contrib installed and you run yum upgrade with the smecontribs repository enabled on your server, watch out! There is a smeserver-ddclient package that will get installed as an upgrade and this conflicts with the sme7-ddclient package ! Remove the sme7-ddclient first, see instructions below.



SME contribs repo version

Installation

yum install --enablerepo=smecontribs smeserver-ddclient

There is no need to run the signal-event post-upgrade and reboot commands.

A new panel will be added to the server manager.

Use this panel to configure domain records you wish to keep updated with your dynamic IP using the ddclient contrib

Removal

yum remove smeserver-ddclient


smeserver.free.fr version

Note: RPM at smeserver.free.fr works with SME 8

This page provides a link to an externally hosted ddclient contrib for sme7.x

Installation

Download the latest rpm version from

http://smeserver.free.fr/Files/index.php?dir=sme7/

to an empty folder eg /tmp

Alternatively use the wget command shown below.

The currently available rpm is:

sme7-ddclient-3.7.3-7.noarch.rpm

Then cd to that folder and install the rpm (change the rpm name in the following command to match the latest available version)

cd /tmp
wget http://smeserver.free.fr/Files/sme7/sme7-ddclient-3.7.3-7.noarch.rpm
yum localinstall sme7-ddclient*.rpm


Removal

yum remove sme7-ddclient
signal-event post-upgrade;signal-event reboot