Viktor Jaep
Part of the Furniture
@bjark and @Stephen Harrington... you guys wouldn't happening to be running wireguard on these particular routers, are you?
The errors I'm seeing is where the router is failing to return a status code for each of the 5 VPN slots from NVRAM. I'm pretty sure they're supposed to be populated with 0's if they're not in use:
+ timeout 10 nvram get vpn_client1_state
+ VPNState=
+ [ -eq 2 ]
[: 2: unknown operand
It would be interesting if you can hop on SSH and send me the results of this command?
The errors I'm seeing is where the router is failing to return a status code for each of the 5 VPN slots from NVRAM. I'm pretty sure they're supposed to be populated with 0's if they're not in use:
+ timeout 10 nvram get vpn_client1_state
+ VPNState=
+ [ -eq 2 ]
[: 2: unknown operand
It would be interesting if you can hop on SSH and send me the results of this command?
Code:
nvram get vpn_client1_state
Last edited: