Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

*Wireless - https://wiki.teltonika-networks.com/view/RUT240_Wireless#Client_Mode
*Failover - https://wiki.teltonika-networks.com/view/RUT240_Failover#Failover

--

Q: Is there a way to switch a digital output when a VPN connection is active?

A: It can be achieved with a custom bash script: https://wiki.teltonika-networks.com/view/RUT955_Administration

I/O state can be changed with the following commands:

  • ubus call ioman.gpio.dout1 update '{"value":"0"}'

  • ubus call ioman.gpio.dout1 update '{"value":"1"}'

I/O status can be consulted with:

  • ubus call ioman.gpio.dout1 status

--