NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
john_lenfr
Jan 06, 2013Aspirant
[TIP] POWER OFF & ON your readynas by the network
To switch on the NAS I use wol.exe downloadable here: http://www.gammadyne.com/cmdline.htm#wol
And then I created the .bat file witch contain:
C:\wol.exe MAC_ADDRESS IP_ADRESS PORT_IF_NEEDED
(The easy syntax is describe on the site of Gammadyne)
To switch off the NAS I use curl.exe for Windows downloadable here: http://www.paehl.com/open_source/?CURL_7.28.1
I downloaded the version with support of SSL (I think it is needed because we open a https page).
The .bat looks like this:
curl -u admin:password -k "https://ADRESSE_IP_DU_NAS/get_handler?PAGE=System&OUTER_TAB=tab_shutdown&INNER_TAB=NONE&shutdown_option1=1&command=poweroff&OPERATION=set"
I think you could download a Linux version of CURL here: http://curl.haxx.se/download.html
(And maybe you have to download SSL packages also, it is on the bottom of the page.)
Don't forget to enable WOL in your readynas configuration interface. If not, wol.exe will not run your readynas!
Chears,
John
And then I created the .bat file witch contain:
C:\wol.exe MAC_ADDRESS IP_ADRESS PORT_IF_NEEDED
(The easy syntax is describe on the site of Gammadyne)
To switch off the NAS I use curl.exe for Windows downloadable here: http://www.paehl.com/open_source/?CURL_7.28.1
I downloaded the version with support of SSL (I think it is needed because we open a https page).
The .bat looks like this:
curl -u admin:password -k "https://ADRESSE_IP_DU_NAS/get_handler?PAGE=System&OUTER_TAB=tab_shutdown&INNER_TAB=NONE&shutdown_option1=1&command=poweroff&OPERATION=set"
I think you could download a Linux version of CURL here: http://curl.haxx.se/download.html
(And maybe you have to download SSL packages also, it is on the bottom of the page.)
Don't forget to enable WOL in your readynas configuration interface. If not, wol.exe will not run your readynas!
Chears,
John
1 Reply
- gibxxiGuideThere's also this: viewtopic.php?f=35&t=56542
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!