I’m facing a problem when i use Nate IP with one arm mode so all clients reach to the servers with the same ip so the team who is responsible on these servers can not make any trace or trouble shoot for his clients as all of them reach to the server with the same nate ip So, who i can solve this problem without change the mode ?
So you can simply enable the ACOS device to insert the client’s IP address into the header of the client’s GET request before sending the request to a real server. The way to achieve this feature is by using a Client-IP Insert or Replace feature within the HTTP template and the bind it on the HTTP/S .
See sample configs below:
The following commands configure the HTTP template:
ACOS(config)\#slb template http insertclientip
ACOS(config-HTTP template)\#insert-client-ip
ACOS(config-HTTP template)\#exit
The following commands bind the HTTP template to virtual port 80:
ACOS(config)\#slb virtual-server vs1 1.1.1.1
ACOS(config-slb virtual server)\#port 80 http
ACOS(config-slb virtual server-slb virtua...)\#template http insertclientip