This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Query about SSL VPN Client software

Hi all,
 
I'm using SOPHOS UTM 220 Appliance with licensing Network Protection & Webfilter Protection.
 
I have configured VPN SSL successfully and my users could connect to internal network via SSL VPN Client software normally.
 
But I do have a query that each user who I'd like to allow connect to internal network via SSL VPN Client software, I have to send an email to that user the User Portal url and then instruct user to download & install SSL VPN Client software.
 
Is it possible to let me download SSL VPN Client software only once time and then I can use that source to install to all of my clients computer? (I will use Group Policy Object to make my clients automatically install SSL VPN Client software and they will be ready to connect VPN anytime they want).
 
I hope my suck English could let you all understand what I mean in this post.
 
Thank you all [:)]


This thread was automatically locked due to age.
Parents Reply Children
  • For those wanting to do a mass ditribution, I made a bat file to do so. Since it's an Exe file and not an MSI, it will show the setup screen to the users (to click Next-Next...), but it's better than nothing.

    The bat file will install the generic client and then copy the user config to the DEFAULT installation directory. If the program is already installed but it doesn´t have the config files it will just copy them.

    All you have to do:
    1- Follow BAlfson's previous post to download all the user's config files and the generic Setup.exe.
    2- Place all that in a shared folder accessible by every user. NOTE: there is a security gap here because every user would be able to get each other's certs if they want to. Make sure you set the appropriate permissions.
    3- Rename the "config" folder to "configs"
    4- Place the attached "Intall.txt" file in the same folder as "Setup.exe", rename it to "Install.bat" and replace "mysslvpndnsname.domain.com" inside the bat with your actual SSL VPN DNS record.

    You can now launch the install for each user by giving the username as an argument:
    Install.bat username

    This works in our environment but may not work in everyone else's. Tune the bat file acordingly.