• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. slybreiz
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    slybreiz

    @slybreiz

    0
    Reputation
    203
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    slybreiz Unfollow Follow

    Latest posts made by slybreiz

    • RE: Fog 1.1.1 no WOL with vlan

      I took the info here

      [url]http://www.fogproject.org/wiki/index.php?title=WOL_Forwarding[/url] # WoL_Forwarding

      posted in FOG Problems
      S
      slybreiz
    • Fog 1.1.1 no WOL with vlan

      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();}

      posted in FOG Problems
      S
      slybreiz
    • Visualization space second storage node not good

      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

      posted in FOG Problems
      S
      slybreiz