<?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>Nothing To Say Here &#187; Uncategorized</title>
	<atom:link href="http://blog.leefindlow.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leefindlow.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Aug 2010 00:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setup DynDNS with your own domain</title>
		<link>http://blog.leefindlow.com/2009/08/setup-dyndns-with-your-own-domain/</link>
		<comments>http://blog.leefindlow.com/2009/08/setup-dyndns-with-your-own-domain/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:31:34 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=187</guid>
		<description><![CDATA[Your IP (Internet Protocol) address to your computer is like what your address is to your home, somethingly which allows you to be uniquely identified so packets (or, erm, packages for the home address anthology) get sent to the correct &#8230; <a href="http://blog.leefindlow.com/2009/08/setup-dyndns-with-your-own-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Your IP (Internet Protocol) address to your computer is like what your address is to your home, somethingly which allows you to be uniquely identified so packets (or, erm, packages for the home address anthology) get sent to the correct destination. Really usefuly and ensures what is sent to you comes to you, arguably in a more reliable way than certain postal services. The difference between these is that in most cases, i.e. Unless you specifically opt to upgrade, your IP changes each and every time you reconnect to the internet, this problem doesn&#8217;t affect most people as the average computer user probably doesn&#8217;t know what an &#8220;IP&#8221; is, nor do they need to.</p>
<p>But there are the odd few, say, those who wish to run a web/ftp/ssh/any other server from home. It is all well and good telling everyone to look at your brilliant new site at 90.80.70.60, but then boom. Your router freezes due to all the traffic and you have to restart, 5 minutes later everything is up and running again but this time your brilliant new site has a brilliant new address of 90.80.70.40, uh-oh, now you have heaps of disgruntled visitors lost in the maze of the web, bit of a pain isn&#8217;t it? Don&#8217;t think Google would be where it is today id it&#8217;s address changed every 5 minutes.</p>
<p>This is where Dynamic DNS providers, such as DynDNS come in. They allow you to setup a domain which points to your IP, and automagically updates when it changes, pretty useful. The only problem is that unless you cough up some cash you are limited to a subdomain of one of their 78 domains, still useful, but we can do better. Now, you could take the seemingly easy option of handing some money over to them for the privilege of using their name servers to direct your IP, or you can do a small modification to the DNS records of your current domain for almost identical effect. For the purpose of this I&#8217;m going to assume you have already got your free sub-domain setup with DynDNS, and just want your domain pointing to it.</p>
<p>Here&#8217;s how in 4 simple steps:</p>
<ol>
<li>Login to your Hosting/Domain/DNS Control panel (i.e. the place where you manage your domain).</li>
<li>You need to go to a page named Manage DNS, or Custom DNS, or something similar, from here you&#8217;ll get a list of records related to the domain in question.</li>
<li>You need to either add or edit a record, the new record should be of the type CNAME, and the value/content should be &#8220;yourdyndnsaddress.dyndns.org.&#8221; (replace as appropriate). Ensure that you keep the dot (.) at the end, otherwise stuff might not work as it should.</li>
<li>Thats it, you may have to wait a while for the updates to propagate, but you should soon be able to access your dynamically changing home IP address from a nice custom URL, and best of all you won&#8217;t ever need to update it again!</li>
</ol>
<p>Now, for the drawback. Because of the type of DNS Record I wouldn&#8217;t recommend this on a traffic-heavy site, since to get to your site your computer has to do 2 DNS lookups, rather than one (first to see where your domain points to, then second to see which IP your DynDNS account is linked to). After-all, if you&#8217;re running a traffic-heavy site from your own server on a Dynamic IP, maybe it&#8217;s time to invest in a Static IP? For most people wanting to do this it won&#8217;t be a problem though, and this small drawback is negligible considering for most people it isn&#8217;t worth spending a great deal just for a domain which you feel looks better.</p>
<p>So, uses for this? Well, anything that requires for you to know your home IP really, here are some examples:</p>
<ul>
<li>Running your own web server, with freelance work I often develop sites on my MacBook, and then provide clients with the relevant links to see the project, having a constantly-changing IP can be a pain as links often change, leading to those ghastly &#8220;Server Not Found&#8221; errors, using DynDNS gets rid of this problem, but then going one step further and using a custom domain makes everything look more professional.</li>
<li>VNC, lets you control your computer remotely without having to use any 3rd party software, having your own domain makes remembering the address even simpler.</li>
</ul>
<p>As mentioned before, there are a lot more, you could even use this principle to create your own web host, simply repeating the steps for all the domains you want hosting (And configuring your web server appropriately).</p>
<p>Can you think of any more uses, or any potential problems with this? Let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2009/08/setup-dyndns-with-your-own-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
