Is it true that we can’t allow any machine to sleep that may need to be accessed var a VPN connection?

(I am asking this on server fault as it is as much about VPN servers as about the end user PCs sleeping)

link|improve this question

50% accept rate
feedback

2 Answers

Typically no since the "MagicPacket" is actually at layer 2. It's not even routable without the assistance of forwarders (e.g. IP helper).

link|improve this answer
I was hoping the VPN servers would have some sort of build in surport for this... – Ian Ringrose Jun 29 '11 at 15:43
Typically that's not the "norm" with the VPN clients. From the VPN session itself, you can setup an intermediary system/equipment to assist with launching the "MagicPacket" against the targeted system/device. – user48838 Jun 29 '11 at 15:59
feedback

I agree with user48838 - by definition the magic packet is sent only over the local subnet. However, I previously used a script written by jpo that worked from a different subnet via a normal router. Try this - YMMV

http://gsd.di.uminho.pt/jpo/software/wakeonlan/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.