<?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>Joe's Tech Blog &#187; Vista</title>
	<atom:link href="http://www.joestechblog.com/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joestechblog.com</link>
	<description>IT Support Notes, Tech Culture, Anything Geeky</description>
	<lastBuildDate>Thu, 08 Jul 2010 22:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to select which IP version to ping</title>
		<link>http://www.joestechblog.com/2009/11/28/how-to-select-which-ip-version-to-ping/</link>
		<comments>http://www.joestechblog.com/2009/11/28/how-to-select-which-ip-version-to-ping/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 04:28:25 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Win2008]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=41</guid>
		<description><![CDATA[If you&#8217;re trying to ping something by hostname but only want to ping the IPv4 IP address, you&#8217;ll sometimes need to specify this when executing the PING command. Example on Win2008 &#38; Vista (pinging the IP server.domain.com)
To ping and IPv4 IP:
 ping server.domain.com -4
To ping an IPv6 IP:
 ping server.domain.com -6
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to ping something by hostname but only want to ping the IPv4 IP address, you&#8217;ll sometimes need to specify this when executing the PING command. Example on Win2008 &amp; Vista (pinging the IP server.domain.com)</p>
<p>To ping and IPv4 IP:</p>
<pre> ping server.domain.com -4</pre>
<p>To ping an IPv6 IP:</p>
<pre> ping server.domain.com -6</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2009/11/28/how-to-select-which-ip-version-to-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
