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

推荐订阅源

美团技术团队
P
Privacy International News Feed
P
Proofpoint News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
C
CXSECURITY Database RSS Feed - CXSecurity.com
Know Your Adversary
Know Your Adversary
Security Latest
Security Latest
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Attack and Defense Labs
Attack and Defense Labs
NISL@THU
NISL@THU
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
GbyAI
GbyAI
N
News and Events Feed by Topic
N
News | PayPal Newsroom
Y
Y Combinator Blog
C
CERT Recently Published Vulnerability Notes
N
Netflix TechBlog - Medium
S
Security Affairs
Spread Privacy
Spread Privacy
罗磊的独立博客
腾讯CDC
MyScale Blog
MyScale Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
L
LINUX DO - 热门话题
The Cloudflare Blog
L
LangChain Blog
博客园_首页
H
Hacker News: Front Page
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
博客园 - 聂微东
SecWiki News
SecWiki News
A
Arctic Wolf
爱范儿
爱范儿
Google Online Security Blog
Google Online Security Blog
T
Threat Research - Cisco Blogs
Hacker News - Newest:
Hacker News - Newest: "LLM"
有赞技术团队
有赞技术团队
The GitHub Blog
The GitHub Blog
Cyberwarzone
Cyberwarzone
博客园 - 叶小钗
V
Visual Studio Blog
V
V2EX
T
Tailwind CSS Blog
Project Zero
Project Zero
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
D
Docker

J.D. Hodges

Mac Prices Went Up June 2026: What Changed and What to Buy How to Set Up a SSH Connection in Claude Code Desktop Is the BCBS Settlement Payment Email Legit? (May 2026) How to Fix the VMware Workstation "mksSandbox" Crash (ISBRendererComm Error) - J.D. Hodges How to Check Codex Usage: CLI Status Line and Web Page How to Check Your Codex Usage on ChatGPT (Plus and Pro) MacBook Neo GPU vs Snapdragon X2, Radeon, Arc, RTX 5060 ThinkPad History: IBM 700C to Lenovo AI Workstations Codex /goal: How It Works, Setup, and What I Tested The BeBox: BeOS Hardware, Photos, and the Apple Deal That Wasn't Unable to Load Usage Limits in Claude? Use /usage Mother-In-Law Method for Claude Code Review (Honest Take) Best Laptop for Claude Code (2026) Best Way to Cook Corn on the Cob | Milk and Butter Boil Best Computer for ChatGPT (2026) | Laptops, Desktops, Budget Picks How to Use GPT-5.5 Today via Your Codex Subscription Remove McAfee WebAdvisor on Windows: Stop the Popup Codex Sandbox Error on Ubuntu 24.04: The AppArmor Fix WD19TBS Mouse Lag Fix: Dell Firmware Update Worked Claude Opus 4.6 vs 4.7 Max: WordPress Task Graded Claude Code Opus 4.7: Terminal + VS Code Upgrade Instructions Claude Code Rate exceeded. - J.D. Hodges Chuwi MiniBook X vs MacBook Neo: The $399 Laptop That Refuses to Throttle - J.D. Hodges Meta Muse Spark: The Honest Scorecard (3 Wins Out of 20) Who Reads This Blog? Traffic by OS - J.D. Hodges Can MacBook Neo Run Claude Code? $599 Benchmark Test Minisforum MS-01 Proxmox Review: 2 Months Off-Grid on Solar Claude vs ChatGPT vs Gemini for Coding: Real Benchmark Results Claude Code /buddy: How to Preview, Hatch, and Reroll Your Terminal Pet Claude code source code analysis - J.D. Hodges
How to Enable Wake-on-LAN on Synology NAS | Quick Guide
J.D. H. · 2026-05-25 · via 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.