<?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>Oscar Olim &#187; dyndns</title>
	<atom:link href="http://oscarolim.com/tag/dyndns/feed/" rel="self" type="application/rss+xml" />
	<link>http://oscarolim.com</link>
	<description>My home on the web</description>
	<lastBuildDate>Sun, 05 Feb 2012 13:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Having a domain (or subdomain) pointing to your home server</title>
		<link>http://oscarolim.com/2009/07/having-a-domain-or-subdomain-pointing-to-your-home-server/</link>
		<comments>http://oscarolim.com/2009/07/having-a-domain-or-subdomain-pointing-to-your-home-server/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 07:29:04 +0000</pubDate>
		<dc:creator>Oscar Olim</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://oscarolim.com/?p=252</guid>
		<description><![CDATA[For quite some time I&#8217;ve always had a home server, and to access it, the better way, for the people who have a dynamic IP, like me, is to use a free service like DynDns or no-ip. The problem with this services is that it only gives you a subdomain, like server.dyndns.org. What if you ]]></description>
			<content:encoded><![CDATA[<p>For quite some time I&#8217;ve always had a home server, and to access it, the better way, for the people who have a dynamic IP, like me, is to use a free service like <a title="DynDns Website" href="http://www.dyndns.com/" target="_blank">DynDns</a> or <a title="no-ip website" href="http://www.no-ip.com/" target="_blank">no-ip</a>.</p>
<p>The problem with this services is that it only gives you a subdomain, like server.dyndns.org. What if you want to run a couple of virtual hosts in apache at your home server? You would need to pay this free services a fee, so that you could use your own top level domain, like something.com.</p>
<p>Well, if you already have a domain, and have a control panel to edit the DNS entries of it (if you don&#8217;t have a control panel, you should, so change your registrar), you could create as many subdomains as you want, and pointing them with a CNAME to the subdomain you created on dyndns or no-ip.</p>
<p>This way, your real subdomains are always up to date with the correct ip of your home server.</p>
<p>To recap:</p>
<p>On dyndns, create a domain: server.dyndns.org</p>
<p>On your domain control panel for something.com, create a subdomain server.something.com and point it with a CNAME registry to server.dyndns.org.</p>
<p>Now, when you use server.something.com, you will be redirected to your home server. If you have different subdomains on something.com pointing to the dyndns subdomain, you can control on apache which websites will be active for each subdomain using virtual hosts.</p>
<p>Hope this was usefull for all of you <img src='http://oscarolim.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://oscarolim.com/2009/07/having-a-domain-or-subdomain-pointing-to-your-home-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

