<?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>ThePizzy.net/blog &#187; dyndns</title>
	<atom:link href="http://thepizzy.net/blog/tag/dyndns/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepizzy.net/blog</link>
	<description>Solving the complex in 140 characters or less...</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>[[Oracle]] and tsnlocal.net</title>
		<link>http://thepizzy.net/blog/2006/09/oracle-and-tsnlocalnet/</link>
		<comments>http://thepizzy.net/blog/2006/09/oracle-and-tsnlocalnet/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 22:14:00 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[the-spot.net]]></category>
		<category><![CDATA[The-Spot.Network]]></category>
		<category><![CDATA[thepizzy.net]]></category>
		<category><![CDATA[tsnLocal.net]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[[[Oracle]]]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[chat rooms]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[dns control]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[email server]]></category>
		<category><![CDATA[email settings]]></category>
		<category><![CDATA[exodus]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hamachi]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[jabber client]]></category>
		<category><![CDATA[jabber server]]></category>
		<category><![CDATA[Jabbin]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql capabilities]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[webpage]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[Wildfire]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=73</guid>
		<description><![CDATA[I&#8217;ve spent the last two weeks working on getting [[Oracle]] into the role she was designed to play&#8230;but have found it to be a bit more involved than I realized....]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1191" title="oracle" src="http://thepizzy.net/blog/wp-content/uploads/2007/10/oracle-150x150.png" alt="" width="150" height="150" />I&#8217;ve spent the last two weeks working on getting [[Oracle]] into the role she was designed to play&#8230;but have found it to be a bit more involved than I realized.</p>
<p>Originally, I set up the server to be a <a title="[[Oracle]] Reborn, tsnlocal goes up beta" href="http://thepizzy.net/blog/2006/09/oracle-reborn-tsnlocal-goes-up-beta/" target="_blank">web server with php and sql capabilities</a>. Then I realized I needed to FTP files to the web server, so I installed <a href="http://filezilla.sourceforge.net/" target="_blank">FileZilla Server</a>. Once that was done, I started working on the webpage for tsnlocal.net. I got it up, and then wanted to play around with some other type of server, and decided on a Jabber server for instant messaging. I installed <a href="http://www.jivesoftware.org/index.jsp" target="_blank">Wildfire</a>.</p>
<p>Wildfire is extremely easy to setup and install &#8211; so once I finished that, I looked for a Jabber client. My first choice was a VoIP client called <a href="http://www.jabbin.com/int/" target="_blank">Jabbin</a>, but I couldn&#8217;t get it to connect to the server &#8211; probably because I don&#8217;t have a VoIP Protocol on the server to support it. So I went with what we use at work, <a href="http://exodus.jabberstudio.org/: target=">Exodus</a>. It&#8217;s a fairly functional Jabber client &#8211; with chat rooms, IM rosters, subscriptions, and file transfer&#8230;and a bunch of other stuff, including plugins.</p>
<p>Once the Jabber service was set up, and I figured out how to connect to it, I realized that telling people to use my dyndns domain name was not going to work. So I had to figure out how to get my Godaddy.com domain name to link directly to my IP address. But, come to find out, I have to have a Top Level Domain for an IP address, or my dyndns must be a nameserver registered with the NS Registry, in order to use it as a nameserver. I spent 2 days setting up BIND on Windows XP (because there was very little help on the internet for how to do it). Then I jacked around with the Total DNS control settings on godaddy, and got the webserver to work like it should &#8211; almost.</p>
<p>So now you can join the jabber server with yourname@jabber.tsnlocal.net. Now that I had that working, I noticed that there were email settings like pop.tsnlocal.net and smtp.tsnlocal.net that could be set up, so I decided to look into running my own email server. I got in #bloodshotgamer on irc.gamesurge.net and asked some of the tecky people I talk to in there what they&#8217;d recommend. Duck-Lap recommended qmail for linux, but mentined <a href="http://mailenable.com" target="_blank">MailEnable</a> for Windows. I was hoping for an IMAP service so I could run the webpage side of it, but that was not included with this. I might upgrade the service to something new later on, but for now, this was easy to install, and has easy administration, which is what I&#8217;m looking for since most of these other services aren&#8217;t critical to the function of the server. BIND was about the only thing that was hell to configure&#8230;everything else was easily figured out once I had the info and a general grasp of what it does and how it does it.</p>
<p>So now, [[Oracle]] does these things:<br />
- Web Server (Apache, PHP, MySQL)<br />
- FTP Server<br />
- DNS Server<br />
- Email Server<br />
- Jabber Server<br />
- TeamSpeak Voicechat Server<br />
- Hamachi server<br />
- Google Desktop distributed indexing server for the hamachi shares (the essence of tsnlocal)<br />
- and a keep-alive for the dyndns service linking my IP to the dynamic domain</p>
<p>That&#8217;s a lot for a little box&#8230;but I&#8217;m not done yet &#8211; I need to put ssh on it so I can telnet into it. I&#8217;m sure there are other things that I will find to do with it as time goes on too.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/bind' rel='tag' target='_blank'>bind</a>, <a class='technorati-link' href='http://technorati.com/tag/chat+rooms' rel='tag' target='_blank'>chat rooms</a>, <a class='technorati-link' href='http://technorati.com/tag/DNS' rel='tag' target='_blank'>DNS</a>, <a class='technorati-link' href='http://technorati.com/tag/dns+control' rel='tag' target='_blank'>dns control</a>, <a class='technorati-link' href='http://technorati.com/tag/domain+name' rel='tag' target='_blank'>domain name</a>, <a class='technorati-link' href='http://technorati.com/tag/dyndns' rel='tag' target='_blank'>dyndns</a>, <a class='technorati-link' href='http://technorati.com/tag/Email' rel='tag' target='_blank'>Email</a>, <a class='technorati-link' href='http://technorati.com/tag/email+server' rel='tag' target='_blank'>email server</a>, <a class='technorati-link' href='http://technorati.com/tag/email+settings' rel='tag' target='_blank'>email settings</a>, <a class='technorati-link' href='http://technorati.com/tag/exodus' rel='tag' target='_blank'>exodus</a>, <a class='technorati-link' href='http://technorati.com/tag/FileZilla' rel='tag' target='_blank'>FileZilla</a>, <a class='technorati-link' href='http://technorati.com/tag/FTP' rel='tag' target='_blank'>FTP</a>, <a class='technorati-link' href='http://technorati.com/tag/godaddy' rel='tag' target='_blank'>godaddy</a>, <a class='technorati-link' href='http://technorati.com/tag/hamachi' rel='tag' target='_blank'>hamachi</a>, <a class='technorati-link' href='http://technorati.com/tag/instant+messaging' rel='tag' target='_blank'>instant messaging</a>, <a class='technorati-link' href='http://technorati.com/tag/internet' rel='tag' target='_blank'>internet</a>, <a class='technorati-link' href='http://technorati.com/tag/Jabber' rel='tag' target='_blank'>Jabber</a>, <a class='technorati-link' href='http://technorati.com/tag/jabber+client' rel='tag' target='_blank'>jabber client</a>, <a class='technorati-link' href='http://technorati.com/tag/jabber+server' rel='tag' target='_blank'>jabber server</a>, <a class='technorati-link' href='http://technorati.com/tag/Jabbin' rel='tag' target='_blank'>Jabbin</a>, <a class='technorati-link' href='http://technorati.com/tag/nameserver' rel='tag' target='_blank'>nameserver</a>, <a class='technorati-link' href='http://technorati.com/tag/PHP' rel='tag' target='_blank'>PHP</a>, <a class='technorati-link' href='http://technorati.com/tag/pop' rel='tag' target='_blank'>pop</a>, <a class='technorati-link' href='http://technorati.com/tag/server' rel='tag' target='_blank'>server</a>, <a class='technorati-link' href='http://technorati.com/tag/setup' rel='tag' target='_blank'>setup</a>, <a class='technorati-link' href='http://technorati.com/tag/smtp' rel='tag' target='_blank'>smtp</a>, <a class='technorati-link' href='http://technorati.com/tag/sql' rel='tag' target='_blank'>sql</a>, <a class='technorati-link' href='http://technorati.com/tag/sql+capabilities' rel='tag' target='_blank'>sql capabilities</a>, <a class='technorati-link' href='http://technorati.com/tag/VoIP' rel='tag' target='_blank'>VoIP</a>, <a class='technorati-link' href='http://technorati.com/tag/Web' rel='tag' target='_blank'>Web</a>, <a class='technorati-link' href='http://technorati.com/tag/web+server' rel='tag' target='_blank'>web server</a>, <a class='technorati-link' href='http://technorati.com/tag/webpage' rel='tag' target='_blank'>webpage</a>, <a class='technorati-link' href='http://technorati.com/tag/webserver' rel='tag' target='_blank'>webserver</a>, <a class='technorati-link' href='http://technorati.com/tag/Wildfire' rel='tag' target='_blank'>Wildfire</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/%5B%5BOracle%5D%5D' rel='tag' target='_blank'>[[Oracle]]</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2006/09/oracle-and-tsnlocalnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

