Assume I have two Windows servers (2012 R2) in the same network and domain.
Server B has running IIS-6 with websites(on ports 80, 8080, and others).
Both of them have enabled Firewall.
The problem is that I can't access server B websites by private address in the browser or powershell.
But the website is available from public network
and B responds to ICMP requests from ping
I've added firewall rules(outgoing for A, and incoming for B) but nothing has changed. I've spent a couple of hours discovering the reasons for this behavior. And I have no idea except, that Citrix(VM's provider) somehow blocks the connection.
Added:
Servers have private DNS addresses(assume servera.local
and serverb.local
).
When I try to ping serverb.local
it responds,
and when I try to curl serverb.local
it doesn't
The same coolstory with the private IP address (10.211...)
At the same time I have serverc.local which (wow) has access to website even without the rule corresponding it its IP address.
Please ask anything, I will add more information if it will help