<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									QNAP - Send WakeOnLAN from your QNAP to wake up another network device - QNAP NAS				            </title>
            <link>https://www.tweaking4all.com/forum/qnap-nas/qnap-send-wakeonlan-from-your-qnap-to-wake-up-another-network-device/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 10:24:44 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: QNAP - Send WakeOnLAN from your QNAP to wake up another network device</title>
                        <link>https://www.tweaking4all.com/forum/qnap-nas/qnap-send-wakeonlan-from-your-qnap-to-wake-up-another-network-device/#post-5773</link>
                        <pubDate>Thu, 06 Feb 2025 13:42:59 +0000</pubDate>
                        <description><![CDATA[The binaries are unfortunately for Intel processors. You could compile it on your own (using the Makefile) but I can understand that this may not be easy to know how if you&#039;re never done it....]]></description>
                        <content:encoded><![CDATA[<p>The binaries are unfortunately for Intel processors. <br />You could compile it on your own (using the Makefile) but I can understand that this may not be easy to know how if you're never done it.<br />Second issue is that there is no compile installed on a QNAP.</p>
<p>Long story short: unless you know what you're doing, this may be more complex than on would want.</p>
<p>You could try the "arm" version (Raspberry Pi) - this may or may not work.</p>
<p>Unfortunately, I did not find an easy alternative &#x1f61e; </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/qnap-nas/">QNAP NAS</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/qnap-nas/qnap-send-wakeonlan-from-your-qnap-to-wake-up-another-network-device/#post-5773</guid>
                    </item>
				                    <item>
                        <title>RE: QNAP - Send WakeOnLAN from your QNAP to wake up another network device</title>
                        <link>https://www.tweaking4all.com/forum/qnap-nas/qnap-send-wakeonlan-from-your-qnap-to-wake-up-another-network-device/#post-5772</link>
                        <pubDate>Thu, 06 Feb 2025 09:17:02 +0000</pubDate>
                        <description><![CDATA[Can I use this on a Qnap with MArvell processor?If so, how to run it?
If not, do you know other options?]]></description>
                        <content:encoded><![CDATA[<p>Can I use this on a Qnap with MArvell processor?<br />If so, how to run it?</p>
<p>If not, do you know other options?</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/qnap-nas/">QNAP NAS</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/qnap-nas/qnap-send-wakeonlan-from-your-qnap-to-wake-up-another-network-device/#post-5772</guid>
                    </item>
				                    <item>
                        <title>QNAP - Send WakeOnLAN from your QNAP to wake up another network device</title>
                        <link>https://www.tweaking4all.com/forum/qnap-nas/qnap-send-wakeonlan-from-your-qnap-to-wake-up-another-network-device/#post-5489</link>
                        <pubDate>Sat, 18 May 2024 15:57:05 +0000</pubDate>
                        <description><![CDATA[I found it surprisingly challenging to send a WOL (Wake on LAN) signal FROM a QNAP to wake up another network device.
My situation: at night I run a backup (rsync) of my QNAP to another NAS...]]></description>
                        <content:encoded><![CDATA[<p>I found it surprisingly challenging to send a <a href="https://www.tweaking4all.com/network-internet/wake-on-lan/" target="_blank" rel="noopener">WOL (Wake on LAN)</a> signal FROM a QNAP to wake up another network device.</p>
<p>My situation: at night I run a backup (rsync) of my QNAP to another NAS, so I was looking for a commandline statement that could do this.<br />Well, there is none standard on your QNAP, and OPKG seems dead as well, so what do you do?</p>
<p>Well if you having an Intel (x64) based QNAP, then you're in luck.<br />I did find <a href="https://github.com/GramThanos" target="_blank" rel="noopener">this cool little tool written by </a><span><a href="https://github.com/GramThanos" target="_blank" rel="noopener">GramThanos</a> - super compact and it works on my QNAP (TVS873).</span></p>
<p>Download the zip file, extract the binary, copy it to your QNAP (I dumped it for now in my Downloads directory) and make it executable:</p>
<pre contenteditable="false">chmod +x WakeOnLAN</pre>
<p>Next you can use it like so:</p>
<pre contenteditable="false">./WakeOnLAN MACADDRESS BROADCASTADDRESS</pre>
<p>Look up the mac address of the device you'd like to wake up, and add "255.255.255.255" (default doesn't seem to work).<br />All this would then look something like this:</p>
<pre contenteditable="false">./WakeOnLAN 09:18:ab:d2:ef:9e 255.255.255.255</pre>
<p> </p>
<p>For backup purposes, always good to look at <a href="https://github.com/GramThanos" target="_blank" rel="noopener">the original page</a> first, the binary that I used:</p>
573]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/qnap-nas/">QNAP NAS</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/qnap-nas/qnap-send-wakeonlan-from-your-qnap-to-wake-up-another-network-device/#post-5489</guid>
                    </item>
							        </channel>
        </rss>
		