<?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>Matt Refghi&#039;s Blog &#187; ping</title>
	<atom:link href="http://mattrefghi.com/blog/tag/ping/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattrefghi.com/blog</link>
	<description>Computer Science and other written works</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:43:30 +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>Using Ping to Monitor Reboots</title>
		<link>http://mattrefghi.com/blog/2009/01/using-ping-to-monitor-reboots/</link>
		<comments>http://mattrefghi.com/blog/2009/01/using-ping-to-monitor-reboots/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 13:45:01 +0000</pubDate>
		<dc:creator>Matt Refghi</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[reboot]]></category>

		<guid isPermaLink="false">http://www.mattrefghi.com/wordpress/?p=137</guid>
		<description><![CDATA[When you`re rebooting a computer,]]></description>
			<content:encoded><![CDATA[<p>When you`re rebooting a computer, and you need to know exactly when it is back online, try using this command:</p>
<blockquote><p>ping -t &lt;target&gt;</p></blockquote>
<p>&lt;target&gt; can be an IP or domain name.</p>
<p>This command will keep pinging the machine endlessly, which can reveal exactly when the computer is back on the network. As long as you keep getting &#8220;Request time out&#8221;, the machine isn&#8217;t online yet. When you get a reply, as illustrated below, you know you can connect to the machine.</p>
<div id="attachment_3369" class="wp-caption aligncenter" style="width: 493px"><a href="http://mattrefghi.com/blog/wp-content/uploads/2009/01/pingt2.png" rel="lightbox[137]"><img class="size-full wp-image-3369 " src="http://mattrefghi.com/blog/wp-content/uploads/2009/01/pingt2.png" alt="Example output of ping -t shown in a Command Prompt window. " width="483" height="459" /></a><p class="wp-caption-text">Example output of ping -t</p></div>
<p>Personally, I tend to put this window on my secondary monitor, while I continue working on the primary monitor.  As soon as the machine is online, I close the window <em>or </em>press CTRL+C to prevent the ping from going on endlessly. Be careful how you use this &#8211; some hosts can interpret endless pinging as an attack.</p>
<p>Thanks to François Deschênes for originally showing me this trick.</p>
<p><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Digg" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/blog/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Reddit" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/blog/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/blog/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a><a class="a2a_button_slashdot" href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;linkname=Using%20Ping%20to%20Monitor%20Reboots" title="Slashdot" rel="nofollow" target="_blank"><img src="http://mattrefghi.com/blog/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;counturl=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;count=horizontal&amp;text=Using%20Ping%20to%20Monitor%20Reboots" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;counturl=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;count=horizontal&amp;text=Using%20Ping%20to%20Monitor%20Reboots" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmattrefghi.com%2Fblog%2F2009%2F01%2Fusing-ping-to-monitor-reboots%2F&amp;title=Using%20Ping%20to%20Monitor%20Reboots" id="wpa2a_2"><img src="http://mattrefghi.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://mattrefghi.com/blog/2009/01/using-ping-to-monitor-reboots/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

