Deny incoming connection to a specific Url
Hi,
i need help to configure a block to incoming connection to a specific url website in my infrastructure:
actually i've an IIS server published with a vip_rule in firewall policy.
WAN --> serverLAn - source:all dest:vip_ipaddress protocol:80/443 ALLOW
In this webserver, inside my LAN, i've 20 different sites (are all on the same ip address, because the "binding" is setting up on IIS level and work correctly) and i need to filter access to a specific site (http:\\site1.mysite.com) blocking all traffic except 2 ip addresses.
example: (in my mind
)
WAN -->serverLan - source:(group ip) dest:Http:\\site1.mysite.com protocol:80/443 ALLOW
WAN -->serverLan - source:all dest:Http:\\site1.mysite.com protocol:80/443 DENY
2 rule because one block all traffic and the other to allow only my autorizhed ip.
I've tried but, without success.
All others sites of my iis server instead is opened to all inbound traffic without any filter.
Any suggestion for this problem?
Thanks in advance
Matteo
