Hello,
First my wifi connection works fine but once i connect to VPN using pulse secure, i lose connectivity.
But when I use ethernet cable, my laptop connects successfully with pulse secure and the access to VPN works fine too, actually also when using a different laptop i can connect throught wifi without any issue.
PS: This issue happens on all wifi networks not only corp wifi networks.
Any thoughts how to fix this problem ?
I suggest updating your NIC drivers.
I already did, but it didn't solve the problem
Hi
tried to disable wifi functionnality
Open powershell prompt (admin mode)
PS C:\Users\myuser> get-NetAdapterRsc
Name IPv4Enabled IPv6Enabled IPv4Operational IPv6Operational IPv4FailureReason IPv6FailureR
State State eason
---- ----------- ----------- --------------- --------------- ----------------- ------------
Wi-Fi False False False False NicPropertyDis... NicProper...
if you don't have display "NicPropertyDis" you can fix with this other command
Disable-NetAdapterRsc -Name "Wi-Fi"
You can tried to connect with you pulse now
What is your laptop model and Wifi driver model?