<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My [CCNA-cisco certified network associate] blog</title>
	<atom:link href="http://ccnastandsfor.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ccnastandsfor.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 03 Sep 2011 15:22:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ccnastandsfor.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My [CCNA-cisco certified network associate] blog</title>
		<link>http://ccnastandsfor.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ccnastandsfor.wordpress.com/osd.xml" title="My [CCNA-cisco certified network associate] blog" />
	<atom:link rel='hub' href='http://ccnastandsfor.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Back &#124; Track3 Install</title>
		<link>http://ccnastandsfor.wordpress.com/2009/05/23/backtrack3-install/</link>
		<comments>http://ccnastandsfor.wordpress.com/2009/05/23/backtrack3-install/#comments</comments>
		<pubDate>Sat, 23 May 2009 15:43:46 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Backtrack]]></category>
		<category><![CDATA[dualboot install]]></category>
		<category><![CDATA[hdd install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[reference links]]></category>
		<category><![CDATA[virtual box install]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=89</guid>
		<description><![CDATA[Virtual box [2.2.2] is used for installation of backtrack 3 final iso, Just how compact installation can become. Please bear with following details References: http://forums.remote-exploit.org/showthread.php?t=16104 http://forums.remote-exploit.org/showthread.php?t=17289 Hdd install with backtrack 3 final iso. References: http://www.offensive-security.com/documentation/backtrack-hd-install.pdf Extract backtrack 3 final iso to usb , go to usb drive, select /boot/bootinst.bat That way you can create usb [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=89&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Virtual box [2.2.2] is used for installation of backtrack 3 final iso,</strong></p>
<p>Just how compact installation can become.</p>
<p>Please bear with following details</p>
<blockquote><p><span style="text-decoration:underline;">References</span>:</p></blockquote>
<blockquote><p><a href="http://forums.remote-exploit.org/showthread.php?t=16104">http://forums.remote-exploit.org/showthread.php?t=16104</a></p></blockquote>
<blockquote><p><a href="http://forums.remote-exploit.org/showthread.php?t=17289">http://forums.remote-exploit.org/showthread.php?t=17289</a></p></blockquote>
<p><strong>Hdd install with backtrack 3 final iso.</strong></p>
<blockquote><p><span style="text-decoration:underline;">References</span>:</p>
<p><a href="http://www.offensive-security.com/documentation/backtrack-hd-install.pdf">http://www.offensive-security.com/documentation/backtrack-hd-install.pdf</a></p>
<p>Extract backtrack 3 final iso to usb , go to usb drive, select /boot/bootinst.bat</p>
<p>That way you can create usb drive bootable using only slack os [backtrack3].</p>
<p>Now boot with usb. Select the boot option: boot from usb.</p>
<p>You&#8217;ll be welcome with splash screen, select KDE.</p>
<p>select the root as user and toor as passward.</p>
<p>Enter startx, and go to desktop.</p>
<p>open Konsole type sudo -s then fdisk –l</p>
<p>Shows you details of hard disk partition tables and size.</p>
<p>Follow commands to re-partition your hard disk to suit backtrack installation.</p>
<p>. fdisk /dev/hda [varies for different hard disks hda, sda check before you start installation.]</p>
<p>. m [general help at fdisk prompt]</p>
<p>. p [print current partition table for your hard disk]</p>
<p>. d [delete any previous partitions on hdd]</p>
<p>. n [create new partition]</p>
<p>. p [create partition primary]</p>
<p>. 1 [partition 1 out of 4 allowed]</p>
<p>. +100M [boot partition]</p>
<p>. n [create new partition]</p>
<p>. p [create partition primary]</p>
<p>. 2 [partition 2 out of 4 allowed]</p>
<p>. +1024M [swap partition]</p>
<p>. n [create new partition]</p>
<p>. 3 [partition 3 out of 4 allowed]</p>
<p>. p [create partition primary]</p>
<p>. [root partition with remaining disk space]</p>
<p>. p [print current partitioning for your hard disk]</p>
<p>. t [change partition type for hda2]</p>
<p>. 2 [select swap partition]</p>
<p>. 82 [linux swap]</p>
<p>. a [select boot flag for boot partition]</p>
<p>. 1 [select boot partition]</p>
<p>. w [write changes to hard disk, write new partition table]</p>
<p>[reboot if necessary.]</p>
<p>[create filesystem]</p>
<p>. Umount /dev/hda3 [umount root]</p>
<p>. Umount /dev/hda1 [umount boot]</p>
<p>. mkfs.ext3 /dev/hda1 [boot partition]</p>
<p>. mkfs.ext3 /dev/hda3 [root partition]</p>
<p>. mkswap /dev/hda2 [swap!]</p>
<p>. swapon /dev/hda2 [swap on!]</p>
<p>You have completed partitioning hard drive, now start with installation of backtrack 3 final</p>
<p>. mkdir /mnt/bt3</p>
<p>. mount /dev/hda3 /mnt/bt3 [mount root partition]</p>
<p>. mkdir /mnt/bt3/boot</p>
<p>. mount /dev/hda1 /mnt/bt3/boot [mount boot partition]</p>
<p>[start copying backtrack files from usb to hard disk...wait 5 min. Approx.]<br />
. cp –preserve –R /{bin, dev,home, pentest, root, usr, etc, lib, opt, sbin, var} /mnt/backtrack/</p>
<p>. mkdir /mnt/backtrack/{mnt,proc,sys,tmp}</p>
<p>. mount &#8212; bind /dev/ /mnt/backtrack/dev/</p>
<p>. mount –t proc proc /mnt/backtrack/proc/</p>
<p>. cp /boot/vmlinuz /mnt/backtrack/boot</p>
<p>. chroot /mnt/backtrack/ /bin/bash</p>
<p>lilo configuration to select boot option at startup;</p>
<p>. nano /etc/lilo.conf</p>
<p>Try following configuration :</p>
<p>lba32</p>
<p>boot = /dev/hda [ or sda]</p>
<p>change-rules</p>
<p>reset</p>
<p>vga = normal</p>
<p>image = /boot/vmlinuz</p>
<p>root = /dev/hda3 [root!]</p>
<p>label = Back|track3 [:)]</p>
<p>Save it</p>
<p>At prompt type lilo –v to configure boot setting you have just created.</p>
<p>. exit [logout]</p>
<p>. reboot [shutdown –r now]</p>
<p>This will do &#8230; your hdd-ready running copy of backtrack 3 final.</p>
<p>Following piece really helps when reconfiguring lilo with cd or usb.</p>
<p>. Umount /dev/hda3 [umount root]</p>
<p>. Umount /dev/hda1 [umount boot]</p>
<p>. Swapoff –a [swap off]</p>
<p>. mkdir /mnt/bt3</p>
<p>. mount /dev/hda3 /mnt/bt3</p>
<p>. mkdir /mnt/bt3/boot</p>
<p>. mount /dev/hda1 /mnt/bt3</p>
<p>. mount –bind /dev/ /mnt/backtrack/dev/</p>
<p>. mount –t proc proc /mnt/backtrack/proc/</p>
<p>. cp /boot/vmlinuz /mnt/backtrack/boot</p>
<p>. chroot /mnt/backtrack/ /bin/bash</p>
<p>. nano /etc/lilo.conf</p>
<p>. lilo –v</p>
<p>. exit</p>
<p>. reboot</p></blockquote>
<p><strong>Dual boot install [windows / backtrack 3 final]</strong></p>
<blockquote><p><span style="text-decoration:underline;">References</span>:</p>
<p><a href="http://www.offensive-security.com/movies/dualboot/dualboot.html">http://www.offensive-security.com/movies/dualboot/dualboot.html</a></p>
<p><a href="http://forums.remote-exploit.org/showthread.php?t=14806">http://forums.remote-exploit.org/showthread.php?t=14806<br />
</a></p>
<p><a href="http://forums.remote-exploit.org/showthread.php?t=1396">http://forums.remote-exploit.org/showthread.php?t=1396</a></p>
<p><a href="http://budisetiyawan.wordpress.com/2009/04/11/how-to-install-backtrack-3-dual-boot-with-hackintosh/">http://www.budisetiyawan.wordpress.com/2009/04/11/how-to-install-backtrack-3-dual-boot-with-hackintosh/</a></p>
<p><a href="http://www.counterstriketutes.blogspot.com/2009/01/backtrack-3-final-harddrive-install.html">http://www.counterstriketutes.blogspot.com/2009/01/backtrack-3-final-harddrive-install.html</a></p></blockquote>
<p style="text-align:left;"><a title="Bookmark Back | Track3 Install" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-1r&amp;title=Back%20%7C%20Track3%20Install" rel="nofollow" target="_blank"><img src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Back | Track3 Install" width="125" height="16" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=89&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2009/05/23/backtrack3-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Back &#124; Track3 Install</media:title>
		</media:content>
	</item>
		<item>
		<title>Back &#124; Track 3</title>
		<link>http://ccnastandsfor.wordpress.com/2009/03/12/back-track-3/</link>
		<comments>http://ccnastandsfor.wordpress.com/2009/03/12/back-track-3/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 12:55:39 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Backtrack]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Live-CD]]></category>
		<category><![CDATA[remote-exploit]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=85</guid>
		<description><![CDATA[I been waiting to get my hands on this Linux Distribution, since I get to know about this security specific distribution, Why would I be looking for Linux distribution specific to security and penetration testing in the middle of my CCNA certification?  Security is something I am fond of since I am around this IT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=85&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">I been waiting to get my hands on this Linux Distribution, since I get to know about this security specific distribution, </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">Why would I be looking for Linux distribution specific to security and penetration testing in the middle of my CCNA certification?</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;"><span style="font-family:Calibri;"><span> </span>Security is something I am fond of since I am around this IT Environment. Backtrack 3 is now old since 4 beta is released already, having OS installed on than talking about this and that is very different. You have to experience backtrack if you really somewhere in the security arena [!!!].</span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">Not that backtrack is only distribution relates to security and penetration testing. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">You can visit for any further details about Linux distributions which are specific to security related issues at </span><a href="http://www.google.com/"><span style="font-family:Calibri;font-size:small;">http://www.google.com</span></a><span style="font-family:Calibri;font-size:small;"> … go Google!</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;"> </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">Now some technical stuff…</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">You can find backtrack at </span><a href="http://www.remote-exploit.org/backtrack.html"><span style="font-family:Calibri;font-size:small;">http://www.remote-exploit.org/backtrack.html</span></a></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">Since backtrack is Live distribution helping mostly security experts and pen testers, Installation is bit tricky part which can be resolved at </span><a href="http://wiki.remote-exploit.org/"><span style="font-family:Calibri;font-size:small;">http://wiki.remote-exploit.org</span></a><span style="font-family:Calibri;font-size:small;"> , many more other tutorial are also available to get you started with backtrack.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">Finally to get your own copy of backtrack just type following in your address bar,</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><a href="http://www.remote-exploit.org/backtrack_download.html"><span style="font-family:Calibri;font-size:small;">http://www.remote-exploit.org/backtrack_download.html</span></a></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">And if you want to keep follow up to your distribution just log in to forum at:</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><a href="http://forums.remote-exploit.org/"><span style="font-family:Calibri;font-size:small;">http://forums.remote-exploit.org/</span></a></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-family:Calibri;font-size:small;">Wiki page has complete instruction tutorials on how to install backtrack on HDD and also installing it on USB Drive, you can try distribution with VBox also as I have installed it with Live-CD version [backtrack 3 final ISO].</span></p>
<p style="text-align:left;"><a title="Bookmark Back | Track3" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-1n&amp;title=Back%20%7C%20Track3" rel="nofollow" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Back | Track3" width="125" height="16" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=85&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2009/03/12/back-track-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Back &#124; Track3</media:title>
		</media:content>
	</item>
		<item>
		<title>Thinking about Systems…</title>
		<link>http://ccnastandsfor.wordpress.com/2009/01/18/thinking-about-systems%e2%80%a6/</link>
		<comments>http://ccnastandsfor.wordpress.com/2009/01/18/thinking-about-systems%e2%80%a6/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 21:02:06 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Fedora8]]></category>
		<category><![CDATA[Innotek virtualBox]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[LFY2007 Magazine]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sybex book]]></category>
		<category><![CDATA[system programming]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=67</guid>
		<description><![CDATA[So much of system … just installed a Fedora8 on Vbox*. Finding Interest in systems doesn’t put you anywhere &#8230;trying to be nice with The Linux distribution found with LFY2007 Magazine. Most of the times this installation doesn’t last more than week on my PC; still finding a great book for learning Linux, like Sybex [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=67&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">So much of system … just installed a Fedora8 on Vbox*.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Finding Interest in systems doesn’t put you anywhere &#8230;trying to be nice with The Linux distribution found with LFY2007 Magazine. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Most of the times this installation doesn’t last more than week on my PC; still finding a great book for learning Linux, like Sybex book for my CCNA training.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">I might give a try or two or maybe more to this installation, since it surely is of great time value.<span>  </span>You never know; maybe at Job interviews.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Not that naive either; just installation get you for that matter. Ok enough with that, maybe some system programming to start with. Linux &#8230;so much Open Source it let you start with anything from file system to kernel processing and I just installed it. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">I will be reading through this post again &#8230;something to start with Linux, sure.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;"><span style="font-family:Calibri;"><span> </span>Well this is like something related to Linux and System and post.</span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">*(version 1.5.4 [Innotek virtualBox] works fine for me)</span></p>
<p style="text-align:left;"><a title="Bookmark Thinking about Systems…" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-15&amp;title=Thinking%20about%20Systems…" rel="nofollow" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Thinking about Systems…" width="125" height="16" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=67&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2009/01/18/thinking-about-systems%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Thinking about Systems…</media:title>
		</media:content>
	</item>
		<item>
		<title>Certify Certify&#8230;!</title>
		<link>http://ccnastandsfor.wordpress.com/2009/01/14/certify-certify/</link>
		<comments>http://ccnastandsfor.wordpress.com/2009/01/14/certify-certify/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 20:32:50 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[course completion]]></category>
		<category><![CDATA[iihtdadar]]></category>
		<category><![CDATA[Internal Examination]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=60</guid>
		<description><![CDATA[I just started studying for this CCNA certification to get my first certification and to my distrust; I was just about to get lost in this Certification world. Certifications are addictive! You are finding some fine career track to work on and vendors are ready with more than enough certifications. Microsoft, CompTia, Sun, Red hat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=60&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;">
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">I just started studying for this CCNA certification to get my first certification and to my distrust; I was just about to get lost in this Certification world. Certifications are addictive! You are finding some fine career track to work on and vendors are ready with more than enough certifications. Microsoft, CompTia, Sun, Red hat … </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Briefly speaking; finding or maybe also try for some system certification from Microsoft or MCP at least.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Will talk about later…with some fine post and post topic.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Just to Update, Course training with IIHTDADAR has been over. I Got course completion certification.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Internal Examination result – pass (still have to work a lot)… going to get my first Networking certification from that Examination. 2 certs from IIHTDADAR&#8230;!</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">You will read some of my understanding about following topics in my further posts.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;"><span style="font-family:Calibri;"> [Just don’t count on it, (notes on the run)]. </span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="text-decoration:line-through;"><span style="font-size:small;font-family:Calibri;">Routing between VLANS (configuration).</span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="text-decoration:line-through;"><span style="font-size:small;font-family:Calibri;">OSPF at its best!</span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Finished with Training!</span></p>
<p style="text-align:left;"><a title="Bookmark Certify Certify...!" rel="nofollow" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-Y&amp;title=Certify%20Certify...!" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Certify Certify...!" width="125" height="16" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=60&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2009/01/14/certify-certify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Certify Certify...!</media:title>
		</media:content>
	</item>
		<item>
		<title>Network Simulators&#8230; Go Google!</title>
		<link>http://ccnastandsfor.wordpress.com/2008/12/08/network-simulators-go-google/</link>
		<comments>http://ccnastandsfor.wordpress.com/2008/12/08/network-simulators-go-google/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 22:52:30 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cisco ios]]></category>
		<category><![CDATA[dynagen]]></category>
		<category><![CDATA[dynamips]]></category>
		<category><![CDATA[dynamipsgui]]></category>
		<category><![CDATA[gns3]]></category>
		<category><![CDATA[Network simulator]]></category>
		<category><![CDATA[router emulator]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=50</guid>
		<description><![CDATA[As I have stated earlier in my blog post, not necessarily but purely a need to practice on Network simulator at times, at most of the times… Dynamips is one of free router emulator [more on dynamips here http://en.wikipedia.org/wiki/Dynamips ] you can get your hands on; only next big requirement to dynamips is that it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=50&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">As I have stated earlier in my blog post, not necessarily but purely a need to practice on Network simulator at times, at most of the times…</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Dynamips is one of free router emulator [more on dynamips here </span><a href="http://en.wikipedia.org/wiki/Dynamips"><span style="font-size:small;color:#800080;font-family:Calibri;">http://en.wikipedia.org/wiki/Dynamips</span></a><span style="font-size:small;font-family:Calibri;"> ] you can get your hands on; only next big requirement to dynamips is that it uses a real Cisco IOS and Cisco IOS is hard to find as they can only be purchased from Cisco. And add to it you need to setup a front-end to dynamips before you even start with IOS. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Here are some picks from me, get gns3 a latest network simulator from </span><a href="http://www.gns3.net/"><span style="font-size:small;color:#800080;font-family:Calibri;">www.gns3.net</span></a><span style="font-size:small;font-family:Calibri;"> it works great with popular platforms including windows, Linux, Mac. Window version of gns3 includes all the setup files to start and running of dynamips with dynagen and other dependencies.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Or else there is Dynamips GUI, Links to which I found on forum name </span><a href="http://7200emu.hacki.at/index.php"><span style="font-size:small;color:#800080;font-family:Calibri;">http://7200emu.hacki.at/index.php</span></a></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">And link to discussion is </span><a href="http://7200emu.hacki.at/viewtopic.php?t=4072&amp;highlight=dynamipsgui"><span style="font-size:small;color:#800080;font-family:Calibri;">http://7200emu.hacki.at/viewtopic.php?t=4072&amp;highlight=dynamipsgui</span></a></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">It discusses the latest version for dynamips GUI.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Manage to find these two, which are great set of tools when configuring part comes.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">… go Google.</span></p>
<p style="text-align:left;"><a title="Bookmark Network Simulators... Go Google!" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-O&amp;title=Network%20Simulators...%20Go%20Google!" rel="nofollow" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Network Simulators... Go Google!" width="125" height="16" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=50&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2008/12/08/network-simulators-go-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Network Simulators... Go Google!</media:title>
		</media:content>
	</item>
		<item>
		<title>New page&#8230;.?</title>
		<link>http://ccnastandsfor.wordpress.com/2008/11/08/new-page/</link>
		<comments>http://ccnastandsfor.wordpress.com/2008/11/08/new-page/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 19:18:34 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adding new page]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[new page]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=45</guid>
		<description><![CDATA[Added new page to blog &#8220;Networking+&#8221; some note taking on the run!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=45&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Added new page to blog &#8220;Networking+&#8221; some note taking on the run!</p>
<p style="text-align:left;"><a title="Bookmark New page....?" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-J&amp;title=New%20page....%3F" rel="nofollow" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark New page....?" width="125" height="16" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=45&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2008/11/08/new-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark New page....?</media:title>
		</media:content>
	</item>
		<item>
		<title>Great fun at IIHTDADAR!</title>
		<link>http://ccnastandsfor.wordpress.com/2008/10/21/great-fun-at-iihtdadar/</link>
		<comments>http://ccnastandsfor.wordpress.com/2008/10/21/great-fun-at-iihtdadar/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 12:40:02 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[franchisee]]></category>
		<category><![CDATA[iihtdadar]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=37</guid>
		<description><![CDATA[Some update; How could I just missed that, wasn’t aware till last week! But through now, IIHTDADAR a franchisee of IIHT offers training for CCNA, not an Exam center for CCNA. Why, more like new franchisee, training would be starting phase; Question! How much they charge, I got for 7500INR; now 11500+INR!! Then why training [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=37&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Some update; How could I just missed that, wasn’t aware till last week! But through now,</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">IIHTDADAR a franchisee of IIHT offers training for CCNA, not an Exam center for CCNA.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Why, more like new franchisee, training would be starting phase;</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Question! How much they charge, I got for 7500INR; now 11500+INR!! </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Then why training why not go for exam directly, reason you can opt a training it’s a good practice to go for a much hard exam from Cisco, </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;"><span style="font-family:Calibri;">so IIHTDADAR does provide there proper certification to the CCNA course, domestic mainly, no need to validate after 3 Years, you just become certified as can-too-give a real CCNA 640-802!!<span>  </span></span></span></p>
<p style="text-align:left;"><a title="Bookmark Great fun at IIHTDADAR!" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-B&amp;title=Great%20fun%20at%20IIHTDADAR!" rel="nofollow" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Great fun at IIHTDADAR!" width="125" height="16" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=37&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2008/10/21/great-fun-at-iihtdadar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Great fun at IIHTDADAR!</media:title>
		</media:content>
	</item>
		<item>
		<title>Network Simulators..!</title>
		<link>http://ccnastandsfor.wordpress.com/2008/09/15/network-simulators/</link>
		<comments>http://ccnastandsfor.wordpress.com/2008/09/15/network-simulators/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 18:25:27 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BOSON]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Network simulator]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[ROUTERSIM]]></category>
		<category><![CDATA[Sims]]></category>
		<category><![CDATA[Simulators]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=31</guid>
		<description><![CDATA[Yes, not necessarily, but purely a need to practice on Network simulator at times, at most of the times… Most of the Sims out there serves the purpose of learning router configurations, setups, with range of router series and switches changing from Sim to Sim. BOSON is one to start with; then ROUTERSIM to call [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=31&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Yes, not necessarily, but purely a need to practice on Network simulator at times, at most of the times…</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Most of the Sims out there serves the purpose of learning router configurations, setups, with range of router series and switches changing from Sim to Sim.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">BOSON is one to start with; then ROUTERSIM to call next, different NETSIM are there…but most with price tags, not free, you can get Demos of them, but a complete package would help more.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">There are few free Open Source Network Simulators and one should try them as long as they are serving a purpose of Network Simulator. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Can’t say much about Sims now; haven’t yet started with them but will be updating later.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">For now go Google.</span></p>
<p style="text-align:left;"><a title="Bookmark Network Simulators..!" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-v&amp;title=Network%20Simulators..!" rel="nofollow" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Network Simulators..!" width="125" height="16" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ccnastandsfor.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ccnastandsfor.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=31&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2008/09/15/network-simulators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Network Simulators..!</media:title>
		</media:content>
	</item>
		<item>
		<title>My Training Center for CCNA…</title>
		<link>http://ccnastandsfor.wordpress.com/2008/09/10/my-training-center-for-ccna%e2%80%a6/</link>
		<comments>http://ccnastandsfor.wordpress.com/2008/09/10/my-training-center-for-ccna%e2%80%a6/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 20:22:01 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[BSc.IT]]></category>
		<category><![CDATA[CompTia]]></category>
		<category><![CDATA[DADAR]]></category>
		<category><![CDATA[E+]]></category>
		<category><![CDATA[IIHT]]></category>
		<category><![CDATA[iihtdadar]]></category>
		<category><![CDATA[Mumbai]]></category>
		<category><![CDATA[N+]]></category>
		<category><![CDATA[ORACLE]]></category>
		<category><![CDATA[REDHAT]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[SUN SOLARIS]]></category>
		<category><![CDATA[switches]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=29</guid>
		<description><![CDATA[Following is a short description to my CCNA Training Institute, (IIHT) [DADAR, Mumbai]. Following is a data from my mail to some aspirant of CCNA Certification. I tried my best to give exact details of IIHT DADAR Institute(Mumbai). So bare with following details, I have enrolled for IIHT Dadar center [Mumbai], since I have attended [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=29&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Following is a short description to my CCNA Training Institute, (IIHT) [DADAR, Mumbai].</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Following is a data from my mail to some aspirant of CCNA Certification. I tried my best to give exact details of IIHT DADAR Institute(Mumbai). </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">So bare with following details, </span></p>
<blockquote>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;">I have enrolled for IIHT Dadar center [Mumbai], since I have attended not more than 6 lectures institute have conducted, my course has just began.</span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;">Faculty and Labs from IIHT Dadar are excellent, faculty have done there CCNPs and other Professional courses in regards with the Course they are conducting [CCNA in case here].</span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;">Labs at Dadar have some good equipment for hands-on for routers and switches.</span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;">but you have to confirm with your course timing as soon as possible you took admission for Course, I have chosen to take a Sunday batch [ mostly of 3 hrs] since I will be looking for job, in weekdays. I have completed my Graduation.</span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;">Regular batches I think are of 1 hr.</span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;font-family:Calibri;">The Institute will expect some networking knowledge before to your CCNA course [E+ OR N+ ]. My </span><span style="color:#003399;text-decoration:none;"><span style="font-size:small;font-family:Calibri;">BSc[IT]</span></span><span style="font-size:small;"><span style="font-family:Calibri;"> background was eligible enough for Course. </span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;">Since no eligibility is required for the CCNA course; you should be having some prior knowledge or experience with Networking for your sake.</span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="color:#333333;"><span style="font-size:small;"><span style="font-family:Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="line-height:14.4pt;margin:0;"><span style="font-size:small;"><span style="font-family:Calibri;"><span style="color:#333333;">At IIHT Dadar they are referring Todd Lammle&#8217;s CCNA book. No direct Study material but for personal reference.</span></span></span></p>
</blockquote>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"> </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">If you got some interest in Following This Institute for your Dream Certifications [many available certifications include from REDHAT, CompTia, SUN SOLARIS, and ORACLE]. And many more updates, </span><a href="http://www.iiht.com/"><span style="font-size:small;font-family:Calibri;">www.iiht.com</span></a><span style="font-size:small;font-family:Calibri;">; for IIHT DADAR go <del datetime="2009-05-30T07:49:38+00:00"></del></span><del datetime="2009-05-30T07:49:38+00:00"><a href="http://www.iihtdadar.com/"><span style="font-size:small;font-family:Calibri;">www.iihtdadar.com</span></a><span style="font-size:small;font-family:Calibri;">.</span></del><br />
<a href="http://www.itinmumbai.com/"><span style="font-size:small;font-family:Calibri;">www.itinmumbai.com</span></a><span style="font-size:small;font-family:Calibri;">.</span></p>
<p style="text-align:left;"><a title="Bookmark My Training Center for CCNA…" rel="nofollow" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-t&amp;title=My%20Training%20Center%20for%20CCNA…" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark My Training Center for CCNA…" width="125" height="16" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ccnastandsfor.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ccnastandsfor.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=29&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2008/09/10/my-training-center-for-ccna%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark My Training Center for CCNA…</media:title>
		</media:content>
	</item>
		<item>
		<title>Why preps? [Preparation]!</title>
		<link>http://ccnastandsfor.wordpress.com/2008/09/10/why-preps-preparation/</link>
		<comments>http://ccnastandsfor.wordpress.com/2008/09/10/why-preps-preparation/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 20:07:35 +0000</pubDate>
		<dc:creator>aeolianwp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2500 series]]></category>
		<category><![CDATA[640]]></category>
		<category><![CDATA[802]]></category>
		<category><![CDATA[ccna]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[faculty]]></category>
		<category><![CDATA[Hands-on]]></category>
		<category><![CDATA[IIHT]]></category>
		<category><![CDATA[Institute]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[Lammle]]></category>
		<category><![CDATA[Mumbai]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[selling Routers again]]></category>
		<category><![CDATA[Sybex]]></category>
		<category><![CDATA[Todd]]></category>

		<guid isPermaLink="false">http://ccnastandsfor.wordpress.com/?p=26</guid>
		<description><![CDATA[Why preps? [Preparation]! è To Score more than 850 out of 1000 in the Certification Exam for CCNA 640-802. True. But how, Well not to worry, I have had decided a long back to opt for an Institute, and I did took admission to IIHT Institute, Mumbai. Pretty well known Institute for Hardware and Networking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=26&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Why preps? [Preparation]!</span></p>
<p class="MsoListParagraph" style="text-indent:-.25in;margin:0 0 10pt .5in;"><span style="font-family:Wingdings;"><span><span style="font-size:small;">è</span><span style="font:7pt &quot;"> </span></span></span><span style="font-size:small;font-family:Calibri;">To Score more than 850 out of 1000 in the Certification Exam for CCNA 640-802. True.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">But how, Well not to worry, I have had decided a long back to opt for an Institute, and I did took admission to IIHT Institute, Mumbai. Pretty well known Institute for Hardware and Networking Courses, well emerge in past few years. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Sole purpose to join IIHT would be Hands-on practice on a well equipped CCNA lab with number of Routers and Switches; though, faculty, they are doing there best in explaining CCNA concepts. Classroom is small in size and quantity also but that being helpful in interacting with Faculty. Still no group material found in classroom but will get along as tension rise to grow on everyone; Too serious here.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Hands-on practice at one side, my sole concentration is lacking in main part of my studies that would be my study guide from Sybex, A well known author with well known book. <span> </span>You can see most of the solved review questions, from book at this blog; much of the material from book that is being referred by me and my Institute also [CCNA Cisco Certified Network Associate study guide EXAM 640-802 (Author: Todd Lammle)]. I am starting it as early as possible after not doing till now, so heads up!</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">One more point to add here, Taking Hands-on practice on a well equipped CCNA lab yes, with number of Routers and Switches is most prefer way to get familiar with Cisco equipments And all the networking concepts regarding Routers and Switches. And In this case if you are unable to continue with a CCNA lab you can always opt for a Sim, yes, there are many more Network Simulator out there that would help in preparing for your CCNA hands-on.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Though Sims comes in Handy They are no match to CCNA lab with real Cisco equipments to try out connecting serial cables from COM ports to Routers and Routers connecting Switches with cat wires. If affordable always buy a routers, second hand would do also, buying mainly 2600 series with better console configuring ability always has better return value when selling Routers again; than any other router series, with minimum level of console configuring ability, and check for switches too if you are on buying and setting up a basic lab for your self.</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"><span style="font-size:11pt;line-height:115%;font-family:&quot;">Much said for now!</span></span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"> </p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;"></span></p>
<p style="text-align:left;"><a title="Bookmark Why preps? [Preparation]!" href="http://www.addthis.com/bookmark.php?&amp;url=http%3A%2F%2Fwp.me%2Fpk3No-q&amp;title=Why%20preps%3F%20%5BPreparation%5D!" rel="nofollow" target="_blank"><img style="border:0;margin:0;padding:0;" src="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png?w=125&#038;h=16" alt="Bookmark Why preps? [Preparation]!" width="125" height="16" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ccnastandsfor.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ccnastandsfor.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ccnastandsfor.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ccnastandsfor.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ccnastandsfor.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ccnastandsfor.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ccnastandsfor.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ccnastandsfor.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ccnastandsfor.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ccnastandsfor.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ccnastandsfor.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ccnastandsfor.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ccnastandsfor.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ccnastandsfor.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ccnastandsfor.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ccnastandsfor.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ccnastandsfor.wordpress.com&amp;blog=4781154&amp;post=26&amp;subd=ccnastandsfor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ccnastandsfor.wordpress.com/2008/09/10/why-preps-preparation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e46b927a56818231969a5294936ea5d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aeolianwp</media:title>
		</media:content>

		<media:content url="http://getsocialserver.files.wordpress.com/2009/02/gsr54.png" medium="image">
			<media:title type="html">Bookmark Why preps? [Preparation]!</media:title>
		</media:content>
	</item>
	</channel>
</rss>
