• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Does the Locations plugin also handle Wake-On-LAN?

Scheduled Pinned Locked Moved Solved
General
4
14
4.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G
    george1421 Moderator
    last edited by Mar 14, 2016, 11:50 AM

    Just to add a bit more information, the WOL messages sent to other broadcast domains are sent as a unicast message and then converted into a subnet broadcast message. The router that isolates the subnets must allow directed broadcast messages. If you have a cisco router you will have to enable directed broadcast messages with ip directed-broadcast. Settings on other devices will use device specific commands.

    You also need to enable WOL on the target computers. I find that WOL works 50/50 in some networks.

    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Mar 14, 2016, 3:52 PM

      Even Further FUrther information.

      FOGScheduler service, which is installed on All nodes, will also run the tasks WOL stuff on ALL nodes FOG is installed on (whether it be master or not.)

      FOGScheduler is the ONLY service who does not care about node status. Paired with the WOL Broadcast plugin, should give you the most Dynamic WOL experience.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 0
      • M
        moses
        last edited by moses Mar 14, 2016, 9:57 AM Mar 14, 2016, 3:57 PM

        I’m sorry I’m not really much of a networking expert.

        Basically I’ve got three subnets: 192.168.1.0, 192.168.2.0 and 192.168.4.0

        How would I go about configuring the WOL plugin so I can broadcast on those subnets?

        G 1 Reply Last reply Mar 14, 2016, 4:03 PM Reply Quote 0
        • G
          george1421 Moderator @moses
          last edited by Sebastian Roth Mar 14, 2016, 11:20 AM Mar 14, 2016, 4:03 PM

          @moses The first thing I would do is confirm that directed broadcasts work on your network.

          Assuming your fog server is on 192.168.1.0 subnet and your clients are on 192.168.2.0, on the fog server console key in the following ping -b 192.168.2.255 This will send a directed broadcast ping to all devices on 192.168.2.0 subnet. If this works then you have a better chance for wol working.

          If your target computers are on the same subnet as your fog server then you can focus on the wol part and ignore any directed broadcast bits.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

          M 1 Reply Last reply Mar 14, 2016, 5:40 PM Reply Quote 0
          • M
            moses @george1421
            last edited by Mar 14, 2016, 5:40 PM

            @george1421 Okay, from my master fog server, I can ping 192.168.X.255 on all the subnets in question.

            G 1 Reply Last reply Mar 14, 2016, 5:52 PM Reply Quote 0
            • G
              george1421 Moderator @moses
              last edited by Mar 14, 2016, 5:52 PM

              @moses Just for clarity, you get a response(s) too?

              Forgive me if I guess this part. I don’t personally use WOL in my environment.

              Oops, forgot to ask are you trying to wake up a bunch of computers or only a single one? If it is a single one, then find the computer in your host list. Out of the host menu select basic tasks, then in the advanced menu select Advanced. Scroll down the list and choose wake-up and schedule an instant deployment.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

              M 1 Reply Last reply Mar 16, 2016, 8:49 PM Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Mar 16, 2016, 6:31 PM

                @moses Did you get this to work for you?

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • M
                  moses @george1421
                  last edited by Mar 16, 2016, 8:49 PM

                  @george1421 Unfortunately, when attempting to do that, the host doesn’t boot. It’s in the same subnet as the master FOG installation. This particular host I know already has WOL enabled, as I was testing it with another imaging solution before I started using FOG.

                  1 Reply Last reply Reply Quote 0
                  • S
                    Sebastian Roth Moderator
                    last edited by Mar 16, 2016, 11:57 PM

                    @moses Tom said:

                    FOGScheduler service, which is installed on All nodes, will also run the tasks WOL stuff on ALL nodes FOG is installed on (whether it be master or not.)

                    FOGScheduler is the ONLY service who does not care about node status. Paired with the WOL Broadcast plugin, should give you the most Dynamic WOL experience.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Mar 22, 2016, 11:44 AM

                      @moses Please check the Scheduler log to see if the client is being WOLed… (FOG Configuration -> FOG Log Viewer -> File: Scheduler)

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by Mar 26, 2016, 6:41 PM

                        @moses Can we mark this solved or do you still struggle to wake all your clients?

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        M 1 Reply Last reply Mar 27, 2016, 1:54 AM Reply Quote 0
                        • M
                          moses @Sebastian Roth
                          last edited by Mar 27, 2016, 1:54 AM

                          @Sebastian-Roth Go ahead and mark it solved, I haven’t had time to test and probably won’t anytime soon. It’s that busy time of the year 🙂

                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          1 / 1
                          • First post
                            12/14
                            Last post

                          262

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project