<?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>Real Simple Success &#187; Tech</title>
	<atom:link href="http://www.realsimplesuccess.com/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.realsimplesuccess.com</link>
	<description>Empowering Small Businesses on the Web</description>
	<lastBuildDate>Sun, 17 Oct 2010 15:43:00 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to link virtual (local ‘faked’) domains on Mac OS X to a Parralels Virtual Machine</title>
		<link>http://www.realsimplesuccess.com/how-to-link-virtual-local-faked-domains-on-mac-os-x-to-a-parralels-virtual-machine/</link>
		<comments>http://www.realsimplesuccess.com/how-to-link-virtual-local-faked-domains-on-mac-os-x-to-a-parralels-virtual-machine/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:31:13 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.realsimplesuccess.com/?p=582</guid>
		<description><![CDATA[I develop lots of websites on a virtual server on my Mac. I have a hosts file configured to interpret lots of different domains locally, e.g.,
127.0.0.1 mydomain.local
127.0.0.1 my-other-domain.local
etc.,
etc.,
I wanted IE within Parralels to also interpret these, but it does not recoginize localhost, or 127.0.0.1 the same.
But thanks to a few suggestions here, I figured it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.realsimplesuccess.com%2Fhow-to-link-virtual-local-faked-domains-on-mac-os-x-to-a-parralels-virtual-machine%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.realsimplesuccess.com%2Fhow-to-link-virtual-local-faked-domains-on-mac-os-x-to-a-parralels-virtual-machine%2F" height="61" width="51" /></a></div><p>I develop lots of websites on a virtual server on my Mac. I have a hosts file configured to interpret lots of different domains locally, e.g.,</p>
<p>127.0.0.1 mydomain.local<br />
127.0.0.1 my-other-domain.local<br />
etc.,<br />
etc.,</p>
<p>I wanted IE within Parralels to also interpret these, but it does not recoginize localhost, or 127.0.0.1 the same.</p>
<p>But thanks to a few suggestions here, I figured it out.</p>
<p>Credit to this thread: <a href="http://www.macosxhints.com/article.php?story=20070112081823250" title="http://www.macosxhints.com/article.php?story=20070112081823250" target="_blank">www.macosxhints.com/article.php?story=20070112081823250</a></p>
<p>—</p>
<p>The following instructions are for using Parralels on Mac OS X Leopard.</p>
<p>Microsoft makes copies of Windows 6, 7, and 8 available for free download, that are “time-bombed,” so that they can only be used for about a month. These are perfect for browser testing.</p>
<p>Download whichever ones you want, here: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en" title="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en" target="_blank">www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en</a></p>
<p>But only download the .exe versions.</p>
<p>From within the virtual instance, install Bonjour for Windows (<a href="http://support.apple.com/downloads/Bonjour_for_Windows" title="http://support.apple.com/downloads/Bonjour_for_Windows" target="_blank">support.apple.com/downloads/Bonjour_for_Windows</a>).</p>
<p>To quote the other nice person,</p>
<p>“Go to System Preferences on your Mac and click the Sharing icon, then switch to the Services tab. You will see a message saying, “Other computers on your local subnet can access your computer at …” followed by a name ending with “.local”.</p>
<p>In other words, find out what your computer is called on the network. Let’s say it was mymac.local</p>
<p>Then, I found out what IP address the virtual Windows thinks mymac.local resolves to. It gave me some other IP address.</p>
<p>Then, I took all of the lines in my hosts file on my Mac, and copied them into a new file, and did a search and replace on the normal localhost IP of 127.0.0.1, with that new IP.</p>
<p>Then, I opened up C:\WINDOWS\system32\drivers\etc\hosts, and added those lines to it.</p>
<p>It works. Yay!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.realsimplesuccess.com%2Fhow-to-link-virtual-local-faked-domains-on-mac-os-x-to-a-parralels-virtual-machine%2F';
  addthis_title  = 'How+to+link+virtual+%28local+%E2%80%98faked%E2%80%99%29+domains+on+Mac+OS+X+to+a+Parralels+Virtual+Machine';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.realsimplesuccess.com/how-to-link-virtual-local-faked-domains-on-mac-os-x-to-a-parralels-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

