Forum Discussion
MichaelMa_61351
May 02, 2011Nimbostratus
Block Referer in Shared F5
Hello,
We are using shared F5 appliance which service other www sites as well as ours. I would like to know, if it is possible by iRules or by other means in F5 to block a list of HTTP requests ...
is it http traffic? is there any error in log while sending?
i think tcpdump should show something. if you can't find anything there, can you open a support case? support guy should be able to help you check packet capture.
to capture packet, please use command similar to the following.
tcpdump -nni 0.0:nnn -s0 -w /var/tmp/output.pcap host 1.1.1.1 or host 2.2.2.2
1.1.1.1 is virtual address
2.2.2.2 is pool member address
hope this helps.