WOL issue fog 1.2.0
-
The error’s you’re seeing are the requirement of the …/commons/base.inc.php, and your FOG Service is working?
WakeOnLan is passed on a tasking job like upload or download, is this working for you? Do systems actually power on when you run these tasks? The Wake On Lan tasking isn’t working is what I’m understanding, but regular tasks do?
-
The only problem we have, I think is the systems do not wake up (WOL).
Fog server is working perfect. I just imaged 10 systems to day… and made 1 image to deploy to those 10 systems
no error’s in the log from to day as you can see. systems are working fine also successfully add them to the AD.
but had to turn the systems on by hand
we use fog on a regular base (we are school with +/- 550 systems) -
Going on a limb, that the systems that aren’t turning on are not on the same subnet as the fog server?
-
Thats correct… we use subnetmask 255.255.240.0
When i use wakeonlan with the mac address of one of the systems manually it will turn on (running on the same server where fog is running).
wol.php from fog also works from a browser manually -
Follow this thread:
[url]http://fogproject.org/forum/threads/fog-1-2-0-wol-on-multiple-vlans.11808/[/url] -
I did see this thread but we do not use vlan’s.
and wol is working with other programs (like Italc and qdp deploy)
[SIZE=2]will take a look again in this thread [/SIZE]maybe[SIZE=2] i missed something [/SIZE] -
How can you have separated subnet’s but not separated vlans?
-
sorry we do not have separated subnet we use a B class network.
with a subnetmask of 255.255.240.0 this will get a ip range from 192.168.48.0 to 192.168.63.255. -
So what’s the broadcast address of the main network?
It would seem to me that this is where you need to specify the wake on lan.
I’d imagine you’d need to send WOL on the 48.255 assuming this is where your gate way resides?
-
Or is your broadcast at:
192.168.63.255? -
my broadcast is 192.168.63.255
and gateway 192.168.48.1FOG version 1.2.0
Ubuntu 14.04 LTS -
You may think about updating to the lastest svn.
Install the WOLBroadcast plugin
Configure your broadcast address of 192.168.68.255
Test and hopefully all will work for you!
-
I’ll chime in from a networking point of view… yes the broadcast needs to be 192.168.63.255 as that is the highest address in the subnet. With a subnet mask of 255.255.240.0, 192.168.48.255 falls within the valid IP range and will not work as a broadcast. By sending a WOL packet to 48.255, you are only targeting one IP.
-
I have update fog to latest svn 2429 and installed WOLBroadcast plugin set the broadcast to 192.168.63.255
but still no luck…
the system isn’t turned on and i do not see the wol.php in the access.log
if I do it manually in the browser then I will see the wol.php in the access.log and the system turns on… -
Let me ask:
What tasking are you trying to perform that isn’t sending the WOL packet?
-
Do me a favor:
Check the FOG Configuration->FOG Settings->General Settings
FOG_WOL_HOST should be the IP of your FOG Server, or whichever FOG Server you’re attempting to do the WOL from: (E.G. 192.168.63.254)
FOG_WOL_PATH should be the location of the wol.php script in whole: (E.G. /fog/wol/wol.php)
FOG_WOL_INTERFACE should be the NIC of the interface you’re expecting Wake on Lan to come from: (E.G. eth0) -
[URL=‘http://…fog’]http://192.168.48.80[/URL]/fog/wol/wol.php?wakeonlan=00:1c:25:d1:xx:xx this is working…
FOG_WOL_HOST = 192.168.48.80
FOG_WOL_PATH = fog/wol/wol.php
FOG_WOL_INTERFACE -eth0wake-up task not working, deploy a image the system also not starting…
-
Put the slash in front of the fog part int the path so it reads as /fog/wol/wol.php
-
Sorry, what a mistake I am deeply ashamed :oops:
some where I forgot the slash… :oops:
SOLVED…
-
Hi,
I’m in 1.3 version. I haven’t any FOG_WOL Option in the Fog General setings and my wakeonlan doesn’t work.
Is that normal?Thank