I tested in my domain and I have this scenario:
- In a computer with IP
10.100.40.10:- I can run the WinRM and PsExec on all computers with the same subnet:
10.100.40.*
- I can run the WinRM and PsExec on all computers with the same subnet:
- In a computer with ip
10.200.30.50:- I can also run the same in all subnets:
10.200.30.*
- I can also run the same in all subnets:
But if I want to "cross" this subnet, it will fail even if I can see and check that the ports are OPEN for me. This mean:
- In ip
10.100.40.10:- If I do
nmap -p 135,445,3389,5985,5986 10.200.30.-the ports will show open!
- If I do
- The same in
10.200.30.50for the subnet10.100.40.10
So, how can I admin the computer on the same domain but on different subnet? What do I need to configure to make it work? What is blocking me?