I have a Windows Server 2008 R2 Stadard VM.
I've learned how to block a port by accessing Windows Firewall With Advanced Security and adding a New Rule.
Is there a way to redirect traffic to a webpage when traffic tries to access a blocked port?
I have a Windows Server 2008 R2 Stadard VM.
I've learned how to block a port by accessing Windows Firewall With Advanced Security and adding a New Rule.
Is there a way to redirect traffic to a webpage when traffic tries to access a blocked port?
Not really. Since lots traffic wouldn't be originating from an http client, and would have no idea what to do with a redirect to http.
If the particular port you are trying to filter is related to an http server, then you might want to setup a proxy/filter/web server instead, and configure a useful error page.