Fedora Wake On Lan
Fedora by default when shutting down powers down the network adaptor hence disabled wake on lan, to enable it open terminal as root, type the following and press enter
echo "/sbin/ethtool -s eth0 wol g" > /etc/rc.d/rc.local
Replace eth0 with eth1 etc whatever your network connection is set to (probably eth0 or eth1).
Reboot, then next time you shut down it will be ready to wake on lan.
echo "/sbin/ethtool -s eth0 wol g" > /etc/rc.d/rc.local
Replace eth0 with eth1 etc whatever your network connection is set to (probably eth0 or eth1).
Reboot, then next time you shut down it will be ready to wake on lan.

0 Comments:
Post a Comment
<< Home