惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
T
Threatpost
Latest news
Latest news
N
News | PayPal Newsroom
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
AI
AI
Simon Willison's Weblog
Simon Willison's Weblog
TaoSecurity Blog
TaoSecurity Blog
The Last Watchdog
The Last Watchdog
L
LINUX DO - 热门话题
Google DeepMind News
Google DeepMind News
T
Threat Research - Cisco Blogs
O
OpenAI News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Exploit Database - CXSecurity.com
NISL@THU
NISL@THU
Application and Cybersecurity Blog
Application and Cybersecurity Blog
S
Securelist
小众软件
小众软件
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
Cisco Talos Blog
Cisco Talos Blog
云风的 BLOG
云风的 BLOG
AWS News Blog
AWS News Blog
GbyAI
GbyAI
N
News and Events Feed by Topic
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
美团技术团队
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
S
Schneier on Security
博客园 - 聂微东
V2EX - 技术
V2EX - 技术
T
Troy Hunt's Blog
SecWiki News
SecWiki News
S
Secure Thoughts
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
腾讯CDC
H
Heimdal Security Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News Feed

Comments for J.D. Hodges

How do I cancel Great courses trial (or subscription) on Amazon? [ANSWER] - J.D. Hodges Is Temu's $1,000 Reward Claimed Screen Legit? What You Get Amazon Order History and Charges [SOLVED] - 2026 Data truncated for column 'status' at row 1 [SOLVED] - J.D. Hodges Corsair Galleon 100 SD Left Shift Caps Lock Fix: Firmware v1.4.75 Beta | J.D. Hodges Is the BCBS Settlement Payment Email Legit? (May 2026) Claude Handoff Prompt: How to Keep Context Across Sessions (2026) ThinkPad History: IBM 700C to Lenovo AI Workstations MacBook Neo Benchmarks: A18 Pro CPU vs M1 and M4 The BeBox: BeOS Hardware, Photos, and the Apple Deal That Wasn't Codex Sandbox Error on Ubuntu 24.04: The AppArmor Fix Claude Custom Instructions: Real Examples & Best Practices (2026)
How to Enable Wake-on-LAN on Synology NAS | Quick Guide
J.D. H. · 2026-05-25 · via Comments for J.D. Hodges

How to Enable Wake-on-LAN (WoL) on a Synology NAS (DS925+ and Others)

TL;DR: On a Synology NAS, enabling Wake-on-LAN takes two steps in two different DSM screens. Turn on Enable WOL on LAN 1 in Control Panel > Hardware & Power > General, then get the NAS MAC address from Control Panel > Info Center > Network, not from Network > Network Interface.

Synology DS925+ connected to a Ubiquiti USW-Flex-2.5G-5 switch with a LEGO Star Destroyer sitting on top
The DS925+ setup I used for this (underneath the switch). The LEGO Star Destroyer is not part of the official Synology thermal design, but it seems committed to the role.

Why Wake-on-LAN for your NAS?

Wake-on-LAN, or WoL, lets you wake a powered-down device by sending a small network broadcast called a magic packet.

I wanted it on my DS925+ so I could leave the NAS off when I was not using it, then wake it from another machine without walking over to the shelf or to turn it on from across the country via VPN.

NOTE: If you are still getting your NAS onto the network, my earlier guide on finding a new Synology NAS IP address with DHCP should save you a few minutes.

I have also been using Synology gear for a long time now. My old DS1813+ review is still floating around as proof. 😉

Step 1: Turn On WoL in Hardware & Power

In DSM, go to Control Panel > Hardware & Power > General.

On my DS925+, the option I needed was Enable WOL on LAN 1.

If your NAS is using a different port, use the matching interface instead.

Synology DSM Hardware and Power panel showing Wake-on-LAN checkboxes
The first half of the fix: the WoL checkbox lives under Hardware & Power, not under the network settings. Make sure to click Apply after you’ve made the change!

Step 2: Find Your MAC Address (It’s Not Necessarily Where You Would Think)

You need the NAS MAC address because the magic packet targets the network interface, not the current IP address.

The obvious place to look is Control Panel > Network > Network Interface.

That screen mostly shows interface status and IP details, which is exactly why I first assumed the MAC address would be there too.

Synology DSM Network Interface panel showing interface details without the MAC address
The natural place to look. Also the wrong place, at least for this job.

The screen that actually gave me the MAC address was Control Panel > Info Center > Network.

That is where DSM showed the LAN MAC addresses clearly enough to copy.

Synology DSM Info Center Network tab showing MAC addresses for network interfaces
Info Center > Network is where the useful MAC address lives. I redacted mine because I enjoy at least a little mystery.

Step 3: Send the Magic Packet

Once WoL is enabled and you have the right MAC address, you can wake the NAS from another device on the same local network.

The basic idea is simple: send a magic packet to the NAS interface you enabled for WoL.

These are the tools I would start with:

  • Windows: Wake on LAN from the Microsoft Store (or myriad other options)
  • Mac: wakeonlan via Homebrew
  • Linux: wakeonlan or etherwake
  • iPhone / Android: Magic Packet or a similar WoL app

On Mac or Linux, the command looks like this:

wakeonlan AA:BB:CC:DD:EE:FF

If nothing happens, double-check that you copied the MAC for the correct Synology interface and not just the current IP information from the network panel.

Things to Know Before You Rely on WoL

WoL is simple once it is working, but there are a few caveats worth knowing up front.

Heads Up

Wake-on-LAN usually only works if the NAS was shut down normally, the power cable stayed connected, and the device sending the packet is on the same LAN or broadcast domain. If the NAS lost power completely, if you are trying to wake it across routed networks or VLANs, or if you are using link aggregation, results can get inconsistent fast.

I would also test WoL a few times before depending on it remotely.

If your Synology is powered on but suddenly unreachable from Windows after an update, that is a different problem. I wrote up that specific issue here: Synology not accessible after a Windows upgrade.

A Quick Note on 2.5GbE Switches

The DS925+ has 2.5GbE ports, so a 2.5GbE switch lets you actually use the faster networking Synology built into it.

I have mine connected to a Ubiquiti USW-Flex-2.5G-5 (fanless, compact, and happy on USB-C or PoE). That is not required for WoL, obviously, but it is a nice match for the DS925+ if you want full 2.5GbE speed. Speeds are FANTASTIC if you have SSDs in your Synology NAS 💪.

What I Use for This

I use the Ubiquiti USW-Flex-2.5G-5 with my DS925+. It is a 5-port 2.5GbE switch that is fanless and can run from USB-C or PoE, which makes it an easy fit for a small NAS setup.

Bottom Line

The checkbox is only half the job.

The real gotcha is that the MAC address you need for Wake-on-LAN is in Info Center > Network, not in Network > Network Interface.

That is what worked for me on a Synology DS925+ running DSM 7.2, and it should be broadly applicable to other recent Synology NAS models too.

Some links in this post are affiliate links. If you buy something through one of these links, I may earn a small commission at no extra cost to you. I only recommend products I’ve personally used or thoroughly researched.✅

Accurate at time of writing. Something off? Drop a comment.