Hello I'm also experiencing similar issues
OpenVPN
Tech Report number: 438753683
Hello,
Thank you for your feedback.
Kindly follow the steps below:
1. On Macos (host), Open Terminal (Applications > Utilities > Terminal) and execute the following command
sudo tcpdump -i all -w net-host.pcap
(You will be prompted to input your password)
2. On the virtual machine (Windows10), Open command prompt as administrator and execute the command below:
cd c:\
pktmon start -c --pkt-size 0
3. Reproduce the issue by establishing the VPN connection on the host.
4. On Macos, Open Terminal, on the same window on which the command on step 1 was executed, press Ctrl+C to terminate tcpdump to stop recording.
5. Go to Finder -> "Go" (on the menubar) -> "Home" and locate the file net-host.pcap and upload the resulting file net-host.pcap on a cloud link
6. On the virtual machine (Windows10), Open the same command prompt window from step 2, and type the following command to stop the recording:
pktmon stop
pktmon etl2pcap C:\PktMon.etl --out net-guest.pcap
7. Open Windows Explorer on the Windows 10 virtual machine, Go to C:\ and upload the file net-guest.pcap on a cloud link
Once the logs have been collected, please disable the ipv6 DHCP for Shared Network and check if the issue persists:
1. Shut down the Virtual Machine. Make sure that the virtual machine is shut down. If it is in a suspended state, please run it and then shut down (Actions > Shut Down).
2. Click on the Parallels Desktop icon in the Mac menu bar -> select "Preferences".
3. Go to "Network" tab -> select "Shared Network".
4. Click on ipv6 -> uncheck the "Enable ipv6 DHCP" option.
5. Shut down your virtual machine and restart Parallels Desktop.
6. Check if the issue persists.
Thanks