<?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: SSH client on Windows CMD Line</title>
	<atom:link href="http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/</link>
	<description></description>
	<lastBuildDate>Wed, 03 Aug 2011 09:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: HOEI &#187; Change XP IP from Command Line</title>
		<link>http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/comment-page-1/#comment-15221</link>
		<dc:creator>HOEI &#187; Change XP IP from Command Line</dc:creator>
		<pubDate>Fri, 01 Jan 2010 22:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/#comment-15221</guid>
		<description>[...] DHCP.  I was often running from the command line anyway to execute ping and tracert. I also use SSH from the Windows command line to access routers, switches, and firewalls so it just made sense to switch IP settings from the [...]</description>
		<content:encoded><![CDATA[<p>[...] DHCP.  I was often running from the command line anyway to execute ping and tracert. I also use SSH from the Windows command line to access routers, switches, and firewalls so it just made sense to switch IP settings from the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HOEI &#187; Change XP IP from Command Line - money making blogs and web sites</title>
		<link>http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/comment-page-1/#comment-14218</link>
		<dc:creator>HOEI &#187; Change XP IP from Command Line - money making blogs and web sites</dc:creator>
		<pubDate>Mon, 23 Mar 2009 04:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/#comment-14218</guid>
		<description>[...] DHCP.  I was often running from the command line anyway to execute ping and tracert. I also use SSH from the Windows command line to access routers, switches, and firewalls so it just made sense to switch IP settings fromt he [...]</description>
		<content:encoded><![CDATA[<p>[...] DHCP.  I was often running from the command line anyway to execute ping and tracert. I also use SSH from the Windows command line to access routers, switches, and firewalls so it just made sense to switch IP settings fromt he [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/comment-page-1/#comment-259</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 06 Aug 2007 15:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/#comment-259</guid>
		<description>Eh.  That is pretty cool.

I&#039;ll probably use it... but I still wish there were a good command-line ssh tool for windows.</description>
		<content:encoded><![CDATA[<p>Eh.  That is pretty cool.</p>
<p>I&#8217;ll probably use it&#8230; but I still wish there were a good command-line ssh tool for windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Land &#187; Blog Archive &#187; DHCP or Static?</title>
		<link>http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/comment-page-1/#comment-258</link>
		<dc:creator>Tech Land &#187; Blog Archive &#187; DHCP or Static?</dc:creator>
		<pubDate>Fri, 15 Dec 2006 15:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hoei.com/2006/05/ssh-client-on-windows-cmd-line/#comment-258</guid>
		<description>[...] This is a fairly common question in small IT shops.  I have faced this question a couple of times in my IT career and I will share some details from my experiences.  I posted a lengthy comment on the subject of DHCP vs static IP addresses on my friend Trace&#8217;s new blog. Trace started a brand new blog a few weeks ago titled Trace Pupke:another church IT blog. Trace is the IT Director of Seacoast Church. Here is what I had to say on the question of &#8220;DHCP or Static IPs?&#8220;. I recommend that you consider DHCP reservations as a middle ground between the static addresses and your current DHCP configuration. There are several reasons for this, but the main reason is for centralized control of changes to DNS, Default Gateways, and Subnet Mask. I would definitely continue to use DHCP for laptops since they are frequently moved between your network and other networks. If you feel that static addresses are the only way for you then you might offer your users the ability to change their own IP settings on the laptops for when they travel. Here are a couple of scripts you can user in two separate BAT files to easily switch between static and DHCP without having to open the TCP/IP settings of their NIC. Put the following two lines in a file called office.bat. netsh interface ip set address name=&#8221;Local Area Connection&#8221; static 192.168.0.2 255.255.255.0 192.168.0.1 1 netsh interface ip set dns &#8220;Local Area Connection&#8221; static 4.2.2.1 primary Put these next two lines in file named away.bat. netsh interface ip set address name=&#8221;Local Area Connection&#8221; source=dhcp netsh interface ip set dns name=&#8221;Local Area Connection&#8221; source=dhcp Note: The &#8220;name&#8221; variable must match the Name shown for that NIC in the Control Panel/Network Connections. If you are wondering how I ssh from the command line of Windows you should check out my post titled SSH from Windows CMD line. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a fairly common question in small IT shops.  I have faced this question a couple of times in my IT career and I will share some details from my experiences.  I posted a lengthy comment on the subject of DHCP vs static IP addresses on my friend Trace&#8217;s new blog. Trace started a brand new blog a few weeks ago titled Trace Pupke:another church IT blog. Trace is the IT Director of Seacoast Church. Here is what I had to say on the question of &#8220;DHCP or Static IPs?&#8220;. I recommend that you consider DHCP reservations as a middle ground between the static addresses and your current DHCP configuration. There are several reasons for this, but the main reason is for centralized control of changes to DNS, Default Gateways, and Subnet Mask. I would definitely continue to use DHCP for laptops since they are frequently moved between your network and other networks. If you feel that static addresses are the only way for you then you might offer your users the ability to change their own IP settings on the laptops for when they travel. Here are a couple of scripts you can user in two separate BAT files to easily switch between static and DHCP without having to open the TCP/IP settings of their NIC. Put the following two lines in a file called office.bat. netsh interface ip set address name=&#8221;Local Area Connection&#8221; static 192.168.0.2 255.255.255.0 192.168.0.1 1 netsh interface ip set dns &#8220;Local Area Connection&#8221; static 4.2.2.1 primary Put these next two lines in file named away.bat. netsh interface ip set address name=&#8221;Local Area Connection&#8221; source=dhcp netsh interface ip set dns name=&#8221;Local Area Connection&#8221; source=dhcp Note: The &#8220;name&#8221; variable must match the Name shown for that NIC in the Control Panel/Network Connections. If you are wondering how I ssh from the command line of Windows you should check out my post titled SSH from Windows CMD line. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

