Skip to content

Commit a9081e4

Browse files
committed
Think ive finally got it tested after two hours away!!
1 parent 3f8523a commit a9081e4

File tree

6 files changed

+25
-1
lines changed

6 files changed

+25
-1
lines changed

BUILDING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,30 @@ Another recommended thing I found was to disable the power off hard drive featur
6060

6161
Read the conversation [here](./ChatGptExtract.md)
6262

63+
### NetBIOS over TCP/IP
64+
65+
Another settings that may need to be set in Windows is the NetBIOS over TCP/IP settings it can be done through advanced TCP/IP Settings:
66+
67+
![alt text](./docs/wake%20on%20lan%20settings/netbios-settings.png)
68+
69+
### Setting Network to Private
70+
71+
Some people on reddit reported that their network had to be set to private in order for the wake on LAN packet to work:
72+
73+
![alt text](./docs/wake%20on%20lan%20settings/private-network.png)
74+
75+
#### Adding a Rule to the Firewall to allow TCP Connections
76+
77+
When setting the network to private I noticed that the firewall prevented the TCP port from opening and thus I had to make a rule to allow connections on that port:
78+
79+
![alt text](./docs/wake%20on%20lan%20settings/windows-firewall.png)
80+
81+
### Using the Broadcast address for wake on LAN
82+
83+
Finally, another reddit post reported that the wake on LAN packet was not being sent due to the router forgetting the IP address, this shouldnt happen as my PC was set to static in the router settings. However you can broadcast it to everything on the network at ```255.255.255.255```.
84+
85+
![alt text](./docs/wake%20on%20lan%20settings/wake-on-lan-broadcast.png)
86+
6387
## Useful Links
6488

6589
- [Using Task Scheduler](https://www.jcchouinard.com/python-automation-using-task-scheduler/)
21.3 KB
Loading
40.4 KB
Loading
21.1 KB
Loading
113 KB
Loading

flows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "wake on lan",
1212
"z": "df4908e3.d37578",
1313
"mac": "C8-60-00-0A-16-82",
14-
"host": "192.168.0.101",
14+
"host": "255.255.255.255",
1515
"udpport": "9",
1616
"name": "Desktop",
1717
"x": 840,

0 commit comments

Comments
 (0)