The virtual adapter was not set up correctly due to a delay. GlobalProtect will try again soon.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Palo Alto Networks Approved
Palo Alto Networks Approved
Community Expert Verified
Community Expert Verified

The virtual adapter was not set up correctly due to a delay. GlobalProtect will try again soon.

L3 Networker

Hi Team

 

After upgraded the Global protect from 4.1.9 to 5.1.8. Few of the Gp clients not connected. If I repair the Global protect its working fine.

 

So checked the PANGP event logs and found  the below error 

 

Tunnel is down due to disconnection.
01/28/2021 11:21:33.772 [Error]: Failed to get default route entry

01/28/2021 11:21:33.772 [Info ]: Tunnel is down due to disconnection.
01/28/2021 11:21:34.354 [Error]: The virtual adapter was not set up correctly due to a delay. GlobalProtect will try again soon. If the issue persists, please restart your system.

 

Please help us to fix the issue. Why its showing error after upgrade the GP to 5.1.8 version

 

Regards

Mohammed Asik

17 REPLIES 17

L0 Member

We just solved this on my machine by creating a batch script out of the following.

 

net stop winmgmt /y

%SYSTEMDRIVE%

CD %windir%\system32\wbem

rd /S /Q repository

net start winmgmt

for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s

for /f %%s in ('dir /b *.mof') do mofcomp %%s

 

Run that, restart, and there you go.

This worked when all else failed - Thanks!

How do you run this batch file? I have a user experiencing the same issue on 6.1.4.

  • 225891 Views
  • 17 replies
  • 3 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!