<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get yourself up on the hypergrid</title>
	<atom:link href="http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/</link>
	<description>THE MAGAZINE FOR ENTERPRISE USERS OF VIRTUAL WORLDS</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Maria Korolov</title>
		<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/comment-page-1/#comment-2713</link>
		<dc:creator>Maria Korolov</dc:creator>
		<pubDate>Mon, 31 Aug 2009 13:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypergridbusiness.com/?p=23088#comment-2713</guid>
		<description>I&#039;ve been hearing good things about OpenSim version 0.6.6 Post-fixes version r9993 
  &lt;a href=&quot;http://opensimulator.org/wiki/Download&quot; rel=&quot;nofollow&quot;&gt;http://opensimulator.org/wiki/Download&lt;/a&gt;  
 
Scroll down to &quot;Installers.&quot; 
 
We&#039;re using this over on ValleyGrid and it seems to work very well. And, more importantly, is compatible with OSGrid (which recently updated all its regions). 
 
By upgrading, you can hypergrid teleport both to and from OSGrid.  
 
When you run an earlier version on your home server, you can only hypergrid teleport FROM OSGrid. 
 
Another new development is OSGrid&#039;s new automated region server. It automatically downloads and install all the right files -- AND CONFIGURES YOUR ROUTER for you. (Wow! Really??) 
 
Check it out here: &lt;a href=&quot;http://www.osgrid.org/elgg/pg/utilities/connect&quot; rel=&quot;nofollow&quot;&gt;http://www.osgrid.org/elgg/pg/utilities/connect&lt;/a&gt;  
 
-- Maria </description>
		<content:encoded><![CDATA[<p>I&#039;ve been hearing good things about OpenSim version 0.6.6 Post-fixes version r9993</p>
<p>  <a href="http://opensimulator.org/wiki/Download" rel="nofollow">http://opensimulator.org/wiki/Download</a>  </p>
<p>Scroll down to &quot;Installers.&quot;</p>
<p>We&#039;re using this over on ValleyGrid and it seems to work very well. And, more importantly, is compatible with OSGrid (which recently updated all its regions).</p>
<p>By upgrading, you can hypergrid teleport both to and from OSGrid. </p>
<p>When you run an earlier version on your home server, you can only hypergrid teleport FROM OSGrid.</p>
<p>Another new development is OSGrid&#039;s new automated region server. It automatically downloads and install all the right files &#8212; AND CONFIGURES YOUR ROUTER for you. (Wow! Really??)</p>
<p>Check it out here: <a href="http://www.osgrid.org/elgg/pg/utilities/connect" rel="nofollow">http://www.osgrid.org/elgg/pg/utilities/connect</a>  </p>
<p>&#8211; Maria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Korolov</title>
		<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/comment-page-1/#comment-2712</link>
		<dc:creator>Maria Korolov</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypergridbusiness.com/?p=23088#comment-2712</guid>
		<description>Router info -- this is what I had to do on my Linksys router to get things to work. Your results may vary.  
 
To get to my router, I pulled up &lt;a href=&quot;http://192.168.1.1/&quot; rel=&quot;nofollow&quot;&gt;http://192.168.1.1/&lt;/a&gt;  in my browser.  
 
I went to Setup and clicked on DHCP Reservations. There, I created a new reservation for the computer that was running the OpenSim application. Basically, I created a static internal IP address for my computer, using my computer&#039;s MAC address, a.k.a. HWaddr. It was a Linux computer, so I was able to get the number by entering &quot;ifconfig -a&quot; at the command prompt. (On a Windows PC, you would type &quot;ipconfig /all&quot;  at the DOS prompt.) A MAC address looks something like this: 00:1B:24:1A:7D:79 
 
Once I permanently forwarded that MAC address to an internal port -- I picked 192.168.1.106 -- I went to the &quot;Applications &amp; Gaming&quot; tab and added a new entry under &quot;Single Port Forwarding.&quot; For the name of the application, I used &quot;OpenSim&quot;, for the internal and external port I used 9000, selected both UDP and TCP, entered 192.168.1.106 for the TP address and clicked on &quot;Enabled.&quot; 
 
Then I repeated the process twice more for port 9001 and 9002, pointing them all to 192.168.1.106. (You should do this for each region port that you&#039;re using.) </description>
		<content:encoded><![CDATA[<p>Router info &#8212; this is what I had to do on my Linksys router to get things to work. Your results may vary. </p>
<p>To get to my router, I pulled up <a href="http://192.168.1.1/" rel="nofollow">http://192.168.1.1/</a>  in my browser. </p>
<p>I went to Setup and clicked on DHCP Reservations. There, I created a new reservation for the computer that was running the OpenSim application. Basically, I created a static internal IP address for my computer, using my computer&#039;s MAC address, a.k.a. HWaddr. It was a Linux computer, so I was able to get the number by entering &quot;ifconfig -a&quot; at the command prompt. (On a Windows PC, you would type &quot;ipconfig /all&quot;  at the DOS prompt.) A MAC address looks something like this: 00:1B:24:1A:7D:79</p>
<p>Once I permanently forwarded that MAC address to an internal port &#8212; I picked 192.168.1.106 &#8212; I went to the &quot;Applications &amp; Gaming&quot; tab and added a new entry under &quot;Single Port Forwarding.&quot; For the name of the application, I used &quot;OpenSim&quot;, for the internal and external port I used 9000, selected both UDP and TCP, entered 192.168.1.106 for the TP address and clicked on &quot;Enabled.&quot;</p>
<p>Then I repeated the process twice more for port 9001 and 9002, pointing them all to 192.168.1.106. (You should do this for each region port that you&#039;re using.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtualization 101 - Hypergrid Business</title>
		<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/comment-page-1/#comment-523</link>
		<dc:creator>Virtualization 101 - Hypergrid Business</dc:creator>
		<pubDate>Wed, 29 Jul 2009 22:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypergridbusiness.com/?p=23088#comment-523</guid>
		<description>[...] for how to do this are available from Chapter &amp; Metaverse, the Linux Journal, MaxPing, and from us. Additional help is available in several support forums. There&#8217;s even an automatic region [...]</description>
		<content:encoded><![CDATA[<p>[...] for how to do this are available from Chapter &amp; Metaverse, the Linux Journal, MaxPing, and from us. Additional help is available in several support forums. There&#8217;s even an automatic region [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brock Tice</title>
		<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/comment-page-1/#comment-127</link>
		<dc:creator>Brock Tice</dc:creator>
		<pubDate>Sun, 14 Jun 2009 13:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypergridbusiness.com/?p=23088#comment-127</guid>
		<description>I was able to get both  osgrid and standalone opensim servers running simultaneously on one machine. I used port 9000 per the howto in this post for the standalone set-up, and changed the port to 8000 in both the OpenSim.ini and the default.xml region file. 
 
Note that I&#039;m using different versions for each: 9395 for the standalone (as in this article) and whatever osgrid requires at the time for the other. </description>
		<content:encoded><![CDATA[<p>I was able to get both  osgrid and standalone opensim servers running simultaneously on one machine. I used port 9000 per the howto in this post for the standalone set-up, and changed the port to 8000 in both the OpenSim.ini and the default.xml region file.</p>
<p>Note that I&#039;m using different versions for each: 9395 for the standalone (as in this article) and whatever osgrid requires at the time for the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Korolov</title>
		<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/comment-page-1/#comment-126</link>
		<dc:creator>Maria Korolov</dc:creator>
		<pubDate>Sun, 14 Jun 2009 07:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypergridbusiness.com/?p=23088#comment-126</guid>
		<description>James -- Keep us posted on how it goes! -- Maria</description>
		<content:encoded><![CDATA[<p>James &#8212; Keep us posted on how it goes! &#8212; Maria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Korolov</title>
		<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/comment-page-1/#comment-117</link>
		<dc:creator>Maria Korolov</dc:creator>
		<pubDate>Sat, 13 Jun 2009 20:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypergridbusiness.com/?p=23088#comment-117</guid>
		<description>Your starting region should be using port 9000, since the .ini file listens at port 9000 for inbound traffic. </description>
		<content:encoded><![CDATA[<p>Your starting region should be using port 9000, since the .ini file listens at port 9000 for inbound traffic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Corbett</title>
		<link>http://www.hypergridbusiness.com/2009/06/quickest-opensim-instructions-ever/comment-page-1/#comment-115</link>
		<dc:creator>James Corbett</dc:creator>
		<pubDate>Sat, 13 Jun 2009 03:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hypergridbusiness.com/?p=23088#comment-115</guid>
		<description>Wonderful blog post Maria, this is going to be a huge help to us as we try to set up our own Opensim server in the coming weeks. It&#039;s a daunting prospect but I&#039;m very excited about it. </description>
		<content:encoded><![CDATA[<p>Wonderful blog post Maria, this is going to be a huge help to us as we try to set up our own Opensim server in the coming weeks. It&#039;s a daunting prospect but I&#039;m very excited about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

