in some circumstances, I noticed that the ARP table get flushed from time to time ; therefore I have put my ARP static commands in a crontab in addition to the service-start ... and so far, no issue at all ....
Rgds,
GS
P.S. In any cases, I would vote for the "bury" option .....
i can normally switch on my server via WOL but my wife has got into the habit of powering down everything at night (we live apart)
The server is pretty much switched off..
Ok. How would i go about this on merlin
Put your ARP command(s) in a shell script and then issue the "cru" command at service-start ....
example:
/jffs/scripts/wol.sh file contains the following
#!/bin/sh
arp -s ipaddr mac
exit
and the in service-start the following:
cru a wol "00 * * * * /jffs/scripts/wol.sh"
so i browse to /jffs/scripts/ via telnet session and upload a xxx.sh file with arp commands, if i remeber rightly i have to set router to create jffs partition ?
another way would be to use an ssh session (preferred to telnet) and directly edit the file on the router with the vi editor.
Besides what others indicated in the BIOS, also look at a parameter indicating what to do in case of power failure (most probably indicate there to power on) ....
1. Windows 8.1 and 10 have problems with WOL from S5.i am already running running wifedose 10.0
No, not at all. vi is a build-in editor on unix systems, but if you do not know it by now, forget it. So, since you are going to create the file on Win. and then transfer it to the router, make sure to use the appropriate tool (WINSCP I think) so that you do not screw up the router with file containing fuzy characters (like notepad or worpad would do). Also make sure the file has the execute privilige.Is that to say the file already reside on the router ?..ive not delved much into the router past the GUI.
Yes, that would be the purpose ....Hmmm..ive seen a setting similar to that and overlooked it..sounds promising, she would switch the mains back on in the morning and the server would think its come back on after a power failure and automatically turn on ??..
Interesting, I run W10 and did not do anything in the registry to have it work ..... could you please tell more about this ?1. Windows 8.1 and 10 have problems with WOL from S5.
It's a known feature-bug. M$ says it's done because of user complaints.
There's a workaround via Windows registry.
Indeed, that I had to do as well2. "Quick boot" in Windows 10 must be disabled to WOL from S5.
I have an Intel Ethernet adapter in my home NAS-HTPC and it does not have "enable power events" setting by default.could you please tell more about this ?
Sorry for misunderstanding.Wifedose wasnt a typo
Sorry for misunderstanding.
So, the right power failure setting in bios is the only option remaining, I think. The server must restore S5. Or the "previous state".
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!