CSS Full Proxy example in doc's seems in error

I am confused over the example in Cisco's documentation on how to set up a full proxy ssl. Here is the link to the web page with the example. http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_750/sslgd/examples.htm#wp999253
What I do not understand is where does the new source address (192.168.7.200) come from. I understand the underlying concepts and theory on how this works. But the example code does not seem to match the description of the example?
Burke McCrory
Internet Administrator
Oklahoma Tax Commission
IT Division
[email protected]

This is a "group" config which is uses to do client nat. We use this option in one-armed design or when the server are not using the CSS as a default gateway.
This a way to guarantee that the response comes back to the CSS.
The vip can be any ip address.
The ip address in the config should be 192.168.7.200 to match the diagram.
[see the client ip address was nated as well as the vip address].
I have to admit this part of the config is somewhat misleading as it is absolutely not required.
I hope this helps.
Gilles.

Similar Messages

  • Xi Proxy Example

    Hi,
    Could you please help me to know XI Proxy Example how to do in SAP XI with step by step example.
    Thanks & Regards,
    Ashok Kumar.

    Hi ,
    Did you check these weblogs ?
    Java proxies :
    /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy
    /people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501
    sekhar

  • Output type & example sales doc

    Hi all,
    As we all know, we can get example billing doc which use the definited output type to print through T-code: VF31.
    Similarly, we also want there existed T-code which can help us to find the example sales doc which used the definited output type.
    But finally, we found it is impossible.
    Anyone can do me a favor?
    Thanks for reading this info.

    Good Morning!
    Please note that you can use transaction VOK2.
    At the top of the screen select "SD Document".
    In this dropdown list you can select which type of SD document output you wish to view. You can choose between viewing the output types, access sequences, determination procedures etc.
    Another useful transaction is NACE which works in a similar manner.
    I hope you find this helpful!
    Martina McElwain

  • Fetch data using structure with full working example

    does any body tell me how to fetch data using structure with full working example
    the structure name is RSTXT and the field is TXLINE
    the data in the form of text is entered from the functional side using t-code ME52N
    from there i have to fetch the data
    in smartform or in report

    using this code to get text from ME52N  this is a structure still not getting output  
    DATA:BEGIN OF TA_ROW occurs 0,
          TXZ01(1000) TYPE C,
          END OF TA_ROW.
      DATA:BEGIN OF IT_ROW OCCURS 0,
          TXZ01(1000) TYPE C,
          END OF IT_ROW.
       DATA: thread LIKE thead.
       DATA: headerid TYPE char24.
       DATA: it_text LIKE tline OCCURS 0 WITH HEADER LINE.
       data:wa_banfn like eban-banfn.
       thread-tdid = 'B01'.
       thread-tdname = headerid.
       thread-tdobject = 'EBAN'.
         select txz01 from eban into corresponding fields of table ta_row
          where banfn = wa_banfn.
       headerid = '  '.
       CALL FUNCTION 'READ_TEXT'
         EXPORTING
      CLIENT                        = SY-MANDT
           id                            = thread-tdid
           language                      = sy-langu
           name                          = thread-tdname
           object                        = thread-tdobject
      ARCHIVE_HANDLE
                                    = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
         TABLES
    lines                         = it_text
        EXCEPTIONS
          id                            = 1
          language                      = 2
          name                          = 3
          not_found                     = 4
          object                        = 5
          reference_check               = 6
          wrong_access_to_archive       = 7
          OTHERS                        = 8.
         LOOP AT it_text.
         CLEAR ta_row.
       BREAK-POINT.
      FROM THIS POINT TEXT IS COMING
         ta_row-txz01 = it_text-tdline.
         APPEND ta_row TO it_row.
         ENDLOOP.

  • Connection refused: proxy: HTTP: attempt to connect to failed [error] ap_proxy_connect_backend disabling worker

    Hi all,
    I'm investigating cause of a wedged wiki this morning. The MacMini (10.7.5) was working well for the last year but we're not sure when it gave up the ghost.
    I've already applied the fixes detailed at Mac OS X v10.5, Mac OS X Server v10.5: Web, Mail, Wiki, Personal Web Sharing, Parental Controls services may not start after restoring a Time Machine backup but it has't helped.
    The error we see when we visit the top level of the server is:
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Apache/2.2.22 (Unix) PHP/5.3.15 with Suhosin-Patch mod_ssl/2.2.22 OpenSSL/0.9.8r DAV/2 Server at sacmini.local Port 80
    The message in the httpd error logs is:
    Connection refused: proxy: HTTP: attempt to connect to failed [error] ap_proxy_connect_backend disabling worker
    Let me know if you have any ideas.  Thank you.
    --Athonia

    Thanks for the reply.
    So, there were some Ruby related log file entries. Do these have any meaning to you?  I'm checking to see what collabcored2 does exactly.
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config/environment.rb:11
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `gem_original_require'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config.ru:13
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb:46:in `instance_eval'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb:46:in `initialize'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config.ru:1:in `new'
    May  7 14:22:33 sacmini com.apple.collabcored2[22106]:
    from /usr/share/collabd/coreclient/config.ru:1
    May  7 14:22:33 sacmini com.apple.launchd[1] (com.apple.collabcored2[22106]): Exited with code: 1
    May  7 14:22:33 sacmini com.apple.launchd[1] (com.apple.collabcored2): Throttling respawn: Will start in 9 seconds

  • 'Play Full Screen' looks different than 'play'  (makes timing errors)

    In iMovie, 'Play Full Screen' behaves differently than 'Play'  Makes timing errors, cuts off the beginning of commentaries, etc.

    You can't disable tap/zoom scaling. What happens if you add a margin and disable thumbnail?
    Can you convert them to a Keynote presentation (Hype?)?
    One option would be to reduce the original video dimensions and add a frame/mask around it before adding into a book, that way when it is expanded, it sits at a smaller size. Bunch of work, maybe, so unless you have higher rez video, that may be your best option.

  • CSS as Proxy Frontend for Webservers

    Hello,
    Pursuant to a previous post I made about using the CSS as a proxy for our web servers, one solution proposed was to utilize the reverse-proxy functionality of the CSS. One issue I have with this setup is that we don't need the extra proxy servers such a setup would entail.
    What we wanted to accomplish originally was to have the CSS act purely as a proxy so that the client never contacts the web servers directly. How would such a setup be configured? Also, can anyone recomment a Cisco press book that documents the commands and functionality of the CSS series switches? Thanks.
    --A.Hsu

    Here are a few links to help you out. http://www.cisco.com/univercd/cc/td/doc/pcat/11000.htm
    http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/scacf305/

  • CSS Reverse Proxy Rule problem if caches suspended breaks web site

    Hi
    Another perplexing problem we've had tonight:
    2 x CSS11000 with 2 x CE560's providing Reverse Proxy Cache to a front end web server. During testing we had both CE services "suspended" but not the RCP content rule. So in my theory this rule couldn't work because it's services were not available. However, the CSS continued to hit this content rule and hence broke the web side. We then suspended the RPC rule, all traffic was forced to use the directtoserver rule and things worked again.
    The question this poses, and we will be testing this on Monday is....if the caches are "down" rather than "suspended" does the same thing happen....and is this a bug (because I cant help thinking thats not what ithe CSS should be doing) or something else.
    Anyone come across this ?
    Thanks
    Simon

    Simon,
    I think the answer to your question comes down to whether the content rule is considered "down" or not. When the caches are down, what does a "show rule" show as a status of the content rule. If the rule is down, the CSS should not even respond to the clients request via the vip unless there is another content rule containing the same vip (L3, L4 etc..)
    Maybe the keepalive types need to be changed. For example, using icmp for a keepalive type and shutting down port 80 on a webserver will NOT signify to the CSS that the services is down.
    If the rule is down and still increasing hit counts, then this would be some type of bug.
    Regards
    Pete Knoops
    Cisco Systems

  • CSS SSL Proxy - how can I write the original source address in http header

    I'm replacing some BigIP's with CSS11500's that are configured to do front/backend ssl proxying in a one-armed configuration. The BigIP's write the original source IP address as a http header value when the traffic is sent to the application, and the application uses the IP to match against an application ACL. How can I do the same in the CSS.
    thanks,
    Brian

    here is what you can insert with the SSL module :
    http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a0080292a76.html#wp1027619
    Gilles.

  • How can I remove some menu items in the VC++ "Full featured" example that came with TestStand 3.5.

    The full featured operator interface example of VC++ contains several menus such as File, Execution, Debug, Tools, and Help.  I would like to remove or gray out some of the items base on the access privilege of the user's login.  For instance if a user login as admin, I would turn on all the features. However, if an operator login to run a test sequence, I would only provide limited menu options.

    The display of the menu items is already depending on the user's privilieges.
    1/ Modify the privileges of each user profile to enable or disable some menu accesses (Look at "Using TestStand" manual, chapter 7).
    2/ If you need to change the TestStand default behaviour, you can customize the privilieges needed to display some menu items :
    Tools menu : The items are fully customizable. You can define the privilieges needed to display them.
    Process Model : The "Enabled expressions" of the configuration and execution entry points are customizable. (->Sequence properties, "Model" tab)
    3/ Finally you can customize the operator interface to choose the menu items to display. (Look at "TestStand Reference Manual", chapter 9)
    But before you try to customize TestStand, try to explain your needs : The Operator Interface already  updates the menu items depending on the user profile.
    And an operator user has already limited menu options.
    If you need to define  more limited options, the easiest way is to customize the user privilieges of the "operator" profile.
    Bruno

  • CSS & Reverse Proxy Caching

    With the following configuration example:
    http://www.cisco.com/en/US/products/sw/conntsw/ps491/products_configuration_guide_chapter09186a00800af658.html#xtocid7
    How does the CE know to pass traffic destined for the origin server(s) to the <cache_miss_vip>?
    ~Zach

    Nevermind. I found what I was looking for:
    'rule use-proxy ...' on the CE.
    ~Zach

  • How can users who have Acrobat Reader only save scanned pdf files so that the text on them is searchable using ctrl-F?  I just use the recognize text with ocr feature in the full version of Acrobat and this seem to do the trick. Reader doesn't work!

    Our users have scanned pdf files they want to be able to search using ctrl-f.  I got them to be searchable by doing a recognize text using ocr with Acrobat Professional vesion 8.  They want to know if they can make the files searchable with Acrobat Reader only or if they need the full Acrobat Professional software to make the files searchable.
    Thanks for the help!!
    Ken K. - 2191

    To clarify a bit they need to have Adobe Acrobat, not Adobe Reader. Reader has not been associated with the Acrobat name for 3 or more versions. The process you are asking about is a creation process - the purpose of Acrobat - and NOT a reading feature.

  • Full working example Siebel8 ADM config XML files ?

    First time user of ADM on Siebel8 (8.0.0.6), not using Diagnostics-tool, only trying to get ADM configured.
    Have a single Siebel-Management-server and a single Siebel-Management-Agent , both services for these are running. All Win32 environment.
    I'm trying to run "deploy_myenterprisename.bat valent sadmin pw" and getting the SBL-DMJ-00298 error.
    The Metalink DocID 479081.1 and 521812.1 show the same problem but the resolutions are unclear to me, and the documentation is very unclear.
    What is totally missing is a fully worked and commented set of example configuration files that will pass validation(valent).
    Can anyone post or email the three files (that successfuly pass valent, and allow deployments to succeed) entprofile_yourenterprise.xml , configuration.agents.xml, agentconfig.xml ?

    Hi,
    Has anybody been running XMLImporter to load custom OA Framework pages into the MDS from a UNIX Application tier?
    As part of our deployment, we have automated scripts to install our customisations. This is similar to the way normal Oracle patches are applied.
    I haven't really spent a lot of time with this but have run into some inital problems. I have found the documentation very limited.
    So, assume we have a custom application top called $XXHR_TOP. We create an mds subdirectory and put our custom pages in there. e.g.
    $XXHR_TOP/mds/selfservice/customreview/webui/CustomReviewPG.xml
    What do we use for the XMLImporter parameters? It's mainly the root directory/package I'm stuck on.

  • Web Service Register Proxy Example

    Hi,
    why do we need two "Person" class?
    Java client use "org.openuri.www.Person" and Web service uses the class "proxy.register.Person".
    why does the RegisterPersonSoap class takes class "org.openuri.www.Person" as
    input parameter instead of class "proxy.register.Person"?
    Is it possible to make the RegisterPersonSoap class takes class "proxy.register.Person"
    as input parameter? How?
    thanks
    Johnny Ren

    Refer
    /people/paul.read/blog/2008/12/16/vodcast-service-enabling-of-legacy-applications-with-sap-netweaver-process-integration-71
    /people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i
    Thanks,
    Hetal

  • CSS & Reverse Proxy Caching, Part II

    What potential problems can I run into if I configure the 'rule use-proxy' command on the CE to point directly to the origin server (as opposed to routing the request to the origin server back through the CE)?
    ~Zach

    Nevermind. I found what I was looking for:
    'rule use-proxy ...' on the CE.
    ~Zach

Maybe you are looking for

  • Issue with PCR to restrict absence quota

    Hi Experts. i have a requirement where the absence quota should never be over 24 at any particular time. for this absence 24 leaves per annum with 2 leaves accumulate monthly. we are using -ve time mgt and written a PCR to restrict absence to 24 by u

  • Why does it take so long for FCPX to render video for the various Apple Devices?

    It took 12 hours from FCP X to share 1 hour of video for iPad. It took over an hour to share a 3 min. video from FCP X via the new Compressor for iPad. It takes appreciably less time if I choose the DVD option (which now gives an error message in FCP

  • How to identify which commerce server 2007 or 2009 is being used ?

    Hi,  I am new to commerce servers and would like to know about version being used in the web application. In my servers Microsoft Commerce Servers 2007 and 2009 are installed. But I would like to know which version is being used properly.  IS Version

  • Buying Creative Suite

    Hi I am about to buy a new mac after 8 years as my laptop has finally died. Last time i was able to use the last liscence of some Mac Creative software that I had purchased a while ago that my mum and I had shared, however it was very old and out of

  • Delivery date should fall on every monday for a PR created by MRP

    Hi Gurus, A PR is created by MRP. I need to have delivery date of the PR on every monday. Please let me know , what settings has to be done... Regards, Vibin