<?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: WOL: Wake-on-LAN Tutorial with Bonus PHP Script</title>
	<atom:link href="http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html</link>
	<description>mostly white-hat hacker stuff</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:05:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: website analyzer</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-118970</link>
		<dc:creator>website analyzer</dc:creator>
		<pubDate>Wed, 27 May 2009 15:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-118970</guid>
		<description>If your computer is behind a rooter,first how do you remove the NAT obstacole to be sure that is working....:&#124;</description>
		<content:encoded><![CDATA[<p>If your computer is behind a rooter,first how do you remove the NAT obstacole to be sure that is working&#8230;.:|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paola</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-113644</link>
		<dc:creator>Paola</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-113644</guid>
		<description>Thanks for this great script! It work for some months for me with the change to &quot;$opt_ret = socket_set_option($s, SOL_SOCKET , SO_BROADCAST, 1);&quot; but now it has stopped working since some other months.

Do anyone else have this problem? Nothing is changed and Depicus work fine.

/Paola</description>
		<content:encoded><![CDATA[<p>Thanks for this great script! It work for some months for me with the change to &#8220;$opt_ret = socket_set_option($s, SOL_SOCKET , SO_BROADCAST, 1);&#8221; but now it has stopped working since some other months.</p>
<p>Do anyone else have this problem? Nothing is changed and Depicus work fine.</p>
<p>/Paola</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomzuu</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-108465</link>
		<dc:creator>tomzuu</dc:creator>
		<pubDate>Wed, 01 Apr 2009 13:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-108465</guid>
		<description>And because it is targeted by crackers (bots), good practice is to disable the password authentication in SSHd. I use private key authentication ONLY. You can still login with password from console.


Tom</description>
		<content:encoded><![CDATA[<p>And because it is targeted by crackers (bots), good practice is to disable the password authentication in SSHd. I use private key authentication ONLY. You can still login with password from console.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hacker not cracker</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-107374</link>
		<dc:creator>hacker not cracker</dc:creator>
		<pubDate>Sun, 29 Mar 2009 20:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-107374</guid>
		<description>Ben, I&#039;m glad the script worked out well for you and I&#039;m honored to be included in your extensive tutorial blog post. Be careful with that port 22 especially if your home computer is on a static IP. in my experience that port is highly targeted by crackers.</description>
		<content:encoded><![CDATA[<p>Ben, I&#8217;m glad the script worked out well for you and I&#8217;m honored to be included in your extensive tutorial blog post. Be careful with that port 22 especially if your home computer is on a static IP. in my experience that port is highly targeted by crackers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xoundboy</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-106990</link>
		<dc:creator>Xoundboy</dc:creator>
		<pubDate>Sat, 28 Mar 2009 20:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-106990</guid>
		<description>Hi,
thanks  very much for this script - it works perfectly and is especially useful for me because where I work the proxy server stops me sending magic packets on port 9. This solution means I can start my home server form behind that proxy. Luckily they didn\&#039;t block port 22 so I can shell into it and work on my own projects when the boss is out of the office!

I wrote a tutorial on how to set the whole thig up here: http://blog.xoundboy.com/?p=196 
I used your script. Hope you don\&#039;t mind.

cheers

Ben</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks  very much for this script &#8211; it works perfectly and is especially useful for me because where I work the proxy server stops me sending magic packets on port 9. This solution means I can start my home server form behind that proxy. Luckily they didn\&#8217;t block port 22 so I can shell into it and work on my own projects when the boss is out of the office!</p>
<p>I wrote a tutorial on how to set the whole thig up here: <a href="http://blog.xoundboy.com/?p=196" rel="nofollow">http://blog.xoundboy.com/?p=196</a><br />
I used your script. Hope you don\&#8217;t mind.</p>
<p>cheers</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jefke007</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-101118</link>
		<dc:creator>jefke007</dc:creator>
		<pubDate>Fri, 13 Mar 2009 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-101118</guid>
		<description>hello, 
i m having some problems with wol. 
The wol is working fine in LAN mode. 
But when i use the php script it is not working. 
The pc is not booting up. 
is there anything that i can do to fix it? 
The php script says Magic Packet sent successfully!
but pc is not booting
Ip 192.168.2.20 is in dmz and portforwaring UDP 9 to 192.168.2.20 Still not working. 
need some help :) 

thank u</description>
		<content:encoded><![CDATA[<p>hello,<br />
i m having some problems with wol.<br />
The wol is working fine in LAN mode.<br />
But when i use the php script it is not working.<br />
The pc is not booting up.<br />
is there anything that i can do to fix it?<br />
The php script says Magic Packet sent successfully!<br />
but pc is not booting<br />
Ip 192.168.2.20 is in dmz and portforwaring UDP 9 to 192.168.2.20 Still not working.<br />
need some help <img src='http://www.hackernotcracker.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-57078</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 24 Oct 2008 07:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-57078</guid>
		<description>An update:
It only worked for some hours.

First I tried to forward the port to .255 as suggested at the end of the article. Tomato firmware doesn\\\\\\\\\\\\\\\&#039;t allow this.

Then I found a new way:
1) Pick an unused IP address for your LAN (I used 192.168.1.250)
2) Set up a port forward form a port of your choice to this address
3) Add a static ARP entry that maps this address to a broadcast address by adding the following line e.g. for the Tomato firmware it\\\\\\\\\\\\\\\&#039;s under Administration/Scripts/Firewall:

ip neighbor add 192.168.1.250 lladdr ff:ff:ff:ff:ff:ff dev br0 nud permanent

Now it works always! Credits go to http://www.perculasoft.com/sleepover/routers.html</description>
		<content:encoded><![CDATA[<p>An update:<br />
It only worked for some hours.</p>
<p>First I tried to forward the port to .255 as suggested at the end of the article. Tomato firmware doesn\\\\\\\\\\\\\\\&#8217;t allow this.</p>
<p>Then I found a new way:<br />
1) Pick an unused IP address for your LAN (I used 192.168.1.250)<br />
2) Set up a port forward form a port of your choice to this address<br />
3) Add a static ARP entry that maps this address to a broadcast address by adding the following line e.g. for the Tomato firmware it\\\\\\\\\\\\\\\&#8217;s under Administration/Scripts/Firewall:</p>
<p>ip neighbor add 192.168.1.250 lladdr ff:ff:ff:ff:ff:ff dev br0 nud permanent</p>
<p>Now it works always! Credits go to <a href="http://www.perculasoft.com/sleepover/routers.html" rel="nofollow">http://www.perculasoft.com/sleepover/routers.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-56706</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Mon, 13 Oct 2008 08:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-56706</guid>
		<description>-include sockets PHP extension in PHP.ini:
extension=php_sockets.dll
-be sure to have shorttags enabled in PHP.ini:
short_open_tag = On

-change line
$opt_ret = socket_set_option($s, 1, 6, TRUE);
into
$opt_ret = socket_set_option($s, SOL_SOCKET , SO_BROADCAST, 1);

-forward UDP port 9 in your router

and it works like a charm! Thanks!</description>
		<content:encoded><![CDATA[<p>-include sockets PHP extension in PHP.ini:<br />
extension=php_sockets.dll<br />
-be sure to have shorttags enabled in PHP.ini:<br />
short_open_tag = On</p>
<p>-change line<br />
$opt_ret = socket_set_option($s, 1, 6, TRUE);<br />
into<br />
$opt_ret = socket_set_option($s, SOL_SOCKET , SO_BROADCAST, 1);</p>
<p>-forward UDP port 9 in your router</p>
<p>and it works like a charm! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanishing Son</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-56268</link>
		<dc:creator>Vanishing Son</dc:creator>
		<pubDate>Wed, 01 Oct 2008 22:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-56268</guid>
		<description>Hi there nice post but i have 2 Questions and one problem
1st : It didn`t work with me at all i tryed everything u said and nothing work.
2nd : my pc behind  router and i want to wake them up from my home
so how i get the internet IP Coz when when i get it if i restart the router or the elc get off and back again the internet IP will change
and if i sent the broadcast as u said
I know that my company that give me the DSL line use the same broadcast to every member it have
so when i sent the magic packet it will search all over the internet to find the right mac add???
Please help me here 
P.S Sorry for my english and Sorry coz i`m noob :(</description>
		<content:encoded><![CDATA[<p>Hi there nice post but i have 2 Questions and one problem<br />
1st : It didn`t work with me at all i tryed everything u said and nothing work.<br />
2nd : my pc behind  router and i want to wake them up from my home<br />
so how i get the internet IP Coz when when i get it if i restart the router or the elc get off and back again the internet IP will change<br />
and if i sent the broadcast as u said<br />
I know that my company that give me the DSL line use the same broadcast to every member it have<br />
so when i sent the magic packet it will search all over the internet to find the right mac add???<br />
Please help me here<br />
P.S Sorry for my english and Sorry coz i`m noob <img src='http://www.hackernotcracker.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chepe</title>
		<link>http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html/comment-page-1#comment-56258</link>
		<dc:creator>Chepe</dc:creator>
		<pubDate>Wed, 01 Oct 2008 14:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackernotcracker.com/2006-04/wol-wake-on-lan-tutorial-with-bonus-php-script.html#comment-56258</guid>
		<description>Hi, just want to know what if I dont want to Power Up a pc, lets say I want to Power Off my computer, so whats the magic packet for this?, thanks</description>
		<content:encoded><![CDATA[<p>Hi, just want to know what if I dont want to Power Up a pc, lets say I want to Power Off my computer, so whats the magic packet for this?, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
