<?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>
									WOL to different LAN - MiniWOL				            </title>
            <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 09 Jun 2026 02:29:14 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4508</link>
                        <pubDate>Wed, 02 Nov 2022 14:49:38 +0000</pubDate>
                        <description><![CDATA[Good that I did upload it - I did run into a bug of the forum which prevented uploading even for me haha 😜 
I think double NAT may be an issue indeed. No guarantees, but definitely not help...]]></description>
                        <content:encoded><![CDATA[<p>Good that I did upload it - I did run into a bug of the forum which prevented uploading even for me haha 😜 </p>
<p>I think double NAT may be an issue indeed. No guarantees, but definitely not helping either. 😉 <br />When looking at my own setup: my second router functions like a switch by disabling DHCP and such.<br />But by the looks of it, nothing new for you.</p>
<p>You're off to some cool experiments for sure. Nice!</p>
<p>You did make me think about using Raspberry Pi's as well, also for Wireguard, so family can share a NAS for backup purposes.<br />Oh well, like I didn't have enough projects on my table already haha.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4508</guid>
                    </item>
				                    <item>
                        <title>RE: WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4507</link>
                        <pubDate>Wed, 02 Nov 2022 14:05:39 +0000</pubDate>
                        <description><![CDATA[Thanks for uploading the file, Hans! Yes, the wobbly line is over the internet.
I don&#039;t want to bridge the ISP router because it has a very good wifi6.
No, I did not set my own router in t...]]></description>
                        <content:encoded><![CDATA[<p>Thanks for uploading the file, Hans! Yes, the wobbly line is over the internet.</p>
<p>I don't want to bridge the ISP router because it has a very good wifi6.</p>
<p>No, I did not set my own router in the DMZ, not sure if it is possible. I also don't think it is necessary since I can connect to the router, just not through it. <br /><br />Yes, NATing here is probably the wrong way to go. Maybe my private router can be set to act more like a switch between two physically seperate LANs with the same IP range and maybe I then still can put something "behind" that router/switch and I am still able to put a static route in the router/switch and a packet that is trying to find the correct IP from "behind" this router/switch will travel accross it and while doing so will get pointed directly to the device I mentioned in the static route. <br /><br />On the other hand I am currently trying to eliminate this extra LAN completely by using a Pi as a secondary DHCP server which will then be hardcoded to server IPs to some of the clients and will have a wireguard tunnel in it so the clients will be able to connect directly.</p>
<p>This way I should also be able to wake up clients from the other side.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>ben</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4507</guid>
                    </item>
				                    <item>
                        <title>RE: WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4506</link>
                        <pubDate>Mon, 31 Oct 2022 10:59:35 +0000</pubDate>
                        <description><![CDATA[Maybe it&#039;s me, but I&#039;m a little confused about your drawing haha.Oh wait, I just need more coffee. The wobbly line is over the Internet I assume.
Well, stacking two routers that use NAT, ca...]]></description>
                        <content:encoded><![CDATA[<p>Maybe it's me, but I'm a little confused about your drawing haha.<br />Oh wait, I just need more coffee. The wobbly line is over the Internet I assume.</p>
<p>Well, stacking two routers that use NAT, can indeed cause issues.<br />I'd set the ISP modem/router in bridge mode as well, or skip your own router (I always prefer using my own router or firewall).<br />Did you set your own router (on the left) in the DMZ of the ISP router (also on the left)?</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4506</guid>
                    </item>
				                    <item>
                        <title>RE: WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4504</link>
                        <pubDate>Sun, 30 Oct 2022 14:32:08 +0000</pubDate>
                        <description><![CDATA[I really &quot;drew&quot; it. :) After some reading I think it is basically wrong to use my second (own) router the way I do it (with NAT). It is just a means to have a fixed route for all clients in ...]]></description>
                        <content:encoded><![CDATA[<p>I really "drew" it. :) After some reading I think it is basically wrong to use my second (own) router the way I do it (with NAT). It is just a means to have a fixed route for all clients in this router's LAN to the tunnel. The clients know about the route because I put it into the router. I am unable to add this static route to the main router from the ISP because it does not offer this option. <br /><br />So, if I just put the clients in the main LAN they never know about the wireguard forwarder client that is able to route to the server side throught the tunnel.</p>
<p> </p>
<p>(uploaded it here for future reference - after a few approved posts you will be able to upload attachments)</p>
367
366]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>ben</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4504</guid>
                    </item>
				                    <item>
                        <title>RE: WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4500</link>
                        <pubDate>Tue, 25 Oct 2022 11:17:42 +0000</pubDate>
                        <description><![CDATA[OK, I&#039;m officially confused haha ...Can you make a full sketch of the infrastructure?]]></description>
                        <content:encoded><![CDATA[<p>OK, I'm officially confused haha ...<br />Can you make a full sketch of the infrastructure?</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4500</guid>
                    </item>
				                    <item>
                        <title>RE: WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4498</link>
                        <pubDate>Mon, 24 Oct 2022 18:35:35 +0000</pubDate>
                        <description><![CDATA[It is actually: Internet -&gt; LAN3 -&gt; LAN2 -&gt; Wireguard 2 -&gt; LAN 3 -&gt; PC 2
And I can see the WOL package coming in and out of eth0 on the Wireguard 2. So I think it is just not...]]></description>
                        <content:encoded><![CDATA[<p><span style="color: #0000ff"><span style="color: #000000">It is actually: </span><br /><br />Internet -&gt; LAN3 -&gt; LAN2 -&gt; Wireguard 2 -&gt; LAN 3 -&gt; PC 2</span></p>
<p><span style="color: #000000">And I can see the WOL package coming in and out of eth0 on the Wireguard 2. So I think it is just not delivered to LAN3 upstream again.</span></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>ben</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4498</guid>
                    </item>
				                    <item>
                        <title>RE: WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4496</link>
                        <pubDate>Mon, 24 Oct 2022 11:40:58 +0000</pubDate>
                        <description><![CDATA[Hi Ben!
Here a reference to the conversation that triggered this post.I&#039;ve added a reference to how to use the broadcast address, for those interested.
Short version: Ben wants to send a W...]]></description>
                        <content:encoded><![CDATA[<p>Hi Ben!</p>
<p>Here a <a href="https://www.tweaking4all.com/home-theatre/miniwol2/#comment-584220" target="_blank" rel="noopener">reference to the conversation</a> that triggered this post.<br />I've added a <a href="https://en.wikipedia.org/wiki/Broadcast_address" target="_blank" rel="noopener">reference to how to use the broadcast address</a>, for those interested.</p>
<p>Short version: Ben wants to send a WOL over a Wireguard/VPN tunnel.</p>
<p>Maybe this helps for reference:</p>
<p>  <span style="color: #0000ff">PC 1</span> -&gt; <span style="color: #0000ff">LAN 1</span> -&gt; <span style="color: #0000ff">Wireguard 1</span> -&gt; <span style="color: #0000ff">Internet</span> -&gt; <span style="color: #0000ff">Wireguard 2</span> -&gt; <span style="color: #0000ff">LAN 2</span> -&gt; <span style="color: #0000ff">PC 2</span></p>
<p> </p>
<p>Technically this comes with a few challenges, so any network expert out there: please chime in! 😉 </p>
<p>Most solutions mentioned out there, mention a WOL server on the other side.<br />So in LAN 2 there will be a device that can be connected to, which then can send a WOL inside LAN 2.</p>
<p>That device could be the Wireguard peer (Wireguard 2), in Ben's situation a Raspberry Pi.<br />Project like <a href="https://notenoughtech.com/raspberry-pi/use-raspberry-pi-wol/" target="_blank" rel="noopener">this one</a> (same content <a href="https://www.instructables.com/Raspberry-Pi-As-Wake-on-LAN-Server/" target="_blank" rel="noopener">here</a>) could be a good start.</p>
<p> </p>
<p><em>Note:</em><br /><em>Elsewhere I had read that certain more complex routers could potentially handle this as well, or even allow routing of the WOL signal.</em><br /><em>However, I suspect that may not be an option for Ben's setup</em></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4496</guid>
                    </item>
				                    <item>
                        <title>WOL to different LAN</title>
                        <link>https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4494</link>
                        <pubDate>Sun, 23 Oct 2022 16:37:53 +0000</pubDate>
                        <description><![CDATA[Recently, I discovered an interesting topic. I try to send a WOL packet into a different subnet. In my case the subnet is also further complicated because it is actually located over the int...]]></description>
                        <content:encoded><![CDATA[<p>Recently, I discovered an interesting topic. I try to send a WOL packet into a different subnet. In my case the subnet is also further complicated because it is actually located over the internet and I am connected through a wireguard server and client tunnel. I know that a WOL is normally just broadcast in the local LAN and not forwardet into other LANs but since you provide the option to set an IP address additionally to the MAC I suspect you might be knowledgeable in this area. :) <br /><br />What I actually CAN do is send a WOL back FROM THE CLIENT side of my tunnel. <br /><br />It will travel from the client device to the wireguard client where it has to leave the LAN and go into the tunnel LAN. It will then travel over the internet. From there it will reach my other internet connected ISP router, then into my edge router which acts as DHCP, and from there it will go to the wireguard server where it will leave the tunnel IP range and go into the (third) LAN range and will then wake up a client device in that (third) LAN. <br /><br />I am not shure which device will actually send the broadcast into this LAN. <br /><br />Maybe it is the edge router which is the gateway for it. <br /><br />Or maybe it is the wireguard server, which is a Raspberry Pi, a client in that LAN. <br /><br />Since subnet directed broadcasts are by default deactivated on routers I suspect the Raspberry might be doing it due to a failure in its configuration: When turning it into a wireguard server it will be set to forward packages.<br /><br />Now, what I CANNOT do is waking up a device the other way around, FROM THE SERVER's LAN to the client's LAN. <br /><br />Somewhere in this chain a router will not forward the broadcast from the wireguard server’s side into the wireguard client’s side. I did not find any settings on the TP-Link which is involved. But it might also be that the TP-Link delivers the package upstream to the ISP router (after it left the wireguard tunnel) and the ISP router is not broadcasting it.<br /><br />This explanation sounds complicated but it is actually very straightfoward: The package comes in from the internet but inside the wireguard tunnel. Because of this it will travel through the incoming router until it reaches the wireguard client. On this client it will leave the tunnel and then will have to find the actually correct destination LAN for the WOL broadcast. But this client is one LAN "behind" this target LAN. Therefore it has to find the gateway, travel "upstream" so to speak and then the router between those two LANs has to broadcast it (probably. But maybe it will travel even further to the gateway of the destination LAN and this second router will broadcast it).<br /><br />Well, maybe someone have something to say to it. :)</p>
<p>After your comments on my initial post I was able to send the WOL over the internet already by giving it the broadcast address "192.168.300.254" in the settings. It will be shown in the wireguard client (this is already on the remote LAN) on eth0 as “wol b8:27:eb:80:e4:60 -&gt; 74:d4:35:fb:22:cc”. It will be shown twice and the source mac changes. So I think it is going out. However, it is not reaching the destination, probably, because from there it would have to travel upwards one LAN still and the TP-Link router over there is not forwarding it.<br /><br />So I have to solve this.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miniwol/">MiniWOL</category>                        <dc:creator>ben</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miniwol/wol-to-different-lan/#post-4494</guid>
                    </item>
							        </channel>
        </rss>
		