Hello all,
To those of you looking for an addon to support the Cisco AnyConnect client, what functionality are you looking for? There doesn't seem to be many (or any) command-line options for the GUI client. I have what I believe is a working addon, but it only works via the command line with the very limited testing I've done so far.
I just need it to accept the needed data to create the connection. The connect to, group, username, and password. If you have a beta available i am willing to test it's functionality. Thanks for creating this functionality!
Hi jskuby,
I have experimented with the anyconnect commandline tool but was always faced with the problem, that i have to enter the password myself. Since it's no big deal, i'll post the crappy batch i wrote:
@"c:\programme\Cisco\Cisco AnyConnect VPN Client\vpncli" disconnect
@set vpncliuname=
@if "%COMPUTERNAME%" == "..." set vpncliuname=xxx
@if "%COMPUTERNAME%" == "..." set vpncliuname=yyy
@if "%1" == "connect" echo %vpncliuname%|"c:\programme\Cisco\Cisco AnyConnect VPN Client\vpncli" connect %2
@set vpncliuname=
(Where %1 is connect oder disconnect and %2 is the dns-name of the remote vpn device)
for obvious reasons the login names are blanked out ;-)
Now, echoing the username and piping it to the vpncli works just fine, entering the password is to be done on my own since i cannot echo 2 lines (with CRLF) and pipe it to the vpncli for it to read both parameters.
If you have an addon in the beat phase i would be more than happy to test it! Just PM' me the download link!
Thank you for bringing this up!
Hi everyone,
Sorry I've been away for a while, but I'm at a point where I'm ready to finish off the AnyConnect client. I'd like to release a beta soon, but I want it to be functional before I start giving out test builds, and I don't have a connection to test with. Would anyone be kind enough to volunteer a connection for me? I don't want access to anything beyond making a successful connection with the AnyConnect client software. If anyone would be that kind, please PM me.