How to see the Source IP Address of a client using ACE One-armed-mode to load balance HTTP proxy request

I'm using an Ace 4710 Appliance deployed in One-Armed mode, using Source NAT to loadbalance HTTP request to a couple of Proxy servers.
Everything is working fine, but the thing is that I can't see the Clients IP addresses on Proxy's logs, so I can't keep track of them.
The Interfaces and Nat configs are:
interface vlan 200
  description Server-Side-VLAN
  bridge-group 5
  nat-pool 5 10.1.1.5 10.1.1.5 netmask 255.255.255.0 pat
  service-policy input VIPS
interface vlan 300
  description Client-Side-VLAN
  bridge-group 5
interface bvi 5
  ip address 10.1.1.3 255.255.248.0
  description Client-Server-Virtual-Interface
ip route 0.0.0.0 0.0.0.0 10.1.1.1
and the policy map looks like this
policy-map multi-match VIPS
  class Port80
    loadbalance vip inservice
    loadbalance policy Port80
    nat dynamic 5 vlan 200
Resource assignment:
sticky ip-netmask 255.255.255.255 address both RESOURCE-CLASS
  timeout 5
  serverfarm Service80
Any suggestions will be appreciated,
Thanks

Hi Kanwal,
Thanks for your quick reply,
I've already tried this but it didn't work. The problem is that I don't manage the proxy servers so I rely on their skills to see the logs.
The Proxies are Squid. Do you know if they need to do something else on the servers to see that field of the HTTP header?
But I'll try again tomorrow and let you know how it goes.
Thank you again.

Similar Messages

  • How to change the source ip address

    hi all,
    i got the problem that how to change the source ip address when i
    get a website's page!
    i mean i want to change the source ip address when i access the
    remote website, sure i know when change the source ip, i can not get
    the result correctly when changing the source ip address, but it is not
    important to get the result i just want to send out a "click" event to the website by calling a post method in the site!
    does anybody have some ideas?
    Best Regards,
    Eric Gau

    Here's some code that connects to google and does a get:
    import java.io.*;
    import java.net.*;
    public class HTTPTest {
        private Socket sock;
        private BufferedReader in;
        private BufferedWriter out;
        private boolean running = false;
        HTTPTest() {
        private void go(String site) {
            try {
                sock = new Socket(site, 80);
                in = new BufferedReader(new InputStreamReader(sock.getInputStream()));
                out = new BufferedWriter(new OutputStreamWriter(sock.getOutputStream()));
                System.out.println("Connected");
                out.write("GET / HTTP/1.1\r\n\r\n");
                out.flush();
                doRead();
            } catch (IOException e) {
                e.printStackTrace();
        private void doRead() {
            running = true;
            String line;
            System.out.println("Read started");
            while (running) {
                try {
                    line = in.readLine();
                } catch (IOException e) {
                    e.printStackTrace();
                    line = null;
                if (line == null) {
                    running = false;
                } else {
                    System.out.println(line);
            System.out.println("Socket closed");
        public static void main(String [] args) {
            String site;
            if (args.length > 0) {
                site = args[0];
            } else {
                site = "google.ca";
            new HTTPTest().go(site);
    }

  • How to see the source of the attribute in a workflow

    Here is an workflow function which is defined as follows
    Item Type :HR
    Internal Name: HR_MAINTAIN_MAIN_ADDR_JSP_FCT
    Function Name: HR_WORKFLOW_SERVICE.BLOCK
    Node Attributes :
    Name: HrActivity Type: value: JSP
    Name: HrActivityTypeVAlue Value:HR_MAIN_ADDR_TOP_SS
    I do not find that HR_MAIN_ADDR_TOP_SS is mapped to any OAF page
    What is HR_MAIN_ADDR_TOP_SS?
    How to see the source code of HR_MAIN_ADDR_TOP_SS. Is there any SQL query to get the source of this.

    http://hostname:8027/OA_HTML/OA.jsp?_rc=HR_MAIN_ADDR_ACT_TYPE_TOP_SS&_ri=800&OAFunc=XXCHR_ESS_PER_INFO&_ti=1902574799&retainAM=Y&addBreadCrumb=N&oapc=11&oas=zgiSEq6kVqEuZNnwZ5lP5g..
    what is HR_MAIN_ADDR_ACT_TYPE_TOP_SS in the above URL

  • How to see the source code in the API?

    Is it possible to see the source code for the String class in the Java API 1.4.2 somehow?

    one of the IDE's I have is GEL (gexperts.com), all you do is
    Search/Go To Class/
    select the class String, and the source code is displayed.
    pre-requisite is you have to specify the location of the api docs on your pc when
    installing GEL

  • How to see the source code of procedure

    how to see the sourse code of already created procedure or function

    Select text
      from all_source
    where owner = '<Procedure owner>'
       and type  = 'PROCEDURE'
       and name  = '<Procedure name>'

  • How to see the source of the views - SPK

    Generally view source can be feteched by the data dictionary user_views in which the field 'TEXT' is used to pop up the source of the query.
    1) how could we see the entire query of the source from the field 'TEXT' as the data type of the field is 'LONG', So we can get only portion of the query.?
    Please suggest a way to see the entire source of the view from the field 'TEXT'

    SQL> set long 100000

  • How to see the Currently loged on user and Locks using Enterpirse manager

    Hello Everybody,
    I want to see using enterpirse manager
    *1.* the currently connected users
    *2.* The locks held by users.
    How to do this in Enterprise manager?
    Regards

    Hello Asif,
    Your and Deepak suggessions do no t show the connected users. Instead If we use the following query,it will give us the names of all users that are currently connected.
    SELECT SUBSTR(s.username,1,15) USERNAME,
    SUBSTR(s.status,1,8) STATUS,
    SUBSTR(s.server,1,10) SERVER,
    SUBSTR(s.type,1,10) TYPE,
    SUBSTR(s.event,1,20) "WAIT EVENT",
    DECODE(s.command,
    1,'Create Table',
    2,'Insert',
    3,'Select',
    6,'Update',
    7,'Delete',
    8,'Drop',
    9,'Create Index',
    10,'Drop Index',
    12,'Drop Table',
    17,'Grant',
    26,'Lock Table',
    42,'Alter Session',
    43,'Alter User',
    44,'Commit',
    45,'Rollback',
    s.command) COMMAND
    FROM v_$session s, v_$session_wait w
    WHERE (s.sid = w.sid)
    AND s.username != 'SYS'
    ORDER BY s.username;
    Best Regards

  • How to automate the functionality of Oracle Mobile - Thick client  USING  OATS

    Hi Guys ,
    We have a Oracle Mobile - Thick Client installed  on a windows 7 machine and  when used OATS  its not recognizing  the way to automate. the attached is the snap shot . Please advise the way or protocol to automate the Oracle Mobile.
    Thanks

    Hi Vinod,
    Thanks alot for your help in this regard
    Requesting you to please clarify here which BADI is the relevant one.PFB the screenshot for your easy reference.Because we found nearly 4 BADIs related to this scenario.Please through some light here once.
    Thanks in Advance!
    Regards,
    Lakshmi S

  • I want to see the source code of JVM

    Can anyone tell me how to see the source code of JVM, but not the src.zip that including in the java libraries. I just want to know how Java is implemented.
    Thanks a lot for any answer.

    You can get the source code (written in C++) of Sun's VM under the Community Licence arangement. Not sure quite where it is on this site, but if you look for it, I'm sure you'll find it.
    BTW, it's not easy reading.
    Sylvia.

  • How to get the source code of  "com.sap.caf.eu.gp.example.tiimeoff.wd.creat

    Hi Frendz..
    I want to know how we can build a callable obj which have a two buttons those r Accept n Reject accordiing to the actions on these buttons flow should forward to next screen(approver ) r sent back to the sender(screen with reject).
    I gone thru the Leave process(Time-Off process) which is very suitable for my requirment but in this app there r using predefined CO(com.sap.caf.eu.gp.example.tiimeoff.wd.create).How we see the source code of this predefined CO.
    Thanks in Advance
    Regards
    Rajesh

    Hi,
    check [this|Re: Source of Time-off Request Project].
    Regards,
    Naga

  • How to find the source code of com.sap.caf.eu.gp.example.tiimeoff.wd.create

    Hi Frendz..
    I want to know how we can build a callable obj which have a two buttons those  r Accept n Reject accordiing to the actions on these buttons flow should forward to next screen(approver ) r sent back to the sender(screen with reject).
    I gone thru the Leave process(Time-Off process) which is very suitable for my requirment but in this app there r using predefined CO(com.sap.caf.eu.gp.example.tiimeoff.wd.create).How we see the source code of this predefined CO.
    Thanks in Advance
    Regards
    Rajesh

    not answered

  • How to get the source og region code in the url

    Here is an workflow function which is defined as follows
    Item Type :HR
    Internal Name: HR_MAINTAIN_MAIN_ADDR_JSP_FCT
    Function Name: HR_WORKFLOW_SERVICE.BLOCK
    Node Attributes :
    Name: HrActivity Type: value: JSP
    Name: HrActivityTypeVAlue Value:HR_MAIN_ADDR_TOP_SS
    I do not find that HR_MAIN_ADDR_TOP_SS is mapped to any OAF page
    What is HR_MAIN_ADDR_TOP_SS?
    How to see the source code of HR_MAIN_ADDR_TOP_SS. Is there any SQL query to get the source of this.
    http://hostname:8027/OA_HTML/OA.jsp?_rc=HR_MAIN_ADDR_ACT_TYPE_TOP_SS&_ri=800&OAFunc=XXCHR_ESS_PER_INFO&_ti=1902574799&retainAM=Y&addBreadCrumb=N&oapc=11&oas=zgiSEq6kVqEuZNnwZ5lP5g..
    what is HR_MAIN_ADDR_ACT_TYPE_TOP_SS in the above URL

    Hi,
    I am wants to know about the Hr Activity Type Value in workflow activity HR_WORKFLOW_SERVICE.BLOCK. Is it a region? Pla advise..
    Thanks & Regards
    Radhakrishnan

  • I cannot see the Source List in iTunes. How do I get it back? Thanks!

    I cannot see the Source List in iTunes. How do I get it back? I am trying to eject my ipod classic, and there is no option to do so, because I cannot see the ipod, let alone the source list in itunes. I'm also unable to restore my ipod, and I get a message saying it is corrupt,and now I can't even eject it! What do I do?!? Thanks!

    Hello twangchick,
    Thank you for contributing to the Apple Support Communities.
    You can use the steps in this article to view the device list in iTunes and eject your iPod. The steps are slightly different for the different version of iTunes:
    Locate and view your connected iPhone, iPad or iPod touch in iTunes - Apple Support
    I know it can be frustrating to have a device that isn't working as it should, and this link may also help with restoring your iPod classic:
    Restoring iPod to factory settings - Apple Support
    If your iPod can't be restored normally, try placing it into Disk Mode. See the instructions under "iPod devices with a Click Wheel" in this article:
    Putting iPod into Disk Mode - Apple Support
    Sincerely,
    Jeremy

  • How do I see the source code for 'NI Example Finder'?

    At the LabView Express demo, the rep showed us how to view the source code for 'NI Example Finder' (started with Help, Find Examples...). Please refresh my memory.
    --todd

    There are a couple of VI's that shipped with LabView 7.0, but you can't see the diagrams.
    C:\Program Files\National Instruments\LabVIEW 7.0\resource\system\HelpServer.llb\Run Example Finder__NATIONAL INSTRUMENTS.vi
    Press Ctrl-E on this VI and it prompts you for a password.
    This VI is run by C:\Program Files\National Instruments\LabVIEW 7.0\resource\system\HelpServer.llb\HelpServer__NAT​IONAL INSTRUMENTS.vi
    There's also C:\Program Files\National Instruments\LabVIEW 7.0\help\_exfinder.llb\Example Finder Launcher.vi.
    Tyring to open this VI starts the NI Example Finder. Note the taskbar icon which is different from the normal VI icon.
    It seems like NI is trying to keep us out, even if it used LabView to develop the Example Finder.

  • How do I see the source code in a Digital Edition doc?

    First let me say that as an author, I'm a huGe fan of DRM and anything else that protects my ability to feed my family by allowing me to control who can sell my copyrighted works.
    But.....I'm creating a book that I hope will eventually be accessed through Adobe Digital Editions and I would like to see what the books look like from the backside. Usually I go into Sigil to have a look at the coding of books whose layout I like.... but because of DRM I can't see the source code in any of the books in my Digital Library.  So, is there a way to take a peek at the coding of a Digital Library book? I don't care about the content, only how the CSS and HTML are done.
    Thanks
    RS

    You're welcome

Maybe you are looking for

  • Safari will not open a browsing window

    I have a G4 tower running 10.3 and Safari 1.3.2 Each time I open Safari, it loads fine, but I get no browsing window. The menus work, I can quit, organize bookmarks and so on. But, I cannot get a window, File > New window, or Apple N, neither will gi

  • Dynamic configuration in integration process using abap mapping

    Hi everybody, i have the following scenario: file adapter -> integration process -> file adapter The integration process uses an ABAP mapping and sets the filename in dynamic configuration as follows: *-- Set Parameter     clear ls_dyn_record.     ls

  • Promoted Result Banner Error: This content cannot be displayed in a frame

    I created a query rule to promote a result on exact searches of my name among local SharePoint results. The promoted result is configured with the URL to my My Site blog. I have setup My Sites as a separate web application in the farm with a unique d

  • My ipod touch goes blank 5 senconds after apple logo appears after i power off device(i do not have a jailbroken device)

    what the title says. i was able to get out of it but i dont remember how. i want to know how so next time i power off the device it does not get stuck on the blank screen. btw my device is not jail-broken. i noticed i was getting ignored last time a

  • JMS design issue

    I am a beginner in my job.I have a task that need to be accomplished or I can say its my first task but I have no experience how can i do it.In our proj we have ejbs talking to backends via jms methodlogies..so we have different java interfaces talki