You are not logged in.

#1 2010-06-10 14:30:16

KRTac
Member
From: Croatia
Registered: 2008-07-01
Posts: 99

WOL doesn't work

I want to setup WOL on a Intel D510MO motherboard. The network adapter is a Realtek 8111DL Gigabit Ethernet Controller. I've followed the instructions on the Wake-on-LAN wiki entry but can't get wol to work.

lspci:

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

ethtool eth0 | grep Wake-on:

Supports Wake-on: pumbg
Wake-on: g

The network is running over a Netgear router and I've forwarded the 49999 port to the machine that I want to wake up. I use wol to atempt a wakeup:

wol -p 49999 -i <IP> <MAC>

and nothing happens.

Can someone suggest a posible problem source. Can it be the router?

Offline

#2 2010-06-10 14:37:42

demian
Member
From: Frankfurt, Germany
Registered: 2009-05-06
Posts: 709

Re: WOL doesn't work

i think i had to use both -h for host and -i for ip. Also, i don't think forwarding a port is necessary. At least i didn't.
I use:
wol -h <HOST> -i <IP> <MAC>


no place like /home
github

Offline

#3 2010-06-11 00:26:21

KRTac
Member
From: Croatia
Registered: 2008-07-01
Posts: 99

Re: WOL doesn't work

demian wrote:

i think i had to use both -h for host and -i for ip. Also, i don't think forwarding a port is necessary. At least i didn't.
I use:
wol -h <HOST> -i <IP> <MAC>

This doesn't work either.

Offline

#4 2010-06-11 08:50:00

demian
Member
From: Frankfurt, Germany
Registered: 2009-05-06
Posts: 709

Re: WOL doesn't work

Did you enable WOL in your BIOS?


no place like /home
github

Offline

#5 2010-06-11 10:26:05

KRTac
Member
From: Croatia
Registered: 2008-07-01
Posts: 99

Re: WOL doesn't work

demian wrote:

Did you enable WOL in your BIOS?

Yes. The bios has a "Wake on LAN from S5" setting for that purpose. The setting can be set to "Stay Off" and "Power-On".

I had it initially on Stay Off. When I turned the machine off, the router's LED indicator for the machine turned off (usually when I turn off any other computer that is connected to the router, the indicator turns orange). After setting "Wake on LAN from S5" to "Power-On", the indicator just keeps on glowing green, as of the machine is still turned on. I guess that the bios keeps the ethernet card running, so that's a good sign.

So, why doesn't it work then?

Offline

#6 2010-06-13 22:15:53

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: WOL doesn't work

What is the ip address of your network?


Website - Blog - arch-home
Arch User since March 2005

Offline

#7 2010-06-13 22:26:24

KRTac
Member
From: Croatia
Registered: 2008-07-01
Posts: 99

Re: WOL doesn't work

pyther wrote:

What is the ip address of your network?

What do you mean? My router assigns a ip address range from 10.0.0.2-50 via dhcp. I have the machine that I want to start with WOL on 10.0.0.50.

Offline

#8 2010-06-13 22:44:52

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: WOL doesn't work

I would try wol -i 10.0.0.255 <MAC> or did you already try this?


Website - Blog - arch-home
Arch User since March 2005

Offline

#9 2010-06-13 22:53:21

KRTac
Member
From: Croatia
Registered: 2008-07-01
Posts: 99

Re: WOL doesn't work

pyther wrote:

I would try wol -i 10.0.0.255 <MAC> or did you already try this?

Wow, thanks man. That worked! Why is that?

Offline

Board footer

Powered by FluxBB