<?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>NeoEGM.com &#187; LAN</title>
	<atom:link href="https://www.neoegm.com/tag/lan/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Mon, 08 Jul 2024 05:38:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Wake On LAN (Remotely power on a computer)</title>
		<link>https://www.neoegm.com/tech/software/tools/wake-on-lan/</link>
		<comments>https://www.neoegm.com/tech/software/tools/wake-on-lan/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:00:36 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=414</guid>
		<description><![CDATA[Have you ever wondered how you could power on a computer remotely? Well, with this program you can do it! You have to configure the remote computer (the one which will be powered on) to support the Wake-On-LAN feature. This is done in the CMOS settings looking for the &#8220;Power/ACPI&#8221; settings or something like that. [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" rel="bookmark" title="UpTime (How much time has the computer been powered on)">UpTime (How much time has the computer been powered on) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Have you ever wondered how you could power on a computer remotely?</p>
<p>Well, with this program you can do it!</p>

<pre class="console">C:\>wol

Wake-On-Lan (WOL) Tool v1.0 by NeoEGM
http://www.neoegm.com/software/wake-on-lan/
-------------------------------------------

Usage: wol <mac address>

Wakes the computer with the specified MAC address.

Accepted MAC address formats: 01-4B-8E-00-52-A1
                              01-4b-8e-00-52-a1
                              01:4B:8E:00:52:A1
                              01:4b:8e:00:52:a1
                              014B.8E00.52A1
                              014b.8e00.52a1
                              014b8e0052a1
                              014B8E0052A1

</pre>
<p><span id="more-414"></span></p>
<p>You have to configure the remote computer (the one which will be powered on) to support the Wake-On-LAN feature. This is done in the CMOS settings looking for the &#8220;Power/ACPI&#8221; settings or something like that.</p>
<p>Then, you have to find out the MAC Address (sometimes called &#8220;Physical Address&#8221;) of the network adapter connected to the LAN. On Windows it&#8217;s done doing this from the console:</p>

<pre class="console">C:\>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : mypc1
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Marvell Yukon 88E8056
PCI-E Gigabit Ethernet Controller
   Physical Address. . . . . . . . . : 00-1F-C2-14-B3-F4
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 192.168.0.1
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.254
   DNS Servers . . . . . . . . . . . : 192.168.0.254

</pre>
<p>In this case, it&#8217;s &#8220;00-1F-C2-14-B3-F4&#8243;, so the tool can be used like this:</p>

<pre class="console">C:\>wol 00-1F-C2-14-B3-F4

Wake-On-Lan (WOL) Tool v1.0 by NeoEGM
http://www.neoegm.com/software/wake-on-lan/
-------------------------------------------

Wake-up packet sent to MAC address 00-1F-C2-14-B3-F4.

</pre>
<p>There are some restrictions that apply to the hardware, but a summary may be: the motherboard must support the &#8220;Wake-On-Lan (WOL)&#8221; feature and the NIC (network adapter) must have a wire called with that name connected to the motherboard. <strong>If the motherboard of the computer you want to power on is not so old and has an integrated (on-board) Ethernet card, then it&#8217;ll probably work.</strong></p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">WakeOnLan is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<p>Now, the links&#8230;</p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/wake-on-lan/WakeOnLan_1.0.zip">Download WakeOnLan v1.0</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/wake-on-lan/WakeOnLan_1.0_Source.zip">Download v1.0 Source Code</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="marvell yukon 88E8056 wake on lan">marvell yukon 88E8056 wake on lan</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="marvell yukon 88e8056 wol">marvell yukon 88e8056 wol</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="wake on lan GPL">wake on lan GPL</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="wake on lan C">wake on lan C</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WAKE ON LAN">Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WAKE ON LAN</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WOL">Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WOL</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="88e8056 wol">88e8056 wol</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell 88E8056 Wol">Marvell 88E8056 Wol</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell 88E8056 wake on lan">Marvell 88E8056 wake on lan</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="marvell yukon wake on lan">marvell yukon wake on lan</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" rel="bookmark" title="UpTime (How much time has the computer been powered on)">UpTime (How much time has the computer been powered on) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/software/tools/wake-on-lan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
