Sections of Service Logs
—-portal processing starts—-—-Portal Pre-login starts—-—-Portal Login starts—-—-Network Discover starts—-–Set state to Discovering network…–Set state to Discovery complete
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
For Macs perform the following (Via Terminal):
netstat -an | grep 4767
For Windows, perform the following (Via CLI):
netstat -an | find "4767"