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

Wake Astaro on Lan?

Is it possible to wake Astaro over lan using WOL? What I mean to say is , are there any intergrated features of Astaro that would allow me to do this, i'm fairly sure it is supported by the old Dell Dimension 1100, the firewall is running on, but like with windows operating system, you need to enable a power management feature of the network card, and cannot be done through BIOS. Is there anything like that in Astaro's operating system?

Thanks,
Tucker

P.S. I did a search and couldn't find anything that could help me [:(]


This thread was automatically locked due to age.
  • Just courious: Why would you let your Firewall go to sleep ?????
  • Just courious: Why would you let your Firewall go to sleep ?????


    To save power when I am sleeping and don't need to use it [:P]
  • Hi,

    then power off|on the machine...
    -- 
    MfG, Steffen
  • Quite difficult when it doesnt have a power button lol, but thats not the main reason. I want this so I can remotely turn it on, so I won't need to keep it on all the time.

    I did try enabling magic packet through console with command "ethtool -s eth2 wol g" which changed its mode, but it still doesnt work [[:(]] Only option in BIOS is for S1 and S3, currently set to S3 to support standby, so I could wake from suspend. Still no effect [[:(]] eth2 is internal lan for the moment.
  • Since you can't put Astaro into StandBy, you'd need a PC which can WOL from OFF.
    I have several Dell's which can do that.

    Also, you can't WOL remotely unless you have a router or other device outside the firewall that you can get into; WOL only works on a LAN as it's an ethernet packet, not IP.

    Barry
  • Yeah I know, the remotely was more of a dream than anything [8-)]

    I have mostly been trying to get it to wake Internally from my WRT54G, so I can just use my PDA to wake it instead of keep having to pull out power plug since there is no button, and I like to make things hard for myself. I should just make myself the neccersary pins and fit them to a button.

    Thanks for your help anyways Barry, much appreciated [:)]

    Anyways for anyone who reads this later on and is wondering how to enable it for their network card in Astaro, you need to log into console with admin priveledges and enter the following command:

    -Replace eth1 with eth0 or eth2 even eth3 depending on what card you want to enable it on.

    ethtool -s eth1 wol g


    You can also view details of each NIC by entering

    ethtool eth1


    Which will tell you the cards supported WOL options and what it is currently set to.

    Here is a list of WOL options, g is for the magic packet, which is most likely what is supported and what you want.
    wol p|u|m|b|a|g|s|d...
        Set Wake-on-LAN options. Not all devices support this. The argument to this option is a string of characters specifying which options to enable.

            p
                Wake on phy activity 
            u
                Wake on unicast messages 
            m
                Wake on multicast messages 
            b
                Wake on broadcast messages 
            a
                Wake on ARP 
            g
                Wake on MagicPacket(tm) 
            s
                Enable SecureOn(tm) password for MagicPacket(tm) 
            d
                Disable (wake on nothing). This option clears all previous options.


    ethtool - Linux Command - Unix Command