Forum Discussion
Danish202_17040
Nimbostratus
Dec 04, 2014How to capture source IP address(clientIP) on F5 LTM .
Hi All ,
Is there any way to check clients IP(Source addresses) who is accessing F5 virtual server . I need to check clients IP(Source addresses) and confirm to my customer that they accessed o...
Sheigh_65772
Cirrus
Dec 04, 2014You could also trigger at on a certain uri:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] equals "/loginpage.aspx" } {
log local0. "clientIP:[IP::client_addr] accessed [HTTP::host][HTTP::uri]"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
