Might try from PowerShell from source and target (use target ip address in both cases).
Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
--please don't forget to upvote
and Accept as answer
if the reply is helpful--