<?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>Matt Gibson &#187; mobile</title>
	<atom:link href="http://www.mattgibson.ca/tags/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattgibson.ca</link>
	<description>I'm one of those people radio shows call for obscure shit.</description>
	<lastBuildDate>Thu, 25 Mar 2010 00:04:59 +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>Setting up Split-Split DNS with Windows SBS 2003 DNS Services, easily.</title>
		<link>http://www.mattgibson.ca/2008/07/13/setting-up-split-split-dns-with-windows-sbs-2003-dns-services-easily/</link>
		<comments>http://www.mattgibson.ca/2008/07/13/setting-up-split-split-dns-with-windows-sbs-2003-dns-services-easily/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 09:23:33 +0000</pubDate>
		<dc:creator>Matt G</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[howto setup]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[outlook web access]]></category>
		<category><![CDATA[windows 2003 server]]></category>

		<guid isPermaLink="false">http://www.mattgibson.ca/2008/07/13/setting-up-split-split-dns-with-windows-sbs-2003-dns-services-easily/</guid>
		<description><![CDATA[Have you ever wondered how you could access your external hostnames, internal to your network connected via wifi, mobile devices or just plain old desktops? Today we found out we needed to. Our mobile devices require the use of external hostnames to sync data against. And it&#8217;s nice being able to use our external hostname [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how you could access your external hostnames, internal to your network connected via wifi, mobile devices or just plain old desktops? Today we found out we needed to. Our mobile devices require the use of external hostnames to sync data against. And it&#8217;s nice being able to use our external hostname for Outlook Web Access, and debugging internally.</p>
<p><strong>For example:</strong></p>
<ul>
<li>Billy wants to visit <a href="http://www.mattgibson.ca">http://www.mycompanyname.com</a></li>
<li>Billy can&#8217;t because that particular site is hosted off the external IP of the network he&#8217;s on. Gosh, what to do?</li>
<li>Billy Reads the Howto Setup SPLIT-SPLIT DNS with SBS 2003 DNS Server below</li>
<li>Billy can now visit <a href="http://www.mattgibson.ca">http://www.mycompanyname.com</a> because it&#8217;s mapped to the internal ip of 192.168.1.1 or whatever your networking scheme is.</li>
<li>Billy is now happy.</li>
</ul>
<p>Off we went to Google, to try and find out what we needed; DNS Redirection? No, IP Port Redirection? No, Redirect External IP to Local IP, No. Tiresom it was, searching for this.</p>
<p>Then we decided to try and jump right in to figuring it out. First, we tried doing it at the router level, but none of us are IOS guru&#8217;s so this quickly became out of the question. Next we tried running a secondary DNS server on the SBS2K3 Server, and transferring the domain from our live server at the Datacenter in Seattle. This also didn&#8217;t work because once the domain was transferred into our secondary DNS on the Windows 2003 Server we weren&#8217;t able to edit any of the records. Pitty.</p>
<p>So, on we were to IRC. Ahhh, IRC. Not too many people use it anymore, but usually really cool people are available to help out. After asking in a couple channels we figured out that what we needed to do was set up something called <a href="http://www.isaserver.org/tutorials/You_Need_to_Create_a_Split_DNS.html">Split-Split DNS</a>. Basically all this is, is the method of running two DNS Servers. One inside your network, and one external to your network. Here&#8217;s a Microsoft Article on the subject of <a href="http://www.microsoft.com/technet/solutionaccelerators/wssra/raguide/NetworkServices/ignsbp_2.mspx#EYDAG">Enterprise DNS Design</a> which involves Split-Split DNS. This allows for internal hosts behind NAT networks to see external hostnames as if they are on the internal network.</p>
<p>With a bit more searching we came across <a href="http://blog.gingerlime.com/windows-2003-split-dns">this excellent post</a> by Ginger Lime. Using their instructions we have created a simple howto for doing the same thing on your internal domain.</p>
<p>With our little howto, you&#8217;ll be able to get this done quickly and easily on your internal windows sbs 2003 domain name server. Please readon for the howto.</p>
<p>First, we&#8217;ll have to open the DNS control panel. This is in the main server management console, under the computer management box. Here&#8217;s a screenshot. Make sure you enter into the Forward Lookup Zones box.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/dns1.jpg" alt="dns1" width="295" height="336" /></p>
<p>Now, right click on &#8220;<strong>Forward Lookup Zones</strong>&#8221; and click on &#8220;<strong>Add New Zone</strong>&#8220;. Like This.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/dns2.jpg" alt="dns2" width="295" height="336" /></p>
<p>Now you&#8217;ll be presented with the New Zone Wizard window. Click Next.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/3-1.jpg" alt="3" width="400" height="310" /></p>
<p>Now, Select a primary Zone for this tutorial.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/4.jpg" alt="4" width="400" height="309" /></p>
<p>Disable the storage of the information in Active Directory. Click Next.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/5-1.jpg" alt="5" width="400" height="37" /></p>
<p>Now type in your domain name that you want to resolve internally. Some common ones might be dev.yourdomain.com or www.yourdomain.com or similar. Click Next.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/6-1.jpg" alt="6" width="400" height="308" /></p>
<p>This window will be automatically filled out for you. Just click Next.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/7-1.jpg" alt="7" width="400" height="308" /></p>
<p>Now, make sure you don&#8217;t allow dynamic updates. This record is something you should be manually updating only. Click Next.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/8-1.jpg" alt="8" width="400" height="309" /></p>
<p>Your new zone is complete. Click Finish.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/9-1.jpg" alt="9" width="400" height="307" /></p>
<p>Now, Right Click your new zone (external.hostname.com), and select to &#8220;New Host (A)&#8221;. Let go of your mouse button now. <img src='http://www.mattgibson.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/dns3-1.jpg" alt="dns3" width="295" height="336" /></p>
<p>Now, add your internal IP address to the host, but leave the Name blank. Like this. Also leave the PTR record one un-checked since we don&#8217;t need it. Click Add Host.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/last.jpg" alt="last" width="353" height="330" /></p>
<p>You should see a message like this pop up.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/11-1.jpg" alt="11" width="400" height="121" /></p>
<p>Click on the Done button to leave this window.</p>
<p align="center"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/12-1.jpg" alt="12" width="188" height="91" /></p>
<p>Now you should see a blank host, with the internal IP address you specified during the last section of this tutorial.</p>
<p align="center"><a href="http://www.mattgibson.ca/wp-content/uploads/2008/07/13-1-1.jpg"><img src="http://www.mattgibson.ca/wp-content/uploads/2008/07/13-1-1-small.jpg" alt="13" width="339" height="19" /></a></p>
<p>Now you&#8217;re finished setting up a SPLIT-SPLIT DNS server using SBS2k3.</p>
<p>Go over to a different computer on your network that uses the Windows 2003 SBS Server as it&#8217;s DNS Controller, and try a nslookup or ping against the external hostname you&#8217;ve just added. If you get ping returns you&#8217;re good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattgibson.ca/2008/07/13/setting-up-split-split-dns-with-windows-sbs-2003-dns-services-easily/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Snow time</title>
		<link>http://www.mattgibson.ca/2007/11/22/snow-time/</link>
		<comments>http://www.mattgibson.ca/2007/11/22/snow-time/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 16:27:09 +0000</pubDate>
		<dc:creator>mattg</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[winter]]></category>

		<guid isPermaLink="false">http://www.mattgibson.ca/archives/94</guid>
		<description><![CDATA[Look snow]]></description>
			<content:encoded><![CDATA[<div>
<div><a href="http://www.mattgibson.ca/wp-content/uploads/lifeblog-22112007048.jpg"><img src="http://www.mattgibson.ca/wp-content/uploads/lifeblog-22112007048.thumbnail.jpg" alt="Thu 22/11/2007 11:21 22112007048" /></a></div>
<p>Look snow</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mattgibson.ca/2007/11/22/snow-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
