I took the info here
[url]http://www.fogproject.org/wiki/index.php?title=WOL_Forwarding[/url] # WoL_Forwarding
I took the info here
[url]http://www.fogproject.org/wiki/index.php?title=WOL_Forwarding[/url] # WoL_Forwarding
Hello there
we have a problem of wakeonlan with FOG server 1.1.1 on ubuntu 12.04 server day.
if below the core configuration of cisco 6570 network and file wol.php change.
the wakeonlan-i 172.17.127.255 @ mac command works.
but when I run a command from the interface of the server nothing works.
thank you in advance if you see a problem of configuration.
config vlan eleve :
interface Vlan10
description VLAN-ELEVES 172.17.64.0/18
ip address 172.17.127.254 255.255.192.0
ip helper-address 172.17.212.65
ip helper-address 172.17.212.67
ip directed-broadcast
ip pim sparse-dense-mode
ip igmp version 3
ip igmp proxy-service
ip igmp snooping fast-leave
fichier wol.php
root@SRV-IMAGE:~# cat /var/www/fog/wol/wol.php
<?php
// Require FOG Base
require(‘…/commons/base.inc.php’);
try
{
$MACAddress = new MACAddress($REQUEST[‘wakeonlan’]);
if ($MACAddress->isValid())
{
$wol = new WakeOnLan($MACAddress->getMACWithColon());
$wol->send();
exec (“/usr/bin/wakeonlan -i 172.17.127.255”.“”.$mac);
exec (“/usr/bin/wakeonlan -i 172.17.211.255”.“”.$mac);
}
else
throw new Exception((‘Invalid MAC Address!’));
}
catch (Exception $e){print $e->getMessage();}
hello
I have version 0.32 of the fog on ubuntu 12.04 server virtualization on vmware 5.1
I add a second disk to my accroite capacitée image storage.
so I change my fstab.
add a storage group and therefore a storage node.
but when I select the dashborad my second storage group it tells me the same capacitée the storage group by defaults.
bug or not