Skip to content

Wake On LAN Agent. Used to pass WOL packets from outside router into local network.

License

Notifications You must be signed in to change notification settings

basildane/WOLAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4ca8e8 · Feb 13, 2020

History

8 Commits
Jun 15, 2019
Dec 28, 2017
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Apr 26, 2016
Apr 26, 2016
Jun 15, 2019
Feb 13, 2020
Jun 15, 2019
Jun 15, 2019
Apr 26, 2016
Jun 15, 2019
Dec 28, 2017

Repository files navigation

WOLAgent

Wake On LAN Agent.

Aquila WOL is designed for Wake-On-LAN over Internet. WOL Agent is an optional (free) component that can be used with WOL to help with receiving wakeup messages over the Internet. The challenge is usually that your firewall or router will not route broadcast-packets from the Internet to your internal LAN. The WOL-Agent solves this problem. The agent is a small service that you install on any available Windows server on your LAN. It listens for WOL packets and then translates them into broadcast packets and sends them back into your LAN. This solves the problem of firewalls and routers that cannot forward broadcast type messages.

By default the application forwards port 9 to 255.255.255.255. However, you can optionally change the ports or which interface it listens on. You can also change the broadcast ip and port. These items are defined by default in C:\ProgramData\Aquila Technology\Agent\config.xml

A config file might look like this

<?xml version="1.0" encoding="utf-8" ?>
<agent>
  <listen>
    <port>9</port>
    <address>192.168.0.8</address>
  </listen>
  <send>
    <port>9</port>
    <address>255.255.255.255</address>
  </send>
</agent>

About

Wake On LAN Agent. Used to pass WOL packets from outside router into local network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published