On the PC PC-XXXX I have Windows 10 and in them through WSL2 I have installed Ubuntu 20.04.
In this Ubuntu I enter command which returns IP address
server@pc-xxxx:~$ hostname -I 173.30.161.185 -- this address is for example purposes just.
When on local PC PC-XXXX in Windows 10 I run cmd as an admin and eneter > ping 173.30.161.185 - the connection works.
When on distant PC in the same domain as PC-XXXX
with Windows 10 I run cmd as admin and enter > ping 173.30.161.185
- the connection fails !!! How can I obtain the goal that from distant PC the connection works ?