Mary had an issue connecting VPN from Egypt. After reviewing with PA support, turns out we had to change the MTU size from 1500 to 1400.
Used this to get interface name from CMD as Admin
netsh interface ipv4 show subinterface
We then setup to 1400 with command as admin below.
netsh interface ipv4 set subinterface “Wi-Fi” mtu=1400 store=persistent
Rebooted laptop. Tested and worked fine.
Thanks,
Audel