The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING. VPN Configuration Guide for PC/Mac/Linux

Size: px
Start display at page:

Download "The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING. VPN Configuration Guide for PC/Mac/Linux"

Transcription

1 The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING VPN Configuration Guide for PC/Mac/Linux

2 Table of Contents VPN Configuration Guide for PC/Mac/Linux... 1 Pulse Secure Client for Windows 7 and newer... 3 Download & Install the Pulse Secure Client... 3 Configuring the Pulse Secure Client... 3 Establish a VPN Connection... 3 Disconnect the Pulse Secure VPN Connection... 3 Network Connect Client for Windows Vista... 4 Download & Install the Network Connect Client... 4 Configuring the Network Connect Client... 4 Establish a VPN Connection... 5 Disconnect the Pulse Secure VPN Connection... 5 Pulse Secure Client for Mac OS X 10.8 and newer... 5 Download & Install the Pulse Secure Client... 6 Configuring the Pulse Secure Client... 6 Establish a VPN Connection... 6 Disconnect the Pulse Secure VPN Connection... 6 Network Connect Client for Mac OS X 10.6 and Download & Install the Network Connect Client... 7 Configuring the Pulse Secure Client... 7 Establish a VPN Connection... 8 Disconnect the Pulse Secure VPN Connection... 8 Pulse Secure Client for Linux Distributions... 9 Client Precheck... 9 Client Installation... 9 Establish a VPN Connection... 9 Disconnect the Pulse Secure VPN Connection Page 2 of 10

3 Pulse Secure Client for Windows 7 and newer Note: The program will auto start and be listed in the System Tray when the computer starts up. Download & Install the Pulse Secure Client 1. Download and save the client to your computer (IT recommends saving it to your Desktop) from IT s web site at 2. Double-click on the installer file to start the installation process 3. Follow the on-screen instructions to complete the installation Configuring the Pulse Secure Client 1. Launch the Pulse Secure client (the client can be found in the program directory or in the system tray ( ) 2. Click the + sign to add a new Connection and enter the following information: a. Type: select Policy Secure (UAC) or Connect Secure (VPN) b. Name: type in Rockefeller VPN c. Server URL: vpn.rockefeller.edu d. Click Add Establish a VPN Connection To establish a VPN connection using the Pulse Secure client for Windows: 1. Launch the Pulse Secure client (the client can be found in the program directory or in the system tray ( ) 2. Click Connect 3. Enter your RUNet username and RSA token passcode 4. Click Connect 5. Once connected, a Connected message will be displayed along with a green checkmark Disconnect the Pulse Secure VPN Connection 1. Open the Pulse Secure VPN client 2. Click Disconnect Page 3 of 10

4 Network Connect Client for Windows Vista Download & Install the Network Connect Client 1. Contact the IT Help Desk at x8940 or 2. The Help Desk will provide the installation file. Download and save the client to your computer (IT recommends saving it to your Desktop). 3. Double-click on the installer file to start the installation process 4. Follow the on-screen instructions to complete the installation Configuring the Network Connect Client 1. Launch the Network Connect client (the client is located in the All Programs > Pulse Secure > Network Connect) folder) 2. In the Sign in at: box, enter: vpn.rockefeller.edu and hit enter (the client may attempt to connect and prompt you for your log-in information. Refer to the Establish a VPN Connection on how to log-in. Page 4 of 10

5 Establish a VPN Connection To establish a VPN connection using the client for Mac: 1. Launch the Network Connect client (the client is located in the Applications folder). Users may create a shortcut and place it in the Dock or Desktop folder. 2. Enter your RUNet username and RSA token passcode 3. Click Sign in Disconnect the Pulse Secure VPN Connection 1. Open the Network Connect client 2. Click Sign Out Page 5 of 10

6 Pulse Secure Client for Mac OS X 10.8 and newer The program will auto start and be listed in the Menu bar when the computer starts up. Download & Install the Pulse Secure Client 1. Download and save the client to your computer (IT recommends saving it to your Desktop) from IT s web site at 2. Double-click on the install file to start the installation process 3. Follow the on-screen instructions to complete the installation Configuring the Pulse Secure Client 1. Launch the Pulse Secure client (the client can be found in the Applications folder or in the taskbar ( ) 2. Click the + sign to add a new Connection and enter the following information: a. Type: select Policy Secure (UAC) or Connect Secure (VPN) Only available on the latest VPN client available for Mac OS X 10.8 and newer. Mac users running the older VPN client for Mac OS X 10.7 or 10.6, proceed to step b b. Name: type in Rockefeller VPN c. Server URL: vpn.rockefeller.edu d. Click Add Establish a VPN Connection To establish a VPN connection using the Pulse Secure client for Mac: 1. Launch the Pulse Secure client (the client can be found in the Applications folder or in the taskbar ( ) 2. Click Connect 3. Enter your RUNet username and RSA token passcode 4. Click Connect 5. Once connected, a Connected message will be displayed along with a green checkmark Disconnect the Pulse Secure VPN Connection 1. Open the Pulse Secure VPN client 2. Click Disconnect Page 6 of 10

7 Network Connect Client for Mac OS X 10.6 and 10.7 Download & Install the Network Connect Client 1. Download and save the client to your computer (IT recommends saving it to your Desktop) from IT s web site at 2. Double-click on the install file to start the installation process 3. Follow the on-screen instructions to complete the installation Configuring the Pulse Secure Client 1. Launch the Network Connect client (the client is located in the Applications folder) 2. In the Sign in at: box, enter: vpn.rockefeller.edu and hit enter (the client may attempt to connect and prompt you for your log-in information. Refer to the Establish a VPN Connection on how to log-in. Page 7 of 10

8 Establish a VPN Connection To establish a VPN connection using the client for Mac: 1. Launch the Network Connect client. Users may create a shortcut and place it in the Desktop. 2. Enter your RUNet username and RSA token passcode 3. Click Sign in Disconnect the Pulse Secure VPN Connection 1. Open the Network Connect client 2. Click Sign Out Page 8 of 10

9 Pulse Secure Client for Linux Distributions The following instructions should work on most Linux distributions such as RedHat, Fedora and Ubuntu. Users who may need assistance, may contact the IT Help Desk. Client Precheck Check to see if OpenConnect is installed. 1. Open Terminal and as root type: openconnect --version # if version is > 7.05 then skip to Establish a VPN Connection section # if version is older please run the following command: apt-get remove openconnect Client Installation 1. If you run Debian please install pkg-config by entering the following command as root: aptget install pkg-config a. Install needed libraries (names are for Ubuntu, may be different for other Linux distributions). You will need vpnc-scripts, openssl developer, and XML2 developer libraries As root, enter: apt-get install vpnc-scripts libssl-dev libxml2-dev b. Download latest version of the openconnect source code from here: c. Unpack the source code by entering the following commands as root: a. tar xzvf openconnect-7.06.tar.gz b. cd openconnect c../configure --prefix= --with-vpnc-script=/usr/share/vpnc-scripts/vpnc-script --withoutgnutls d. make install 2. If you run RPM based Linux (RedHat, Fedora, SUSE), run the following command as root: yum install vpnc-script openssl-devel libxml2-devel a. Download latest version of the openconnect source code from here: b. Unpack the source code by entering the following commands as root: a. tar xzvf openconnect-7.06.tar.gz b. cd openconnect c../configure --prefix= --with-vpnc-script=/usr/share/vpnc-scripts/vpnc-script --withoutgnutls d. make install Establish a VPN Connection To establish a VPN connection, use the sudo command to run the following command. openconnect --juniper --user={runet username} vpn.rockefeller.edu Page 9 of 10

10 Disconnect the Pulse Secure VPN Connection To disconnect terminate the VPN connection, close the root shell window or hold down ctrl+c on your keyboard in the root shell Page 10 of 10

VPN Web Portal Usage Guide

VPN Web Portal Usage Guide VPN Web Portal Usage Guide Table of Contents WHAT IS VPN WEB CLIENT 4 SUPPORTED WEB BROWSERS 4 LOGGING INTO VPN WEB CLIENT 5 ESTABLISHING A VPN CONNECTION 6 KNOWN ISSUES WITH MAC COMPUTERS 6 ACCESS INTRANET

More information

UMass Amherst Secure Access Service Juniper and Junos VPN

UMass Amherst Secure Access Service Juniper and Junos VPN UMass Amherst Secure Access Service Juniper and Junos VPN Looking for a way to access your files when you aren t on your workstation? The Juniper VPN web portal is your answer! There are two ways to get

More information

Massey University Follow Me Printer Setup for Linux systems

Massey University Follow Me Printer Setup for Linux systems Massey University Follow Me Printer Setup for Linux systems RedHat and Debian based systems Requirements You must have an active Massey network account, i.e. you should already be able to log onto the

More information

HWS Virtual Private Network Configuration and Setup Mac OS X 12/19/2006

HWS Virtual Private Network Configuration and Setup Mac OS X 12/19/2006 The VPN connection supports mainly access to the HWS network drives, not streaming audio/video or downloading large amounts of data. Contents Before Connecting via VPN Before setting up a Virtual Private

More information

Computer Science and Engineering Linux Cisco VPN Client Installation and Setup Guide

Computer Science and Engineering Linux Cisco VPN Client Installation and Setup Guide Computer Science and Engineering Linux Cisco VPN Client Installation and Setup Guide Contents Installation: Ubuntu Linux 7.10 Gusty Gibbon:... 2 Installation: Redhat Enterprise 5 and Fedora 8 Linux:...

More information

VPN: Virtual Private Network Setup Instructions

VPN: Virtual Private Network Setup Instructions VPN: Virtual Private Network Setup Instructions Virtual Private Network (VPN): For e-journals and web-based databases, plus applications like EndNote's Online Search (formerly "Connect") and business systems.

More information

What s New in Propalms VPN 3.5?

What s New in Propalms VPN 3.5? What s New in Propalms VPN 3.5? Contents Improved Management Console Interface... 2 Inline Help on Management Console... 2 Graphical Dashboard on Management Console... 2 Multiple Authentication Server

More information

Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1

Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1 Installation Guide Command WorkStation 5.5 with Fiery Extended Applications 4.1 About Fiery Extended Applications Fiery Extended Applications (FEA) 4.1 is a package of the following applications for use

More information

Access the TCNJ Palo Alto Networks VPN using the GlobalProtect VPN client

Access the TCNJ Palo Alto Networks VPN using the GlobalProtect VPN client Access the TCNJ Palo Alto Networks VPN using the GlobalProtect VPN client June 2014 Table of Contents Introduction 1 Determine the Windows Operating System Version 2 Install the GlobalProtect VPN client

More information

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client Version 1.1 1/15/2013 This remote access end user reference guide provides an overview of how to install Citrix receiver (a required

More information

Connecting to Remote Desktop Windows Users

Connecting to Remote Desktop Windows Users Connecting to Remote Desktop Windows Users How to log into the College Network from Home 1. Start the Remote Desktop Connection For Windows XP, Vista and Windows 7 this is found at:- Star t > All Programs

More information

How to Set Up SSL VPN for Off Campus Access to UC eresources

How to Set Up SSL VPN for Off Campus Access to UC eresources How to Set Up SSL VPN for Off Campus Access to UC eresources Contents How to Set Up SSL VPN for Off Campus Access to UC eresources... 1 Off Campus Access via SSL VPN... 2 SSL VPN (Secure Sockets Layer

More information

Installation Guide for Kurzweil 3000 Web License Windows Version 13 Last Updated May 2013

Installation Guide for Kurzweil 3000 Web License Windows Version 13 Last Updated May 2013 Installation Guide for Kurzweil 3000 Web License Windows Version 13 Last Updated May 2013 Follow the instructions in this guide to install Kurzweil 3000 Web License on a Windows computer. Table of Contents

More information

Download and Install the Citrix Receiver for Mac/Linux

Download and Install the Citrix Receiver for Mac/Linux Download and Install the Citrix Receiver for Mac/Linux NOTE: WOW can only be used with Internet Explorer for Windows. To accommodate WOW customers using Mac or Linux computers, a Citrix solution was developed

More information

CS197U: A Hands on Introduction to Unix

CS197U: A Hands on Introduction to Unix CS197U: A Hands on Introduction to Unix Lecture 4: My First Linux System J.D. DeVaughn-Brown University of Massachusetts Amherst Department of Computer Science jddevaughn@cs.umass.edu 1 Reminders After

More information

Local Caching Servers (LCS): User Manual

Local Caching Servers (LCS): User Manual Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading

More information

DraganFly Guardian: API Instillation Instructions

DraganFly Guardian: API Instillation Instructions Setting Up Ubuntu to Run Draganflyer Guardian API Page 1 of 16 \ DraganFly Guardian: API Instillation Instructions Spring 2015 Casey Corrado Setting Up Ubuntu to Run Draganflyer Guardian API Page 2 of

More information

MATLAB on EC2 Instructions Guide

MATLAB on EC2 Instructions Guide MATLAB on EC2 Instructions Guide Contents Welcome to MATLAB on EC2...3 What You Need to Do...3 Requirements...3 1. MathWorks Account...4 1.1. Create a MathWorks Account...4 1.2. Associate License...4 2.

More information

AzMERIT Secure Browser Installation Manual For Technology Coordinators

AzMERIT Secure Browser Installation Manual For Technology Coordinators AzMERIT Secure Browser Installation Manual For Technology Coordinators 2014-2015 Revised January 5, 2015 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information

More information

Accessing Restricted University Online Resources Using Network Connect. on the Secure Remote Access Service

Accessing Restricted University Online Resources Using Network Connect. on the Secure Remote Access Service Technology Help Desk 412 624-HELP [4357] http://technology.pitt.edu Accessing Restricted University Online Resources Using Network Connect Table of Contents Overview... 1 Connecting to the Secure Remote

More information

How to use SURA in three simple steps:

How to use SURA in three simple steps: How to use SURA in three simple steps: Most of SURA s functionality can be accessed through these three steps. 1) Download SURA to your computer Go to the SU Downloads page to obtain the SURA utility.

More information

Accessing TP SSL VPN

Accessing TP SSL VPN Accessing TP SSL VPN This guide describes the steps to install, connect and disconnect the SSL VPN for remote access to TP intranet systems using personal notebooks. A. Installing the SSL VPN client Junos

More information

Windows Installation 1. On a Windows PC (For MAC, skip to next section), at the file download prompt click Run.

Windows Installation 1. On a Windows PC (For MAC, skip to next section), at the file download prompt click Run. Introduction These instructions are for Windows and MAC users ONLY. For Mobile devices (IOS/Android), use the Mobile Device document found on the portal Login Page. For Windows 8.x users: At this time,

More information

This document shows new Citrix users how to set up and log in to their Citrix account.

This document shows new Citrix users how to set up and log in to their Citrix account. Citrix Set up Set up and Log in to Citrix Objective: This document shows new Citrix users how to set up and log in to their Citrix account. Procedure This document shows you how to set up and log in to

More information

Creating a DUO MFA Service in AWS

Creating a DUO MFA Service in AWS Amazon AWS is a cloud based development environment with a goal to provide many options to companies wishing to leverage the power and convenience of cloud computing within their organisation. In 2013

More information

Remote Access - Mac OS X

Remote Access - Mac OS X Remote Access - Mac OS X Overview Sections: Page: Security Precautions to Consider When Connecting Remotely 2 1. Check for Operating System updates 2 2. Install Sophos antivirus 2 3. Check for updates

More information

Installing the Cisco AnyConnect YSU VPN Client Windows XP or later

Installing the Cisco AnyConnect YSU VPN Client Windows XP or later Installing the Cisco AnyConnect YSU VPN Client Windows XP or later Required Items: Windows XP or later, YSU directory account, Windows account with administrator privileges This guide will assist you with

More information

This document also includes steps on how to login into HUDMobile with a grid card and launch published applications.

This document also includes steps on how to login into HUDMobile with a grid card and launch published applications. Office of the Chief Information Officer Information Technology Division COMPUTER SELF-HELP DESK - TRAINING TIPS AND TRICKS HUDMOBILE ON HOME MACS This document is a step-by-step instruction to check or

More information

Personal Virtual Server (PVS) Quick Start Guide

Personal Virtual Server (PVS) Quick Start Guide Personal Virtual Server (PVS) Quick Start Guide Copyright 2015 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade

More information

Apple Mail Setup Guide (POP3)

Apple Mail Setup Guide (POP3) Versions Addressed: Mac OS X 10.4 (Tiger), 10.5 (Leopard), 10.6 (Snow Leopard) Document Updated: 9/23/2010 Copyright 2010 Smarsh, Inc. All rights Purpose: This document will assist the end user in configuring

More information

RSA SecurID Token User Guide February 12, 2015

RSA SecurID Token User Guide February 12, 2015 RSA SecurID Token User Guide Page i Table of Contents Section I How to request an RSA SecurID token... 1 Section II Setting your RSA SecurID PIN... 6 Section III Setting up PuTTY on your Windows workstation

More information

Secure Browser Installation Manual

Secure Browser Installation Manual Secure Browser Installation Manual 2015 2016 Published August 17, 2015 Prepared by the American Institutes for Research Table of Contents Section I. Introduction to the Secure Browser Manual... 1 Scope...

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

Portal Instructions for Mac

Portal Instructions for Mac Portal Instructions for Mac Table of Contents Introduction... 1 Preparing Safari... 2 Advanced Access Instructions... 3 Installing Java... 3 Setting the Default Browser... 3 Installing the Browser Plug-in...

More information

CACI Virtual Private Network (VPN) I N F O R M A T I O N D E P L O Y E D. S O L U T I O N S A D V A N C E D. M I S S I O N S A C C O M P L I S H E D.

CACI Virtual Private Network (VPN) I N F O R M A T I O N D E P L O Y E D. S O L U T I O N S A D V A N C E D. M I S S I O N S A C C O M P L I S H E D. CACI Virtual Private Network (VPN) I N F O R M A T I O N D E P L O Y E D. S O L U T I O N S A D V A N C E D. M I S S I O N S A C C O M P L I S H E D. Introduction This How to Guide was developed by Human

More information

Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices

Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices Commack UFSD Remote Access for Microsoft Windows Vista, 7 and 8 Apple Macs, ipads, iphones And Android devices This allows district staff and students to access the Commack UFSD network from home or anywhere

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

Cisco AnyConnect Client Installation Guide

Cisco AnyConnect Client Installation Guide Cisco AnyConnect Client Installation Guide B27838, published June 23, 2015 2015 CDK Global, LLC. All rights reserved. The CDK logo is a trademark of CDK Global, LLC. Search Keywords: Cisco AnyConnect Installation

More information

How To Run A Password Manager On A 32 Bit Computer (For 64 Bit) On A 64 Bit Computer With A Password Logger (For 32 Bit) (For Linux) ( For 64 Bit (Foramd64) (Amd64 (For Pc

How To Run A Password Manager On A 32 Bit Computer (For 64 Bit) On A 64 Bit Computer With A Password Logger (For 32 Bit) (For Linux) ( For 64 Bit (Foramd64) (Amd64 (For Pc SafeNet Authentication Client (Linux) Administrator s Guide Version 8.1 Revision A Copyright 2011, SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN

Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN Connecting to LRDC Fileserver Remotely Using Windows Vista/7 & SRemote VPN October 2013 In order to access the LRDC file server remotely/off campus, or from Wireless Pittnet, you must first authenticate

More information

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide

Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management

More information

Junos Pulse VPN Client Installation

Junos Pulse VPN Client Installation Junos Pulse VPN Client Installation Windows 7 Installation p 2-6 Windows 8.1 Installation p 7-11 Macintosh version 10.6 and greater p 12-17 *This vpn appliance is to replace the Legacy SP vpn client Cisco

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

Setting up VMware Server v1 for 2X VirtualDesktopServer Manual

Setting up VMware Server v1 for 2X VirtualDesktopServer Manual Setting up VMware Server v1 for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

NoMachine (free version) Installation Guide

NoMachine (free version) Installation Guide pproved by: NoMachine (free version) Installation Guide Page 1 of 10 pproved by: Table of Contents 1. NoMachine Installation Guide 3 1.1. Resources on the Web 3 1.2. Prerequisites 3 1.3. Compatibility

More information

Setting Up and Accessing VPN

Setting Up and Accessing VPN Setting Up and Accessing VPN Instructions for establishing remote access to the URMC network for PC or Mac Duo Two-Factor Authentication If you have already enrolled and setup Duo Two-Factor Authentication

More information

Montefiore Portal Quick Reference Guide

Montefiore Portal Quick Reference Guide Montefiore Portal Quick Reference Guide Montefiore s remote portal allows users to securely access Windows applications, file shares, internal web applications, and more. To use the Portal, you must already

More information

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO)

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Firm Laptop Windows Home PC Mac Computer Apple ipad Android Devices Exit akingump.com 2015 Akin Gump Strauss Hauer & Feld LLP Check Point

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Windows and MAC User Handbook Remote and Secure Connection Version 1.01 09/19/2013. User Handbook

Windows and MAC User Handbook Remote and Secure Connection Version 1.01 09/19/2013. User Handbook Windows and MAC User Handbook How to Connect Your PC or MAC Remotely and Securely to Your U.S. Department of Commerce Account Developed for You by the Office of IT Services (OITS)/IT Service Desk *** For

More information

Installation Guide. (You can get these files from http://www.clariostechnology.com/intelligentreports/install)

Installation Guide. (You can get these files from http://www.clariostechnology.com/intelligentreports/install) Clarios Technology Pty. Ltd. Intelligent Reporter Installation Guide Installing Intelligent Reports JIRA plugin The Intelligent Reports plugin for JIRA is available through the Atlassian Marketplace. Follow

More information

Altova LicenseServer. User and Reference Manual

Altova LicenseServer. User and Reference Manual User and Reference Manual User & Reference Manual All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying,

More information

Mercy s Remote Access Instructions

Mercy s Remote Access Instructions Mercy s Remote Access Instructions ~~~~~~~~~~~~~~ Section A Windows 2000 / XP ~~~~~~~~~~~~~~ I. Install Meditech............................... A1 II. Install VPN Client............................. A3

More information

Solr Bridge Search Installation Guide

Solr Bridge Search Installation Guide Solr Bridge Search Installation Guide Table of contents 1. Solr Installation 1.1 Tomcat6 (Web server) installation. 1.2 Apache Solr 3.3.0 installation. 1.3 Install SolrBirge package (preconfigured solr

More information

Resource Guide INSTALL AND CONNECT TO CISCO ANYCONNECT VPN CLIENT (FOR WINDOWS COMPUTERS)

Resource Guide INSTALL AND CONNECT TO CISCO ANYCONNECT VPN CLIENT (FOR WINDOWS COMPUTERS) INSTALL AND CONNECT TO CISCO ANYCONNECT VPN CLIENT (FOR WINDOWS COMPUTERS) PLEASE READ BEFORE INSTALLING THE CISCO ANYCONNECT SECURE MOBILITY CLIENT SOFTWARE: The VPN is to be used on computers that are

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Mac OS X: INSTALLING TUNNELBLICK

Mac OS X: INSTALLING TUNNELBLICK Mac OS X: INSTALLING TUNNELBLICK 1. Download "Tunnelblick" for Mac OS X from the UWG VPN website. Go to http://vpn.westga.edu. You will find a link to the installation file on the right hand side of the

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

AWS Schema Conversion Tool. User Guide Version 1.0

AWS Schema Conversion Tool. User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may

More information

Receiver Updater for Windows 4.0 and 3.x

Receiver Updater for Windows 4.0 and 3.x Receiver Updater for Windows 4.0 and 3.x 2015-04-12 05:29:34 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Receiver Updater for Windows 4.0 and 3.x...

More information

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix

ATTENTION: End users should take note that Main Line Health has not verified within a Citrix Subject: Citrix Remote Access using PhoneFactor Authentication ATTENTION: End users should take note that Main Line Health has not verified within a Citrix environment the image quality of clinical cal

More information

Purpose The procedures below provide outlined steps for gaining access to the MSUE PFS (Protective Factors Survey) database.

Purpose The procedures below provide outlined steps for gaining access to the MSUE PFS (Protective Factors Survey) database. 416 Agriculture Hall Michigan State University 517-355-3776 http://support.anr.msu.edu support@anr.msu.edu Title How to Access the MSUE PFS Database Document No. - 131 Revision Date - 9/2013 Revision No.

More information

VIRTUAL SOFTWARE LIBRARY REFERENCE GUIDE

VIRTUAL SOFTWARE LIBRARY REFERENCE GUIDE VIRTUAL SOFTWARE LIBRARY REFERENCE GUIDE INTRODUCTION The Virtual Software Library (VSL) provides remote and on-campus access to lab/course software. This approach is intended to simplify access for all

More information

Secure Parliamentary Remote Access (SPRA)

Secure Parliamentary Remote Access (SPRA) Secure Parliamentary Remote Access (SPRA) The Secure Parliamentary Remote Access (SPRA) service provides remote access to Microsoft Office applications, the Parliamentary Intranet and files stored on the

More information

Installing and Configuring Lexia Reading Desktop Software

Installing and Configuring Lexia Reading Desktop Software Page 1 of 7 Installing and Configuring Lexia Reading Desktop Software Summary: Learn how to install and configure Lexia Reading desktop software, including Lexia Early Reading, Lexia Primary Reading, and

More information

Remote Access VPN SSL VPN Access via Internet Explorer

Remote Access VPN SSL VPN Access via Internet Explorer The following instructions will allow you to access your company network remotely, via your Internet Explorer web browser. 1. Launch Internet Explorer and choose Internet Options from the Tools menu. 2.

More information

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

More information

Online Backup Client User Manual

Online Backup Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Access the UTHSCSA Palo Alto Networks (PAN) VPN using Global Protect VPN client and Two Factor Authentication (2FA)

Access the UTHSCSA Palo Alto Networks (PAN) VPN using Global Protect VPN client and Two Factor Authentication (2FA) Access the UTHSCSA Palo Alto Networks (PAN) VPN using Global Protect VPN client and Two Factor Authentication (2FA) Table of Contents Introduction. 1 Determine your Windows Operating System (for software

More information

Access Your Cisco Smart Storage Remotely Via WebDAV

Access Your Cisco Smart Storage Remotely Via WebDAV Application Note Access Your Cisco Smart Storage Remotely Via WebDAV WebDAV (Web-based Distributed Authoring and Versioning), is a set of extensions to the HTTP(S) protocol that allows a web server to

More information

USB HSPA Modem. User Manual

USB HSPA Modem. User Manual USB HSPA Modem User Manual Congratulations on your purchase of this USB HSPA Modem. The readme file helps you surf the Internet, send and receive SMS, manage contacts and use many other functions with

More information

USC Marshall School of Business Academic Information Services

USC Marshall School of Business Academic Information Services USC Marshall School of Business Academic Information Services Wake My PC Windows Version Connecting to a Marshall Windows PC Remotely Remote Desktop allows you to access the files and programs on a remote

More information

Remote Access Enhancements

Remote Access Enhancements Remote Access Enhancements Citrix/Epic Set-up Instructions Provided By: Akron Children s IT Department Date: 7/11/2012 Version: v6 2012 Children s Hospital Medical Center of Akron Table of Contents 1.

More information

Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide

Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide Computer Science and Engineering MacOS Cisco VPN Client Installation and Setup Guide Contents Installation: For users who have no prior Cisco VPN Client Installed... 2 Profile Import:... 4 Usage:... 4

More information

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources Akin Gump Strauss Hauer & Feld LLP Remote Access Resources Firm Laptop Windows Home PC Mac Computer Apple ipad Android Devices Exit akingump.com 2013 Akin Gump Strauss Hauer & Feld LLP Checkpoint VPN (Firm

More information

KSC Remote Access Solution

KSC Remote Access Solution KSC Remote Access Solution Step 1 Pulse Client Install/Configuration Installing the Pulse Client on a PC Installing the Pulse Client on a MAC Step 2 Using Remote Desktop to Access Remote Resources How

More information

Mac - Juniper Remote Desktop Instructions

Mac - Juniper Remote Desktop Instructions Mac - Juniper Remote Desktop Instructions How to Set up & Remotely Connect to your Hospital Windows Workstation from your Remote Macintosh Computer Using the JSAM Feature of Juniper. Note: These instructions

More information

Instructions to connect to GRCC Remote Access using a Macintosh computer

Instructions to connect to GRCC Remote Access using a Macintosh computer Instructions to connect to GRCC Remote Access using a Macintosh computer 1. Install client: Download and install the Citrix ICA Client for Mac. 2. Import certificates: Download the current GlobalSign root

More information

SAGE Systems. Secure Browser Installation Manual. Interim. For Technology Coordinators 2014 2015. Updated October 15, 2014

SAGE Systems. Secure Browser Installation Manual. Interim. For Technology Coordinators 2014 2015. Updated October 15, 2014 SAGE Systems Interim Secure Browser Installation Manual For Technology Coordinators Updated October 15, 2014 Prepared by the American Institutes for Research Table of Contents Introduction to the Secure

More information

Software Installation Requirements

Software Installation Requirements Software Installation Guide PrintIQ TM Software Installation Requirements Please use the following guide to ensure that you're meeting all requirements prior to installing the PrintIQ TM Xerox Device Agent

More information

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20 Introweb Remote Backup Client for Mac OS X User Manual Version 3.20 1. Contents 1. Contents...2 2. Product Information...4 3. Benefits...4 4. Features...5 5. System Requirements...6 6. Setup...7 6.1. Setup

More information

Fermilab Central Web Service Site Owner User Manual. DocDB: CS-doc-5372

Fermilab Central Web Service Site Owner User Manual. DocDB: CS-doc-5372 Fermilab Central Web Service Site Owner User Manual DocDB: CS-doc-5372 1 Table of Contents DocDB: CS-doc-5372... 1 1. Role Definitions... 3 2. Site Owner Responsibilities... 3 3. Tier1 websites and Tier2

More information

Net/FSE Installation Guide v1.0.1, 1/21/2008

Net/FSE Installation Guide v1.0.1, 1/21/2008 1 Net/FSE Installation Guide v1.0.1, 1/21/2008 About This Gu i de This guide walks you through the installation of Net/FSE, the network forensic search engine. All support questions not answered in this

More information

AWS Schema Conversion Tool. User Guide Version 1.0

AWS Schema Conversion Tool. User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may

More information

Installing the Virtual Desktop Application (MAC)

Installing the Virtual Desktop Application (MAC) Installing the Virtual Desktop Application (MAC) The folowing instructions will guide you through the process of installing the components necessary to connect in to the NEL B Virtual Desktop environment

More information

Set up a VPN Connection on Windows

Set up a VPN Connection on Windows Set up a VPN Connection on Windows NOTICE: Beginning in July 2014, McGill has a new, more secure VPN server. You must go through the steps to install the Cisco AnyConnect VPN client on your computer (a

More information

Dial-up Installation for CWOPA Users (Windows Operating System)

Dial-up Installation for CWOPA Users (Windows Operating System) Dial-up Installation for CWOPA Users (Windows Operating System) 1 Table of Contents Download and Install Digital Certificates... 3 Internet Explorer 8/9 Certificate Installation.3 Windows XP Instructions

More information

Expresso Quick Install

Expresso Quick Install Expresso Quick Install 1. Considerations 2. Basic requirements to install 3. Install 4. Expresso set up 5. Registering users 6. Expresso first access 7. Uninstall 8. Reinstall 1. Considerations Before

More information

How to Install a Network-Licensed Version of IBM SPSS Statistics 19

How to Install a Network-Licensed Version of IBM SPSS Statistics 19 How to Install a Network-Licensed Version of IBM SPSS Statistics 19 Important: IBM SPSS Statistics 19 requires either Windows XP Professional or later. IBM SPSS Statistics 19 installs from a DVD and your

More information

MetroHealth Information Services

MetroHealth Information Services METROHEALTH SSLVPN INSTALLATION INSTRUCTIONS REQUIREMENTS:... 2 VPN INSTALLATION... 3 OK, I M CONNECTED NOW WHAT DO I DO?... 5 Set up a connection to the Application Portal:... 5 Logging off the VPN Clinical

More information

Linux Development Environment Description Based on VirtualBox Structure

Linux Development Environment Description Based on VirtualBox Structure Linux Development Environment Description Based on VirtualBox Structure V1.0 1 VirtualBox is open source virtual machine software. It mainly has three advantages: (1) Free (2) compact (3) powerful. At

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

Network Connect Installation and Usage Guide

Network Connect Installation and Usage Guide Network Connect Installation and Usage Guide I. Installing the Network Connect Client..2 II. Launching Network Connect from the Desktop.. 9 III. Launching Network Connect Pre-Windows Login 11 IV. Installing

More information

Accessing Citrix on a MAC using OS X (Mountain Lion and Newer)

Accessing Citrix on a MAC using OS X (Mountain Lion and Newer) These instructions are specifically designed for OS X Mountain Lion and Mavericks. Earlier versions of the OS will require a different installation. These instructions assume that there are no Java, Citrix

More information

ipad 2 Basic Setup Guide

ipad 2 Basic Setup Guide This document provides basic guideline for setting up your ipad 2, you may refer to the following online product manuals for detailed operation guides for the product. ipad - Getting Started http://www.apple.com/support/ipad/getstarted/

More information

Mesa DMS. Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer" window:

Mesa DMS. Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer window: Mesa DMS Installing MesaDMS Once you access the Mesa Document Management link, you will see the following Mesa DMS - Microsoft Internet Explorer" window: IF you don't have the JAVA JRE installed, please

More information