Hi,
I want to shutdown my FreeBSD-Server and start it over LAN via Wake on LAN. But it doesn't work.
I set sysctl-variable dev.re.0.wake to 1 . I shut down the server with
Hardware
Mainboard: ASUS E35M1-I
OnBoard CPU: AMD E-350
OnBoard NIC:
Software
BIOS Version: 0401 x64 from 3/18/2011
FreeBSD 8.2-RELEASE-p5 amd64 from Sun Jan 1 2012
[CMD=""]ifconfig[/CMD] shows this:
So I suppose WoL is supported on this NIC with this driver.
In BIOS there is no option to turn WoL on or off, but I found several sites that claimed that this board supports WoL. When the server is turned off, there is no active light on LAN-port. So maybe the NIC isn't waiting for WoL-packets?
Do you have any suggestions?
I want to shutdown my FreeBSD-Server and start it over LAN via Wake on LAN. But it doesn't work.
I set sysctl-variable dev.re.0.wake to 1 . I shut down the server with
# shutdown -p now
. Then I tried # wake INTERFACE SERVERNAME
or # wakeonlan SERVER-NIC-MAC
on a client on the same net, but nothing happened.Hardware
Mainboard: ASUS E35M1-I
OnBoard CPU: AMD E-350
OnBoard NIC:
Code:
re0: <RealTek 8168/8111 B/C/CP/D/DP/E PCIe Gigabit Ethernet> port 0xe000-0xe0ff mem 0xd0004000-0xd0004fff,0xd0000000-0xd0003fff irq 17 at device 0.0 on pci4
re0: Using 1 MSI messages
re0: Chip rev. 0x2c000000
re0: MAC rev. 0x00000000
Software
BIOS Version: 0401 x64 from 3/18/2011
FreeBSD 8.2-RELEASE-p5 amd64 from Sun Jan 1 2012
[CMD=""]ifconfig[/CMD] shows this:
Code:
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
So I suppose WoL is supported on this NIC with this driver.
In BIOS there is no option to turn WoL on or off, but I found several sites that claimed that this board supports WoL. When the server is turned off, there is no active light on LAN-port. So maybe the NIC isn't waiting for WoL-packets?
Do you have any suggestions?