<?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>Open source blog, linux, php, python, security &#187; ifconfig</title>
	<atom:link href="http://www.alonon.net/tag/ifconfig/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 07:23:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://0.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab.png?s=48</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>Wake On Lan</title>
		<link>http://www.alonon.net/wake-on-lan/</link>
		<comments>http://www.alonon.net/wake-on-lan/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 08:11:16 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ethtool]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[wakeonlan]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=311</guid>
		<description><![CDATA[With two simple application you can open your computer via lan. Firstly (under ubuntu) sudo apt-get install ethtool Control your ethernet card is supporting wake on lan or not. sudo ethtool eth0 if sth like that in output: Supports Wake-on: pumbg It&#8217;s ok.Than learn your mac address and write it somewhere. ifconfig &#124; grep HWaddr &#8230; <a href="http://www.alonon.net/wake-on-lan/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With two simple application you can open your computer via lan.</p>
<p>Firstly (under ubuntu)</p>
<blockquote><p>sudo apt-get install ethtool</p></blockquote>
<p>Control your ethernet card is supporting wake on lan or not.</p>
<blockquote><p>sudo ethtool eth0</p></blockquote>
<p>if sth like that in output:</p>
<blockquote><p>Supports Wake-on: pumbg</p></blockquote>
<p>It&#8217;s ok.Than learn your mac address and write it somewhere.</p>
<blockquote><p>ifconfig | grep HWaddr</p></blockquote>
<p>Configure ethtool than shutdown your computer.</p>
<blockquote><p>ethtool ­s eth0 wol g</p></blockquote>
<p>To open your computer,  use a computer with same lan. Firstly install wakeonlan ( a simple program )</p>
<blockquote><p>sudo apt-get install wakeonlan</p></blockquote>
<p>And than open your comptuer</p>
<blockquote><p>wakeonlan XX:XX:XX:XX:XX:XX</p></blockquote>
<p>To disable it</p>
<blockquote><p>sudo ethtool -s eth0 autoneg off</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/wake-on-lan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

