Hi, All...
We are trying to use the sk103154 script (the one that enables to block automatically TOR ip address) in a VSX system (the original script only works in stand-alone firewalls) and we are facing a problem: any "vsenv" command is ignored when we insert it in the script.
We have try several options:
* insertion of the literal command
vsenv 2
* call to a variable
result = $(vsenv 2)
* building a text file with the commands and calling it by "clish -f"...
Neither of them has worked. All the "fw sam" commands are sent to the VS 0. If I enter those commands manually in the system they work and send the "fw sam" commands to the VS 2, but doing it through a script doesn't
Am I doing something wrong?