- Create a listener for the Published IP.

2. Create a forwarding host for the internal Webserver

3. Create a Web Access Layer rule
a. Destination : Request URL : Advance Match > Host contains : 10.138.0.68
b. Action Allow


4. Create a forwarding Layer : Destination > Set > New > Select Forwarding





5. Create a VIP to be published on the WAN side.
6. Create an internal Webserver for testing (internal IP: http://10.1.1.2/error.txt)

7. Modify the http header > using the combined object
a. At the action field > use Combined Object > Allow + Control Request Header
b. Name : x-real-ip
c. Header Name : x-real-ip
d. Set Value : $(client.address)



8. Test connection from external Site
a. Access http://10.138.0.68/error.txt
b. View Active session
c. Perform packet capture on webserver, x-real-ip should show the real source IP.

