Hello @Alan Koop ,
Your client seems to have RequireSecuritySignature set to True (the PowerShell cmdlet Get-SmbClientConfiguration will show you the current state).
Out-of-the-box, this value is set to false. I just set it to true on my PC with the command "Set-SmbClientConfiguration -RequireSecuritySignature $True" and now my PC behaves like yours (i.e. skips the SMB_COM_NEGOTIATE(114) step).
You could try setting RequireSecuritySignature to false and repeating the test. Let us know what happens.
Gary