New Boundary Support Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Possible to create Cisco VPN Client package?Expand / Collapse
Author
Message
Posted 5/25/2006 8:56:46 AM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 7/18/2008 3:28:01 PM
Posts: 15, Visits: 75
Has anyone had any success in building a Cisco VPN Client package?  Not all of our machines are similar and I was wondering if the differents NICS would be a problem with the VPN binding to the NIC? 

Lumpy
Post #1295
Posted 5/25/2006 9:01:45 AM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 8/8/2008 12:14:02 PM
Posts: 657, Visits: 793
New Boundary Support would also be very interested in hearing if anyone has had success packaging the Cisco VPN client!

We have worked with a few customers on the Cisco VPN client and haven't had success getting a Prism-created package to work when moved from the system it was built on to another system with the same OS and same network card. Without doing major clean-up on the package, it would knock the system off the network. We were able to clean entries out of the package to prevent it from disabling the network settings on the target, but this resulted in the VPN client not functioning.

We were able to successfully push the VPN command-line setup out through a Prism Channel as a Command Task. Set the Task to run under the context of a domain admin.

REM run Cisco VPN msi installation

REM qb!- no cancel button, no dialogs

msiexec /i \\server\share\ciscovpn\vpnclient_en.msi /qb!- REBOOT=Suppress





New Boundary Technologies Support
support@newboundary.com

Post #1296
Posted 5/30/2006 9:00:39 AM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 7/18/2008 3:28:01 PM
Posts: 15, Visits: 75
This did work for me as well.  Just want to share that when the VPN client binds with the adapter the network connection is lost temporarily.  Thanks, I really appreciate these forums.

Lumpy
Post #1298
Posted 5/23/2007 3:23:51 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 4/29/2008 11:59:09 AM
Posts: 6, Visits: 21
I have currently created this using a combination of PTS and batch scripts.

PTS:

/Run %comspec% /c MsiExec.exe /uninstall {3E5562ED-69AB-4CEC-91E2-64E18EC5ACC6} /qn
/InstallPackage \\prism\files\installs\CiscoVPN\VPNCleanup.pwc

/Run %comspec% /c \\prism\Files\Installs\CiscoVPN\vpn-Install.bat
/InstallPackage \\prism\files\installs\CiscoVPN\vpn-IT.pwc

PWC files simply copy the profiles to the needed locations so that VPN is preconfigured.

vpn-install.bat:

@echo off
rmdir "c:\Program Files\Cisco Systems\VPN Client\Profiles" /S /Q
md c:\temp
xcopy \\server\share c:\temp\CiscoVPN\ /H /E
cls
echo Installing Cisco Virtual Private Network for Employees
"c:\temp\CiscoVPN\vpnclient_setup.msi" /qn
RMDIR "c:\temp\CiscoVPN" /S /Q

Hope this helps  :-)

Post #1493
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 1 (1 guest, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: New Boundary Support

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 5:31pm

Powered By InstantForum.NET v4.1.3 © 2008
Execution: 0.188. 10 queries. Compression Enabled.