I want to be able to use WinRM to gather information from coworkers inside our Windows domain when I’m connected to the company’s network via OpenVPN. This does work for clients that are in the GREEN network, but packets to clients connected via OpenVPN are rejected:
I tried to create a firewall rule that allows traffic for tcp port 5985 from OpenVPN to OpenVPN, but the GUI doesn’t allow this: “Source and destination are identical.”
While I agree that those two networks are the same, I still think that it should be possible to create a rule as apparently the packets are flowing through IPFire.
Is this a bug?
What would be a workaround or the correct way?
Examples.
A. That’s your computer. So it’s connected via OpenVPN to Green.
B. That’s your AD Domain Controller. Should have a Green address.
C. That’s your co-worker computer, should be connected via OpenVPN.
Unless you’re not allowing connection between OpenVPN clients… Firewall should not be bothered at all because it’s simply routing between clients on the same zone (OpenVPN) and on the same subnet (OpenVPN subnet).
Otherwise, you should connect from A to B (or another AD server) using RDP then use WinRM to query C…