- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-22-2013 05:59 AM
Hi,
In my struggle to switch my captive portal rules on and off during the day I want to run a script to achieve this. I use a .bat file containing the following line:
c:\test\plink.exe -ssh 192.168.100.2 -l admin -pw mypassword -m c:\test\enable.txt
The file enable.txt contains the following lines:
configure
set rulebase captive-portal rules "My Captive Portal Rule" action web-form
commit
When I enter the above three commands in putty one after the other they are executed successfully. However when run from a batch file it just hangs and never returns.
I suspect that the CLI need a certain delay after being set in CONFIGURE mode until it is ready to receive the 'set rulebase....' command and likewise it needs it finish the rule changing before receiving the 'commit' command.
How can I put a delay between the three commands / lines above so my script executes as successfully using plink as it does when entering the same commands manually in putty?
Thanks a lot for help on this
regards Tor
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!