Forum Discussion
rgk_76855
Nimbostratus
Nov 12, 2009URL/Web Filtering
We are the Core Internet Backbone Service Provider, our core router is connected to outside world for internet services in our country, we have strong enforcement to block few websites from our telecommunication authorities, can anybody let us know that how we will do url/web filtering through LTM's iRule.
Thanks
RGK
- The_Bhattman
Nimbostratus
Hi RGK,class blocked_hosts { "wwwa.example.com" "wwwb.example.com" "wwwc.example.com" } when HTTP_REQUEST { if {[matchclass [HTTP::host] eq $::blocked_hosts ] } { HTTP::respond 404 } }
- hoolio
Cirrostratus
CB's suggestion would work if you add an HTTP profile to the outbound HTTP virtual server. For HTTPS, you would need a cert--which all clients accept as valid for any external domain--in order to decrypt, inspect and modify the HTTP. I would be very curious to hear whether you have such a certificate and key... - rgk_76855
Nimbostratus
Aaron, if you are talking about ssl interception then as per my understandings bluecoat can do this job very well and have no idea about the F5 ADC, Although l would say proxySG that it can transparently proxy the https traffic and send its own cert - key to all clients. - The_Bhattman
Nimbostratus
Have you ever thought of using SquidProxy? - rgk_76855
Nimbostratus
If I use proxySG for URL filtering and traffic redirection from LTM then will it be okay for us to block all blacklisted https or http traffic? - The_Bhattman
Nimbostratus
Sure. if everything passes through the ProxySG then you can do filtering blocking, etc, etc. - rgk_76855
Nimbostratus
Yes, we are not thinking to use Squid proxy and have the proposal in hands, can you let me answer below? - The_Bhattman
Nimbostratus
Yes it's possible to do it on the both - but for the sake of simplicity it's better to do it on the proxy.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects