Skip to main content

Install and configure Pulse Secure VPN client on Centos

Install

  • Download the latest certified version of Pulse Secure installer

64bit

  • Install the dependencies

    BASH
    $ sudo yum install ld-linux.so.2 libz.so.1
    ...
  • Change directory to where Pulse Secure installer has been downloaded and install the app package

    BASH
    $ sudo rpm -ivh pulseConnect.rpm
    ...
  • Once it is installed, run Pulse Secure client as follows and provide your KU NetID Password

    BASH
    $ sh /usr/local/pulse/PulseClient.sh -h vpn.ku.edu.tr -u <KU NetID> -U https://vpn.ku.edu.tr -r “KU Users”
    ...
    
    

Check VPN connection status

BASH
$ sh /usr/local/pulse/PulseClient.sh -s

Disconnect from VPN

BASH
$ sh /usr/local/pulse/PulseClient.sh -K

Related Content


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.