<?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>subdomain &#8211; Roumazeilles.net</title>
	<atom:link href="https://www.roumazeilles.net/news/en/wordpress/tag/subdomain/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.roumazeilles.net/news/en/wordpress</link>
	<description>Technology opinions and others</description>
	<lastBuildDate>Tue, 30 Sep 2014 17:21:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Synology on a sub-domain (with a dynamic IP address)</title>
		<link>https://www.roumazeilles.net/news/en/wordpress/2014/09/28/synology-on-a-sub-domain-with-a-dynamic-ip-address/</link>
					<comments>https://www.roumazeilles.net/news/en/wordpress/2014/09/28/synology-on-a-sub-domain-with-a-dynamic-ip-address/#respond</comments>
		
		<dc:creator><![CDATA[Yves Roumazeilles]]></dc:creator>
		<pubDate>Sun, 28 Sep 2014 18:58:44 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Routers & networks]]></category>
		<category><![CDATA[CNAME]]></category>
		<category><![CDATA[DDNS]]></category>
		<category><![CDATA[DiskStation]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[IP addreess]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[Synology]]></category>
		<guid isPermaLink="false">https://www.roumazeilles.net/news/en/wordpress/?p=13644</guid>

					<description><![CDATA[My problem: I&#8217;ve got a Fiber connexion to the Internet (at Numéricable, one of the main ISP in France) which is forcing a dynamic IP address on me (no fixed IP address, even with a premium; They&#8217;ve settled in the XXth century). This would not be very serious except that I host a RAID server [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3>My problem:</h3>
<p>I&#8217;ve got a Fiber connexion to the Internet (at Numéricable, one of the main ISP in France) which is forcing a dynamic IP address on me (no fixed IP address, even with a premium; They&#8217;ve settled in the XXth century). This would not be very serious except that I host a RAID server from Synology (a DS413j DiskStation with 4 hard drives in RAID-5 redundant mode) which provides several services I would like to share with the Internet (while I&#8217;m travelling with my iPhone or my laptop, I&#8217;d like to get access to my files through FTP, or my email server).</p>
<p>So, I decided to set things right in order to appropriately locate the Synology DiskStation in a sub-domain of my own (e.g. <code>mail.roumazeilles.net</code>).</p>
<h3>The solution I opted for:</h3>
<h4>Dynamic IP addess:</h4>
<p>Since my IP address is dynamic, there&#8217;s no way I can progress until I solved this single issue. I chose to use the DDNS service DDNS from Synology. Since I use DSM 5.0 (the most recent software version from Synology), I can reach the appropriate option through the control panel and the &#8220;External access&#8221; menu. I just added a DDNS, selecting Synology as a service supplier, and I recorded the name I wanted (let&#8217;s say <code>ds</code>). From this point, despite the IP address changes, my DiskStation is always accessible at <code>ds.synology.me</code>.</p>
<h4>DNS subdomain:</h4>
<p>After that, I need to point <code>mail.roumazeilles.net</code> onto <code>ds.synology.me</code>. This is slightly more complex because my <code>roumazeilles.net</code> domain nam is reserved atz <a href="http://www.gandi.net/" title="Gandi">Gandi</a> and it is pointed toward a server hosted by <a href="http://www.ovh.net/" title="OVH">OVH</a>. It&#8217;s the hosted server (rented from OVH) which includes all the information relating to <code>roumazeilles.net</code>. So, I went to my server control panel and, in its DNS configuration, I modified (in your case, you may need to add) a CNAME record.</p>
<p><code>mail 10800 IN CNAME ds.synology.me.</code> <em>(Don&#8217;t forget the final dot/period in your CNAME entry, or it won&#8217;t work!) </em><br />
Since I am lucky, my control panel at OVH includes an easy way to get the correct syntax (it&#8217;s safer): I tell it the <code>mail</code> subdomain is described by a <code>CNAME</code> record pointing to <code>ds.synology.me</code> (a bit terse, but not difficult).</p>
<p>Then, I only had to wait for the DNS information to &#8220;propagate&#8221; (from a few minutes to a few hours, sometimes up to 24-48 hours). And a little check using <code>ping mail.roumazeilles.net</code> confirmed that it answered from my Numéricable IP address.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.roumazeilles.net/news/en/wordpress/2014/09/28/synology-on-a-sub-domain-with-a-dynamic-ip-address/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
