I need to be able to power my office pc up from home so I can remote in, but my router has proprietary voip firmware that's getting in the way. I've been looking and looking, but I'm just not turning up a solution. I wish I could figure out a way to get a low-power gadget connected to the internet so I could remote (telnet? ssh?) into that and get it to power a relay on the pc's power-on button. Any suggestions?
Tell me more
×
Electrical Engineering Stack Exchange is a question and answer site for
electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.
|
|
If I'm understanding you correctly, your router currently blocks the magic packet? An embedded webserver (port forwarded) behind your router sounds like one way to go. This can also be the device that generates the magic packet on the local LAN to wake your PC without having to hack a relay/switch so it can be done all over existing ethernet - assuming that your router won't block any locally generated and sent magic packets <- you can test this first by using another PC to try to wake the target PC all on the local LAN. If that works, you can make it really easy with an embedded Linux SBC (single-board-computer) combined with your choice of a light-weight open source webserver. |
|||||||||
|