Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to get WOL working on different subnets?

Hey there,

we got plenty of VLANs/subnets for client-PCs which we'd like to wake up in the middle of the night for update issues. Unluckily after switching to our new SG450 WOL doesn't seem to work anymore which it did with our old Cisco ASAs. I read something about directed broadcasts not working with Sophos but that was like 3 years ago. Any news about this or am I just missing something in our configuration for WOL?

Regards,

Mika



This thread was automatically locked due to age.
Parents Reply Children
  • There are different ways to do this.  A command line solution is:

    /usr/sbin/ether-wake -i INTERFACE MACADDRESS

    There's also the approach described in this thread.

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Hey Bob,

    I want to wake up clients in subnet A from our deployment server in subnet B, how exactly is this gonna help my case?

     

    Cheers,

    Mika

  • I don't know what skill sets you have available to you, Mika.  Someone adept at SSH and Linux scripts could use the command line approach.  Otherwise, the method described in the thread I linked to is probably a better bet.

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Hi Mika,

     

    after a tries I got it to work -> happy :-)

     

    Solution:

    connect via Webinterface of the UTM

    goto Management -> System Settings and activate in the Shell Access -> in the Shell Access Tab

    use Putty to establish a SSH Conntection to the UTM

    Login to the SG105 as loginuser
    change to root, Command -> su -
    Execute this Command: /usr/sbin/ether-wake -i INTERFACE MAC

    eg. /usr/sbin/ether-wake -i eth0 00:11:22:33:44:55

    Explanation: Putty