In order to turn on these two options the following commands need to be executed in PowerShell (run as administrator):
Enable debug logging and packet capture:
$xml = "<MobileConnect><DebugLogging>true</DebugLogging><PacketCapture>true</PacketCapture></MobileConnect>"
$sourceXml=New-Object System.Xml.XmlDocument
$sourceXml.LoadXml($xml)
Add-VpnConnection -Name VPN -ServerAddress vpn.example.com -SplitTunneling $True -PluginApplicationID SonicWall.MobileConnect_e5kpm93dbe93j
-CustomConfiguration $sourceXml
Once enabled the packet capture and the debug logs can be found in the following directory:
Â
C:\Users\<username>\AppData\Local\Packages\SonicWall.MobileConnect_e5kpm93dbe93j\LocalState\Logs\MobileConnect.ppp.pcap
C:\Users\<username>\AppData\Local\Packages\SonicWall.MobileConnect_e5kpm93dbe93j\LocalState\Logs\MobileConnect.log
Â
After reproducing the issue please provide both files to Sonicwall Technical support for analysis