<?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: GNS3 (Dynamips) on Mac OSX</title>
	<atom:link href="http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/</link>
	<description>The not so exciting adventures of a Network Engineer</description>
	<lastBuildDate>Fri, 05 Feb 2010 03:15:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ramon</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-193</link>
		<dc:creator>Ramon</dc:creator>
		<pubDate>Fri, 27 Nov 2009 08:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-193</guid>
		<description>Hi, 

Anyone solved how to install it on a Mac Snow Leopard 10.6.2


Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Anyone solved how to install it on a Mac Snow Leopard 10.6.2</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubo</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-190</link>
		<dc:creator>Rubo</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-190</guid>
		<description>Hi, i have a problem trying to install dynamips on Mac snow Leopard 10.6
---&gt;  Building dynamips
Error: Target org.macports.build returned: shell command &quot; cd &quot;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_dynamips/work/dynamips-0.2.7&quot; &amp;&amp; /usr/bin/make -j2 all PREFIX=/opt/local &quot; returned error 2
Command output: Compiling mips64_jit.c
Compiling ppc32.c
ppc32.c: In function &#039;ppc32_set_idle_pc&#039;:

Can someone help me?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, i have a problem trying to install dynamips on Mac snow Leopard 10.6<br />
&#8212;&gt;  Building dynamips<br />
Error: Target org.macports.build returned: shell command &#8221; cd &#8220;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_dynamips/work/dynamips-0.2.7&#8243; &amp;&amp; /usr/bin/make -j2 all PREFIX=/opt/local &#8221; returned error 2<br />
Command output: Compiling mips64_jit.c<br />
Compiling ppc32.c<br />
ppc32.c: In function &#8216;ppc32_set_idle_pc&#8217;:</p>
<p>Can someone help me?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-186</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-186</guid>
		<description>FYI... for those with compile errors such as: 
  /var/tmp//cc7HB7qK.s:1328:suffix or operands invalid for `mov&#039;
  make: *** [mips64_jit.o] Error 1

I was able to compile by editing my &quot;Makefile&quot; file. I replaced:
  DYNAMIPS_ARCH?=x86

With:
  DYNAMIPS_ARCH?=amd64

Enjoy...</description>
		<content:encoded><![CDATA[<p>FYI&#8230; for those with compile errors such as:<br />
  /var/tmp//cc7HB7qK.s:1328:suffix or operands invalid for `mov&#8217;<br />
  make: *** [mips64_jit.o] Error 1</p>
<p>I was able to compile by editing my &#8220;Makefile&#8221; file. I replaced:<br />
  DYNAMIPS_ARCH?=x86</p>
<p>With:<br />
  DYNAMIPS_ARCH?=amd64</p>
<p>Enjoy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-185</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-185</guid>
		<description>I get this error when I make dynamips on snow leopard.


mips64_jit.c:258: warning: ‘insn_jump_find’ defined but not used
/var/folders/g3/g3g2ojmoF2WEeDIAOXDuMk+++TI/-Tmp-//ccEtMHSO.s:1328:suffix or operands invalid for `mov&#039;
make: *** [mips64_jit.o] Error 1</description>
		<content:encoded><![CDATA[<p>I get this error when I make dynamips on snow leopard.</p>
<p>mips64_jit.c:258: warning: ‘insn_jump_find’ defined but not used<br />
/var/folders/g3/g3g2ojmoF2WEeDIAOXDuMk+++TI/-Tmp-//ccEtMHSO.s:1328:suffix or operands invalid for `mov&#8217;<br />
make: *** [mips64_jit.o] Error 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lau Ming Leong</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-184</link>
		<dc:creator>Lau Ming Leong</dc:creator>
		<pubDate>Mon, 12 Oct 2009 09:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-184</guid>
		<description>The ‘ symbol is incorrect. Just remove the quotes or replace it by &#039;(the key beside the Enter)</description>
		<content:encoded><![CDATA[<p>The ‘ symbol is incorrect. Just remove the quotes or replace it by &#8216;(the key beside the Enter)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lasantha</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-174</link>
		<dc:creator>lasantha</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-174</guid>
		<description>both steps of 4 and 5 are not working, i get this error

curl: (1) Unsupported protocol: ‘http
namips-0.2.8-RC2.tar.gzw.ipflow.utc.fr/dynamips/dynamips-0.2.8-RC2.tar.gz’ -o dy

sorry im a total noob at this as this is my first time using mac.

please help!</description>
		<content:encoded><![CDATA[<p>both steps of 4 and 5 are not working, i get this error</p>
<p>curl: (1) Unsupported protocol: ‘http<br />
namips-0.2.8-RC2.tar.gzw.ipflow.utc.fr/dynamips/dynamips-0.2.8-RC2.tar.gz’ -o dy</p>
<p>sorry im a total noob at this as this is my first time using mac.</p>
<p>please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-173</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sun, 12 Jul 2009 12:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-173</guid>
		<description>I am new to Mac OS and I have got up to step 4. When I paste step 4 into Terminal I get the following error:
gary-popes-macbook-pro:Downloads Gary$ curl ‘http://www.mr511.de/software/libelf-0.8.9.tar.gz’ -o libelf-0.8.9.tar.gz

curl: (1) Unsupported protocol: ‘http
gary-popes-macbook-pro:Downloads Gary$ tar -zxvf libelf-0.8.9.tar.gz
tar (child): libelf-0.8.9.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
gary-popes-macbook-pro:Downloads Gary$ cd libelf-0.8.9
-bash: cd: libelf-0.8.9: No such file or directory
gary-popes-macbook-pro:Downloads Gary$ ./configure –prefix=/usr/local
-bash: ./configure: No such file or directory
gary-popes-macbook-pro:Downloads Gary$ make
make: *** No targets specified and no makefile found.  Stop.

Any Idea&#039;s?</description>
		<content:encoded><![CDATA[<p>I am new to Mac OS and I have got up to step 4. When I paste step 4 into Terminal I get the following error:<br />
gary-popes-macbook-pro:Downloads Gary$ curl ‘http://www.mr511.de/software/libelf-0.8.9.tar.gz’ -o libelf-0.8.9.tar.gz</p>
<p>curl: (1) Unsupported protocol: ‘http<br />
gary-popes-macbook-pro:Downloads Gary$ tar -zxvf libelf-0.8.9.tar.gz<br />
tar (child): libelf-0.8.9.tar.gz: Cannot open: No such file or directory<br />
tar (child): Error is not recoverable: exiting now<br />
tar: Child returned status 2<br />
tar: Error exit delayed from previous errors<br />
gary-popes-macbook-pro:Downloads Gary$ cd libelf-0.8.9<br />
-bash: cd: libelf-0.8.9: No such file or directory<br />
gary-popes-macbook-pro:Downloads Gary$ ./configure –prefix=/usr/local<br />
-bash: ./configure: No such file or directory<br />
gary-popes-macbook-pro:Downloads Gary$ make<br />
make: *** No targets specified and no makefile found.  Stop.</p>
<p>Any Idea&#8217;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-171</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sat, 04 Jul 2009 08:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-171</guid>
		<description>Hi,

Thank you for this effective guide.  I think everything is working fine.  The dynamips test is successful.  The problem that I have is that I can&#039;t communicate with the console ports of the routers.  This is the message that I received when try to telnet and have no response from it:

Trying 127.0.0.1...
Connected to localhost.
Escape character is &#039;^]&#039;.
Connected to Dynamips VM &quot;R0&quot; (ID 6, type c2600) - Console port

Any tip please?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thank you for this effective guide.  I think everything is working fine.  The dynamips test is successful.  The problem that I have is that I can&#8217;t communicate with the console ports of the routers.  This is the message that I received when try to telnet and have no response from it:</p>
<p>Trying 127.0.0.1&#8230;<br />
Connected to localhost.<br />
Escape character is &#8216;^]&#8217;.<br />
Connected to Dynamips VM &#8220;R0&#8243; (ID 6, type c2600) &#8211; Console port</p>
<p>Any tip please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dedwards</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-170</link>
		<dc:creator>dedwards</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-170</guid>
		<description>It&#039;s tough to say, it really depends on the platform images you are loading but I have run 8 to 10 devices for some Equal Cost Pathing Labs</description>
		<content:encoded><![CDATA[<p>It&#8217;s tough to say, it really depends on the platform images you are loading but I have run 8 to 10 devices for some Equal Cost Pathing Labs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lkhanna</title>
		<link>http://blog.crimsonsilo.com/2008/11/gns3-dynamips-on-mac-osx/comment-page-1/#comment-169</link>
		<dc:creator>lkhanna</dc:creator>
		<pubDate>Sat, 27 Jun 2009 17:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crimsonsilo.com/?p=86#comment-169</guid>
		<description>hi 
thanks for this such a nice document...
i have mac pro - 2 gb mem , 2.53 Ghz...
how many devices can i run with this?</description>
		<content:encoded><![CDATA[<p>hi<br />
thanks for this such a nice document&#8230;<br />
i have mac pro &#8211; 2 gb mem , 2.53 Ghz&#8230;<br />
how many devices can i run with this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
