[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Wake On LAN on Fedora 7?
- From: Adalbert Prokop <adalbert prokop gmx de>
- To: fedora-list redhat com
- Subject: Re: Wake On LAN on Fedora 7?
- Date: Wed, 16 Jan 2008 22:23:08 +0100
Andrew Junev wrote on Wednesday 16 January 2008:
> The problem is that the 'wake-on' parameter changes to 'd' (disabled)
> when I shut the machine down, so WOL does not work.
One problem I've seen is shutting down the NIC. When ifdown is executed,
all WOL settings are lost. The solution is pretty easy: bring the card up
just before the machine is powered off.
Copy this snippet to /sbin/halt.local where it will be called
from /etc/init.d/halt on shutdown.
#!/bin/sh
ifconfig eth0 up
ethtool -s eth0 wol g
No changes to any files are required. YMMV. ;)
--
bye,
Adalbert
When you have to kill a man it costs nothing to be polite. -- Winston
Churchill, on formal declarations of war
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]