<?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>riscit.info &#187; networking</title>
	<atom:link href="http://www.riscit.info/category/hardware/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riscit.info</link>
	<description>too young to retire, too rich to work</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>newest project: wopr</title>
		<link>http://www.riscit.info/2009/09/newest-project-wopr/</link>
		<comments>http://www.riscit.info/2009/09/newest-project-wopr/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:58:37 +0000</pubDate>
		<dc:creator>riscphree</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.riscit.info/?p=99</guid>
		<description><![CDATA[I&#8217;m going to attempt to build a functional version of the WOPR supercomputer from the movie Wargames. Well, mine won&#8217;t have supercomputer power, but it&#8217;ll be really rad. Here&#8217;s my project page I will be keeping updates on: http://www.riscit.info/wopr/]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to attempt to build a functional version of the WOPR supercomputer from the movie Wargames. Well, mine won&#8217;t have supercomputer power, but it&#8217;ll be really rad.</p>
<p>Here&#8217;s my project page I will be keeping updates on: <a href="http://www.riscit.info/wopr/">http://www.riscit.info/wopr/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.riscit.info/2009/09/newest-project-wopr/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>centillion 100 hacking</title>
		<link>http://www.riscit.info/2009/08/centillion-100-hacking/</link>
		<comments>http://www.riscit.info/2009/08/centillion-100-hacking/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:58:15 +0000</pubDate>
		<dc:creator>riscphree</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.riscit.info/?p=54</guid>
		<description><![CDATA[I had bought an old BayNetworks Centillion 100 off ebay and the MCP board came with a password which the seller did not know. So I had to figure this out or I could not use the thing at all. I have included screen captures from this and if you click on the images, you [...]]]></description>
			<content:encoded><![CDATA[<p>I had bought an old BayNetworks Centillion 100 off ebay and the MCP board came with a password which the seller did not know. So I had to figure this out or I could not use the thing at all. I have included screen captures from this and if you click on the images, you will get full res pictures.</p>
<p><img class="alignright" title="Centillion 100" src="http://www.bayswitches.com/images/Centillion80_100_Port.jpg" alt="" width="374" height="236" /></p>
<p>Read more to see the pictures and what not.</p>
<p><span id="more-54"></span></p>
<p>Well, I was able to use HyperTerminal and a serial cable to connect to it successfully, so I started from there. When you first connect to the router, use N-8-1 (or, No parity, 8 data bits, 1 stop bit) at 9600Baud. However, be careful, the Centillion 50/100 and 5000BH Models may reset if you press a key at the terminal before the CLI prompt appears.</p>
<p style="text-align: center;"><a rel="lightbox" href="http://www.riscit.info/images/1.jpg"><img class="aligncenter" src="http://www.riscit.info/images/1_resize.jpg" border="0" alt="" /></a></p>
<p>Now you will want to login the engineer prompt using <strong>eng</strong> and the password is <strong>debug</strong>. This is an account, from my understanding, for network engineers to check out debug information in case something is wrong with the router.</p>
<p style="text-align: center;"><a href="http://www.riscit.info/images/2.jpg" rel="lightbox[54]"><img class="aligncenter" src="http://www.riscit.info/images/2_resize.jpg" border="0" alt="" /></a></p>
<p>Now you will need to access the <strong>what?</strong> prompt. The <strong>what?</strong> helps with the output of the raw debug data, again, as far as I can tell. There is nothing in the manuals about the <strong>eng</strong> and <strong>what?</strong> prompts at all.</p>
<p style="text-align: center;"><a href="http://www.riscit.info/images/3.jpg" rel="lightbox[54]"><img class="aligncenter" src="http://www.riscit.info/images/3_resize.jpg" border="0" alt="" /></a></p>
<p>Now, you begin the real work. You must dump the data in the flash memory. To do this you issue the command: <strong>d 0bfc60000</strong> and hit <strong>ENTER</strong></p>
<p style="text-align: center;"><a href="http://www.riscit.info/images/4.jpg" rel="lightbox[54]"><img class="aligncenter" src="http://www.riscit.info/images/4_resize.jpg" border="0" alt="" /></a></p>
<p>You will need to continue to dump this until you see a double <strong>12C</strong> pattern. To continue dumping, press <strong>d</strong> and hit <strong>ENTER</strong>. Just about 12 bytes before this 12C pattern is the password in hex. I had to continue dumping this data about 5 or 6 times till I got the double 12C pattern. You will see the password on my C100 was: 313233343536. Which, when converted is 123456. Since: 31 = 1, 32 = 2, 33 = 3, 34 = 4, 35 = 5, 36 = 6 in hex.</p>
<p style="text-align: center;"><a href="http://www.riscit.info/images/5.jpg" rel="lightbox[54]"><img class="aligncenter" src="http://www.riscit.info/images/5_resize.jpg" border="0" alt="" /></a></p>
<p>Apparently in firmware verison 2.0.2 and above, password recovery is not possible from the CLI. Access to the enginnering or what? prompts requires the user password. To fix this, you will need to reprogram your flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.riscit.info/2009/08/centillion-100-hacking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

