Stephanie_Ser_1
Mar 03, 2006Nimbostratus
Preserved Client IP Addresses
I would like to know how to preserved client IP address?
The webserver logged the BIGIP IP addresses (192.168.1.157)
instead of Client IP Address.
Anything wrong in my configuration.. Please advise.. Thanks
self 10.181.138.157 {
vlan external
netmask 255.255.255.0
broadcast 10.181.138.255
unit 1
floating enable
}
self 192.168.1.157 {
vlan internal
netmask 255.255.255.0
broadcast 192.168.1.255
unit 1
floating enable
snat automap enable
}
pool Testing_Pool {
persist simple
simple_timeout 3600
ssl_timeout 1200
header insert "OrigClientAddr:${client_addr}:${client_port} -> ${server_addr}:${server_port}"
member 192.168.1.161:https
member 192.168.1.162:https
}
virtual 10.181.138.160:https unit 1 {
use pool Testing_Pool
}
snats
snat map { external to auto unit 1
vlans admin internal disable
}