<?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: Enabling Wake-on-LAN on your local machine (Windows)</title>
	<atom:link href="http://famvdploeg.com/blog/2008/01/enabling-wake-on-lan-on-your-local-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog/2008/01/enabling-wake-on-lan-on-your-local-machine/</link>
	<description>A simple look on things</description>
	<lastBuildDate>Thu, 03 May 2012 11:33:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Iordan</title>
		<link>http://famvdploeg.com/blog/2008/01/enabling-wake-on-lan-on-your-local-machine/comment-page-1/#comment-2620</link>
		<dc:creator>Iordan</dc:creator>
		<pubDate>Wed, 18 Jan 2012 03:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=34#comment-2620</guid>
		<description>You don&#039;t really need to boot into windows. To enable WOL from linux all you need is ethtool. Assuming that you are running Debian/Ubuntu and your ethernet device is eth0, the following should suffice:

sudo apt-get install ethtool

sudo ethtool -s eth0 wol g

You can put the second command in /etc/rc.local if you find that you need to rerun the ethtool command.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t really need to boot into windows. To enable WOL from linux all you need is ethtool. Assuming that you are running Debian/Ubuntu and your ethernet device is eth0, the following should suffice:</p>
<p>sudo apt-get install ethtool</p>
<p>sudo ethtool -s eth0 wol g</p>
<p>You can put the second command in /etc/rc.local if you find that you need to rerun the ethtool command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

