Close

System State Machine

A project log for VPN Light Switch

A Wi-Fi based LED switch to check that your VPN is running on your router and control it.

bleckyBlecky 05/21/2015 at 16:030 Comments

Using an OpenVPN daemon (on a WRT based router for example) with the following added to the config file, you can monitor the VPN status and control it (once the service has started):

management 192.168.1.1 7505

If the service hasn't started, the LED will be red, indicating it needs to be started manually (via the router's web GUI for example). Once it is up and running however, it can easily be controlled via a telnet connection to port 7505.

Discussions