Forum Discussion
Sajan_Mania_381
Altostratus
Mar 11, 2019With SNAT Automap enabled Performance L4 VIP - How to know the real client IP address ?
As a server owner I would like to know the real client IP address of all the request which is coming to my Backend server from VIP , but SNAT Auto-map will change the client IP address to f5 floatin...
dluzzi
Nimbostratus
Mar 11, 2019Hello,
You can enable the X forward header in the HTTP profile assigned to the VS by enabling the Insert X-Forwarded-For checkbox.
You can also setup an iRule:
when HTTP_REQUEST { HTTP::header replace X-Forwarded-For [IP::client_addr] }
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