<?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: Dynagen &#8211; Using putty for Console access</title>
	<atom:link href="http://www.blindhog.net/dynagen-using-putty-for-console-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/</link>
	<description>Tips and Video Tutorials - Cisco .:. Linux .:. VOIP</description>
	<lastBuildDate>Mon, 08 Mar 2010 05:48:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kisssz</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-33264</link>
		<dc:creator>kisssz</dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-33264</guid>
		<description>Wonderful! Thansk a lot!</description>
		<content:encoded><![CDATA[<p>Wonderful! Thansk a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonnysdb - Chile</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-32824</link>
		<dc:creator>Jonnysdb - Chile</dc:creator>
		<pubDate>Sat, 07 Nov 2009 07:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-32824</guid>
		<description>master..!! thanks</description>
		<content:encoded><![CDATA[<p>master..!! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-18768</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 17 Nov 2008 17:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-18768</guid>
		<description>Omer,

The dynagen switch is not IOS based. 

Josh</description>
		<content:encoded><![CDATA[<p>Omer,</p>
<p>The dynagen switch is not IOS based. </p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-18711</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Sun, 16 Nov 2008 12:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-18711</guid>
		<description>please guide me to access the switch 
i am not able to console into switch using dynagen any help will be greatly appreciated</description>
		<content:encoded><![CDATA[<p>please guide me to access the switch<br />
i am not able to console into switch using dynagen any help will be greatly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Video Tutorial around Cisco, Dynamips and Dynagen at Cisco认证源动力</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-10202</link>
		<dc:creator>Video Tutorial around Cisco, Dynamips and Dynagen at Cisco认证源动力</dc:creator>
		<pubDate>Thu, 27 Mar 2008 03:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-10202</guid>
		<description>[...] Dynagen - Using putty for Console access [...]</description>
		<content:encoded><![CDATA[<p>[...] Dynagen &#8211; Using putty for Console access [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laurent</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-8796</link>
		<dc:creator>laurent</dc:creator>
		<pubDate>Wed, 13 Feb 2008 16:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-8796</guid>
		<description>Hello,
Thank you so much for your amazing tutorials. It helps a lot.
In this tutorial I did all that should be done but when I do telnet R1, it keeps starting the console with telnet and not putty.

My ini file:


# Uncomment below for Windows
#telnet = start telnet %h %p
# Or better yet for Terra Term SSH users:
#telnet = C:\progra~1\TTERMPRO\ttssh.exe %h %p /W=%d /T=1
# For PuTTY users:
telnet = start C:\Program Files\PuTTY\putty.exe -telnet %h %p
# For SecureCRT
#telnet = start C:\progra~1\SecureCRT\SecureCRT.EXE /script c:\progra~1\dynamips\securecrt.vbs /arg %d /T /telnet %h %p  &amp; sleep 1


# Uncomment below for Linux
#telnet = xterm -T %d -e telnet %h %p &gt; /dev/null 2&gt;&amp;1 &amp;


# Uncomment below for OS X with Terminal
#telnet = /usr/bin/osascript -e &#039;tell application &quot;Terminal&quot; to do script with command &quot;telnet %h %p ; exit&quot;&#039; -e &#039;tell application &quot;Terminal&quot; to tell window 1  to set custom title to &quot;%d&quot;&#039;

# Uncomment below for OS X with iTerm with named tabs
#telnet = /usr/bin/osascript -e &#039;tell app &quot;iTerm&quot;&#039; -e &#039;activate&#039; -e &#039;set myterm to the first terminal&#039; -e &#039;tell myterm&#039; -e &#039;set mysession to (make new session at the end of sessions)&#039; -e &#039;tell mysession&#039; -e &#039;exec command &quot;telnet %h %p&quot;&#039; -e &#039;set name to &quot;%d&quot;&#039; -e &#039;end tell&#039; -e &#039;end tell&#039; -e &#039;end tell&#039;

Then of course, I installed Putty in the PuTTY directory.

Please help!!!
Thanks in advance,
Laurent</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you so much for your amazing tutorials. It helps a lot.<br />
In this tutorial I did all that should be done but when I do telnet R1, it keeps starting the console with telnet and not putty.</p>
<p>My ini file:</p>
<p># Uncomment below for Windows<br />
#telnet = start telnet %h %p<br />
# Or better yet for Terra Term SSH users:<br />
#telnet = C:\progra~1\TTERMPRO\ttssh.exe %h %p /W=%d /T=1<br />
# For PuTTY users:<br />
telnet = start C:\Program Files\PuTTY\putty.exe -telnet %h %p<br />
# For SecureCRT<br />
#telnet = start C:\progra~1\SecureCRT\SecureCRT.EXE /script c:\progra~1\dynamips\securecrt.vbs /arg %d /T /telnet %h %p  &amp; sleep 1</p>
<p># Uncomment below for Linux<br />
#telnet = xterm -T %d -e telnet %h %p &gt; /dev/null 2&gt;&amp;1 &amp;</p>
<p># Uncomment below for OS X with Terminal<br />
#telnet = /usr/bin/osascript -e &#8216;tell application &#8220;Terminal&#8221; to do script with command &#8220;telnet %h %p ; exit&#8221;&#8216; -e &#8216;tell application &#8220;Terminal&#8221; to tell window 1  to set custom title to &#8220;%d&#8221;&#8216;</p>
<p># Uncomment below for OS X with iTerm with named tabs<br />
#telnet = /usr/bin/osascript -e &#8216;tell app &#8220;iTerm&#8221;&#8216; -e &#8216;activate&#8217; -e &#8217;set myterm to the first terminal&#8217; -e &#8216;tell myterm&#8217; -e &#8217;set mysession to (make new session at the end of sessions)&#8217; -e &#8216;tell mysession&#8217; -e &#8216;exec command &#8220;telnet %h %p&#8221;&#8216; -e &#8217;set name to &#8220;%d&#8221;&#8216; -e &#8216;end tell&#8217; -e &#8216;end tell&#8217; -e &#8216;end tell&#8217;</p>
<p>Then of course, I installed Putty in the PuTTY directory.</p>
<p>Please help!!!<br />
Thanks in advance,<br />
Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avr</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-7750</link>
		<dc:creator>Avr</dc:creator>
		<pubDate>Fri, 18 Jan 2008 00:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-7750</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-6814</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 21 Dec 2007 05:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-6814</guid>
		<description>I am not sure if this will work with gns3.</description>
		<content:encoded><![CDATA[<p>I am not sure if this will work with gns3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ccna</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-6798</link>
		<dc:creator>ccna</dc:creator>
		<pubDate>Thu, 20 Dec 2007 18:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-6798</guid>
		<description>will this work for gns3 as well?</description>
		<content:encoded><![CDATA[<p>will this work for gns3 as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haroon</title>
		<link>http://www.blindhog.net/dynagen-using-putty-for-console-access/comment-page-1/#comment-6002</link>
		<dc:creator>Haroon</dc:creator>
		<pubDate>Wed, 28 Nov 2007 19:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.blindhog.net/dynagen-using-putty-for-console-access/#comment-6002</guid>
		<description>assum very technical and high proffesional sir can u send me a video or link on my mail to how to create dynagen as switch thanks</description>
		<content:encoded><![CDATA[<p>assum very technical and high proffesional sir can u send me a video or link on my mail to how to create dynagen as switch thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
