Table of Contents

Troubleshooting GlobalProtect

Client Logs

PanGP Service Logs

Sections of Service Logs

Users Connecting with SSL

Get a log file dump from the endpoint GlobalProtect and open the PanGPS.log file.

Look for the following to explain why SSL is being used

Debug( 463): Network is reachable
Info ( 174): Connected to: 1.2.3.4[4501], Sending keep alive to ipsec socket...
Info ( 217): failed to receive keep alive
Debug( 226): Disconnect udp socket 
Info ( 307): Connecting to 1.2.3.4 failed
Info ( 226): Start vpn do_connect() failed
Debug( 281): do_disconnect is called in VPN stop
Debug( 485): ipsec failed to start

Check Endpoint CLient is Running

For Macs perform the following (Via Terminal):

netstat -an | grep 4767

For Windows, perform the following (Via CLI):

netstat -an | find "4767"