With two simple application you can open your computer via lan. Firstly (under ubuntu) sudo apt-get install ethtool Control your ethernet card is supporting wake on lan or not. sudo ethtool eth0 if sth like that in output: Supports Wake-on: pumbg It’s ok.Than learn your mac address and write it somewhere. ifconfig | grep HWaddr … Read more
