v83.20 ? You are very lucky if this is your 1st issue with CheckPoint VPN client, i had kernel crashes and boot loops on MacOS on previous client versions (yes, multiple versions).
Thanks to MITM (Man in the middle) and packet inspection i managed to discover the cause, since when the TV was off and i tried to turn on screen mirroring a packet was sent to power on TV, and after that nothing was flowing to the TV.
Initial assumption was that Catalina minor version update was the cause.. Checkpoint on installation messes with MacOS, providing virtual adapter/interface (like any other vpn software), filters/firewalls and what not, de-installed it and everything was working and packets were flowing normally.
I still blame CheckPoint for poor support and slow releases over past year/s, and will look for alternative solution for hardware VPN/Firewall/etc.. in very near future.
Another tip for you tokijici since CP never introduced an option to disable CP VPN window startup on boot (which is quite annoying) .
To stop it from starting automatically, edit /Library/LaunchAgents/com.checkpoint.eps.gui.plist and change:
<key>RunAtLoad</key>
<true/>
To:
<key>RunAtLoad</key>
<false/>
---
Then do the same in one more file, edit /Library/LaunchDaemons/com.checkpoint.epc.service.plist and change:
<key>RunAtLoad</key>
<true/>
To:
<key>RunAtLoad</key>
<false/>
Edit:
One question by the way, do you experience "connection drop" after being connected for over 1h even if the icon and statistics show that you are connected ? I had this issue on Windows/MacOS with native clients, and over L2TP on Windows/MacOS/Linux. Just curious :) This issue is still ongoing even after CP HW upgrades in my company. I must point that everything is up to date, checked/updated weekly.