02-06-2006 02:24 PM - edited 02-21-2020 02:14 PM
Can someone point me in the correct direction, I am trying to launch a script when users connect to the conectrator. We are using the version 4.7 on the concentrator and 4.7 of the cisco client as well.
Thanks.
02-09-2006 02:14 PM
Double-click the VPN client icon on your desktop.
The VPN Client window opens with the Configuration tab forward (see Figure 3-1).
Select a login name.
Click the Connect button.
Respond to each security prompt. Your configuration might require you to respond to one or more of the following security prompts:
Encryption Password
Shared Secret
RADIUS Login
SecurID challenge
Axent Defender challenge
02-19-2006 06:40 AM
Not sure what this reply has to do with the question.
02-19-2006 05:53 PM
On the client, go to the Options > Application Launcher tab. CLick on Enable, and put in the executable you want to run.
A couple of notes -
1) As far as I've been able to tell the name of the script needs to be an executable. login.vbs won't work unless you front end it with the csript or wscript command which is actaully the name of the execuatable. It seems like I may have even had to put that all in a .bat or .cmd file and just call that.
2) Whatever you run from here will begin immediately upon a connection attempt, regardless of the status of the connection. This can cause problems if you try to attach to network resources that aren't available until the connection is completed. If you search the interenet for a tool called VPNRASHook (I think), you will find a way to issue a ping from vbscript which will allow the script to wait until resources are actually available before attempting to connect to them
Hope this helps.
BKC
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide