A.8 Verifying SSL VPN Components

Use the commands and processes described in the following sections to verify that the SSL VPN components are running:

A.8.1 SSL VPN Server

To verify the status of the SSL VPN components, use the commands listed in the table below:

Component

Command

Connection Manager

pgrep connman

Sock Daemon

pgrep sockd

Secure Tunnel

pgrep stunnel

OpenVPN

pgrep openvpn

A.8.2 SSL VPN Linux Client

Component

Command

Policy Resolver for Kiosk mode

pgrep polresolver

Secure Tunnel for Kiosk mode

pgrep stunnel

OpenVPN for Enterprise mode

pgrep openvpn

A.8.3 SSL VPN Macintosh Client

Component

Command

Policy Resolver for Kiosk mode

ps -A | grep polresolver | grep -v grep

Secure Tunnel for Kiosk mode

ps -A | grep stunnel | grep -v grep

OpenVPN for Enterprise mode

ps -A | grep openvpn | grep -v grep

A.8.4 SSL VPN Windows Client

Check to see if the stunnel and polresolver processes are up and running if SSL VPN is in Kiosk mode, and check openVPN if SSL VPN is in Enterprise mode.