<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ddclient Archives - Tom Barbette</title>
	<atom:link href="https://perso.uclouvain.be/tom.barbette/tag/ddclient/feed/" rel="self" type="application/rss+xml" />
	<link>https://perso.uclouvain.be/tom.barbette/tag/ddclient/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Jan 2020 09:25:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2022/04/cropped-logo-uclouvain-2021-barbette-32x32.png</url>
	<title>ddclient Archives - Tom Barbette</title>
	<link>https://perso.uclouvain.be/tom.barbette/tag/ddclient/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Dynamic DNS with OVH</title>
		<link>https://perso.uclouvain.be/tom.barbette/dynamic-dns-with-ovh/</link>
		
		<dc:creator><![CDATA[Tom Barbette]]></dc:creator>
		<pubDate>Wed, 15 Jan 2020 09:25:40 +0000</pubDate>
				<category><![CDATA[Server management]]></category>
		<category><![CDATA[ddclient]]></category>
		<category><![CDATA[dynhost]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ovh]]></category>
		<guid isPermaLink="false">https://www.tombarbette.be/?p=885</guid>

					<description><![CDATA[<p>It may not be a clear thing, but OVH allows to have your own Dynamic DNS if you rent a domain name, surely a better thing than the weird paid website from dyndns.org. I will explain how to handle the update with Linux using ddclient. On the manager Connect to https://www.ovh.com/manager/web/#/configuration/domain/ , select your domain &#8230; </p>
<p class="link-more"><a href="https://perso.uclouvain.be/tom.barbette/dynamic-dns-with-ovh/" class="more-link">Continue reading<span class="screen-reader-text"> "Dynamic DNS with OVH"</span></a></p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/dynamic-dns-with-ovh/">Dynamic DNS with OVH</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">It may not be a clear thing, but OVH allows to have your own Dynamic DNS if you rent a domain name, surely a better thing than the weird paid website from dyndns.org. I will explain how to handle the update with Linux using ddclient.</p>



<h2 class="wp-block-heading">On the manager</h2>



<p class="wp-block-paragraph">Connect to  <a href="https://www.ovh.com/manager/web/#/configuration/domain/">https://www.ovh.com/manager/web/#/configuration/domain/</a> , select your domain name, and create a new dynhost with the button on the right.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="340" src="https://www.tombarbette.be/wp-content/uploads/2020/01/image-1024x340.png" alt="" class="wp-image-886" srcset="https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image-1024x340.png 1024w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image-300x100.png 300w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image-768x255.png 768w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image.png 1053w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></figure>



<p class="wp-block-paragraph">Enter a sub-domain name such as &#8220;mydyn&#8221; (.tombarbette.be), and add the actual IP for now, or just 8.8.8.8 for the time being.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="591" height="657" src="https://www.tombarbette.be/wp-content/uploads/2020/01/image-1.png" alt="" class="wp-image-887" srcset="https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image-1.png 591w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image-1-270x300.png 270w" sizes="(max-width: 591px) 100vw, 591px" /></figure>



<p class="wp-block-paragraph">Then it is not finished, you have to create a login that will be able to update that dns entry. Select the second button to handle accesses and create a new login.  </p>



<figure class="wp-block-image size-large"><img decoding="async" width="580" height="674" src="https://www.tombarbette.be/wp-content/uploads/2020/01/image-2.png" alt="" class="wp-image-888" srcset="https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image-2.png 580w, https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2020/01/image-2-258x300.png 258w" sizes="(max-width: 580px) 100vw, 580px" /><figcaption>Select a login, probably the name of the subdomain, the subdomain itself, and a password.</figcaption></figure>



<h2 class="wp-block-heading">On the server</h2>



<p class="wp-block-paragraph">sudo apt install ddclient</p>



<p class="wp-block-paragraph">Then edit /etc/ddclient.conf</p>



<pre class="wp-block-preformatted">protocol=dyndns2
use=web,web=checkip.dyndns.com
server=www.ovh.com
login=<strong>tombarbette.be</strong>-<strong>mydns</strong>
password='<strong>password</strong>'
<strong>mydns</strong>.tombarbette.be</pre>



<p class="wp-block-paragraph">Just do &#8220;sudo ddclient&#8221; to update once then &#8220;sudo service ddclient restart&#8221; to get it updated automatically.</p>



<p class="wp-block-paragraph">May this be helpful to someone, personally I just forget it all the time so I wanted to leave a post-it somewhere.</p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/dynamic-dns-with-ovh/">Dynamic DNS with OVH</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
