<?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>Remote Management Archives - Joshua Bellendir</title>
	<atom:link href="https://www.joshuabellendir.com/tag/remote-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.joshuabellendir.com/tag/remote-management/</link>
	<description>Global CIO &#124; Transformation Leader &#124; Trusted Advisor</description>
	<lastBuildDate>Tue, 18 Nov 2025 06:22:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/www.joshuabellendir.com/wp-content/uploads/2017/10/cropped-cropped-JBlogo.png?fit=32%2C32&#038;ssl=1</url>
	<title>Remote Management Archives - Joshua Bellendir</title>
	<link>https://www.joshuabellendir.com/tag/remote-management/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186330610</site>	<item>
		<title>WOL: Wake on LAN Explained</title>
		<link>https://www.joshuabellendir.com/wol-wake-on-lan-explained/</link>
					<comments>https://www.joshuabellendir.com/wol-wake-on-lan-explained/#respond</comments>
		
		<dc:creator><![CDATA[Joshua]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:00:00 +0000</pubDate>
				<category><![CDATA[Tech & Business]]></category>
		<category><![CDATA[Remote Management]]></category>
		<category><![CDATA[Wake-up]]></category>
		<category><![CDATA[WOL]]></category>
		<guid isPermaLink="false">http://wp.joshuabellendir.com/?p=118</guid>

					<description><![CDATA[<p>Have you ever wished you could turn on your PC remotely? Maybe from another room in your house, from your backyard, or even from a beach halfway around the world. Wake on LAN (WOL) makes this possible. WOL is a feature built into most modern PCs and Macs that allows &#8230;</p>
<p>The post <a href="https://www.joshuabellendir.com/wol-wake-on-lan-explained/">WOL: Wake on LAN Explained</a> appeared first on <a href="https://www.joshuabellendir.com">Joshua Bellendir</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Have you ever wished you could turn on your PC remotely? Maybe from another room in your house, from your backyard, or even from a beach halfway around the world. Wake on LAN (WOL) makes this possible.</p>



<p>WOL is a feature built into most modern PCs and Macs that allows a powered down or sleeping computer to turn on when it receives a special network signal. If you have ever used an Xbox 360 to access Windows Media Center with your PC turned off, you may have noticed your PC powering up automatically. That is WOL in action.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">How Wake on LAN Works</h3>



<p>Wake on LAN uses what is known as a “magic packet.” This packet is sent over UDP port 9 to a specific device on your network using its MAC address. When a computer with WOL enabled receives this packet, it powers on.</p>



<p>A few key points:</p>



<ul class="wp-block-list">
<li>The device must be connected through a wired network connection.</li>



<li>The computer can wake from sleep or a powered down state.</li>



<li>Most modern PCs and Macs support WOL by default.</li>
</ul>



<p>On a Mac, the WOL setting is found in System Preferences under Energy Saver. On Windows PCs, WOL must be enabled in both the BIOS and the operating system. A quick online search will provide step by step instructions for your specific model.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Tools to Trigger Wake on LAN</h3>



<p>There are many free applications that can send magic packets on your network. One of my favorites is <strong>iWake</strong> for the iPhone, which allows you to send the packet using either your local WiFi or through mobile data.</p>



<p>To send a magic packet, you will need:</p>



<ul class="wp-block-list">
<li>Your computer’s MAC address</li>



<li>A WOL capable app</li>



<li>Proper router configuration (explained below)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Why Wake a Computer Remotely?</h3>



<p>WOL is extremely useful if:</p>



<ul class="wp-block-list">
<li>You are traveling and need to access files stored at home.</li>



<li>You want to remote into your PC from work or another location.</li>



<li>You have a media server at home and want to stream content without leaving it on all day.</li>



<li>You prefer not to keep your computer running 24/7.</li>
</ul>



<p>Instead of leaving your machine powered on “just in case,” you can wake it only when you need it and shut it down afterward.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Using Wake on LAN from Outside Your Home Network</h3>



<p>If you want to wake your computer from your office, your hotel, or your mobile device, you need to send the magic packet through the Internet. This requires a little additional setup:</p>



<p><strong>1. Find your global IP address</strong><br>Visit a site like whatsmyipaddress.com. If your ISP does not provide a static IP, use a free Dynamic DNS service. This gives you a hostname (for example, myname.dyndns.com) that always points to your current IP.</p>



<p><strong>2. Configure your router</strong><br>Your router must know how to forward magic packets to your network. In your router’s admin settings:</p>



<ul class="wp-block-list">
<li>Create a port forward for <strong>UDP port 9</strong></li>



<li>Forward it to your network’s broadcast address, usually <strong>192.168.1.255</strong></li>
</ul>



<p>This allows your router to receive the packet from the Internet and broadcast it to all devices on your network. The device with the matching MAC address will wake up.</p>



<p>Once this is configured, you can wake your computer remotely and then connect to it through your preferred remote access tool.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>Wake on LAN is a powerful feature that makes remote access far more convenient. Whether you use it for accessing files, streaming media, or managing your home systems while traveling, it is a great capability to enable on your PC or Mac.</p>



<p>If you are interested in setting up a home media server that streams content to mobile devices, be sure to check out the related tutorial on this site.</p>
<p>The post <a href="https://www.joshuabellendir.com/wol-wake-on-lan-explained/">WOL: Wake on LAN Explained</a> appeared first on <a href="https://www.joshuabellendir.com">Joshua Bellendir</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.joshuabellendir.com/wol-wake-on-lan-explained/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">118</post-id>	</item>
	</channel>
</rss>
