/
Install and configure Pulse Secure VPN client on Centos

Install and configure Pulse Secure VPN client on Centos

Install

  • Download the latest certified version of Pulse Secure installer

64bit

  • Install the dependencies

    $ 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

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

    $ 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

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

Disconnect from VPN

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

Related Content