GSS4492 provide different IP address depending on conditions

Hi,
I am new to GSSs to bear with me.
We have 2 x GSS4492 configured as active/standby pair.  One exists in datacentre X whilst other exists in datacentre Y.
We have a new requirement where by a 3rd part company will have a new WAN link connecting to our datacentre X and another to our datacentre Y. The 3rd party company will forward DNS lookups to the GSSs in both datacentres for a specific service - called application A. The GSSs sit behind a firewall in each datacentre. The GSSs will respond to a DNS query from 3rd party company with a NAT address on the firewall (designated as primary for the application) e.g. 10.10.10.10. 3rd party company then connects to the nat address etc. If the application A is not available in primary data centre then the GSSs will return an IP address for service in the other datacentre (nat address) 10.10.20.10. This is standard stuff - as far as I'm aware. 
But, what they want is to use the same FQDN e.g. 'testing.test.co.uk' but require the GSSs to respond with a different IP address depending on a condition.
- If application A is up in datacentre X and WAN link to data centre X is up (from 3rd party company) then GSS will respond to FQDN 'testing.test.co.uk' with 10.10.10.11 (local NAT address for service on this local primary datacentre)
- If application A is up in datacentre X and WAN link to data centre X is down (from 3rd party company) then GSS will respond to FQDN 'testing.test.co.uk'  with 10.10.20.12 (other datacentre NAT address but this will be NAT'd to real address for application A in datacentre X)
- If application A is down in datacentre X and WAN link to data centre X is up (from 3rd party company) then GSS will respond to FQDN 'testing.test.co.uk' with 10.10.10.12 (i.e. local datacentre NAT address but this is nat'd to real address of backup service in other datacentre i.e. application A in datacentre Y)
- If application A is down in datacentre X and WAN link to data centre X is down (from 3rd party company) then GSS will respond to FQDN 'testing.test.co.uk' with 10.10.20.11 (backup datacentre Y)
Can the GSS do this?  If so please indicate how it can be done (by the way the GSSs poll VIPs on ACEs in each datacentre).
regards
Mark

yes. but then i have to go in and set my ip address manually everytime. because the the dhcp on both(work and home routers) just assigns whatever. i want to have a certain IP address depending on where i am, without having to actually tell the computer i'm at work now, or i'm home. because as soon as i walk into my office, i'm connected to the work wireless, so it should know, this address is 10.0.1.10, so the IP address should be 10.0.1.38. when i go home, it automatically connects to my home wireless, so it should look at the address and say, the IP should be this. just seeing if anyone figured how to do that?

Similar Messages

  • Different thread behavior depending on condition - help!

    Hi,
    I have a multithreaded app in which, if certain certain predicate is met, then the current thread will execute some code before and after every invocation to a list:
    foo() {
       //some code...
       if (predicate)
         do_stuff_before
         list.X
         do_stuff_after
      else
         list.X
      //some code...
    }However, the evaluation of predicate() is very expensive. Therefore, I was wondering whether there is some way of dynamically changing foo such that
    a) if the predicate has been set to false for the current thread, it executes
    foo() {
    //some code...
    list.X
    // some code...
    }b) if the predicate has been set to true for the current thread, it executes
    foo() {
    //some code...
    do_stuff_before
    list.X
    do_stuff_after
    // some code...
    }i.e., having two versions of the same code. Some threads execute version (a), while others execute version (b). Is this possible? How? Thanks!
    Edited by: Leirado on Sep 11, 2009 9:15 AM
    Edited by: Leirado on Sep 11, 2009 9:17 AM

    You haven't made it clear, but I'm assuming that the value of the predicate is determined by various complex, expensive to evaluate conditions occurring independently of the worker threads. That is, the value of the predicate can change at any point before, during, or after execution of your before/list.X/after code.
    Given that, I'd suggest on thread that simply loops to evaluate the predicate, and set s boolean flag as soon as it knows the truth or falsehood thereof. The worker threads read that flag for your if/else.
    Make sure to either make the flag volatile, or synchronize all access to it.
    TP: True predicate. This is whatever conditions external to the worker
    and predicate eval threads are occurring that determine the truth of the
    predicate.
    PET: Predicate eval thread. Simply loops repeatedly to evaluate
    the predicate, and at the end of each evaluation, sets a boolean flag
    representing the latest value.
    WT: Worker threads. They check the flag set by PET for the if/else
    described in your first post.
    TIME----------------------------------------------------------->
       init to              becomes true                           
    TP-false--------------------+----------------------------------
                                |                                  
                               here                                
                                                now finds it true
         pred found  expensive code looping      |        
    PET--initially---and taking much time to-----+-----------------
         false       evaluate full predicate...  |
                                               and sets flag
         flag==false     flag==false              flag==true
    WT1--exec else--------exec else-----------------exec if-------------
                                     flag==false              flag==true
    WT2-------------------------------exec else----------------exec if--

  • DHCP: possible to always assign same IP addr but provide different options depending on client identifier?

    Hi,
    We have many diskless Linux clients that do PXE boot. Each one has a reservation in DHCP and there are 2 policies in place that should provide different boot filenames (DHCP option 067). Alas, it seems these policies are ignored and the clients say "PXE-E53:
    No boot filename received". What's wrong here?
    When removing a reservation, the policies are obeyed and the client boots fine. Still, we need the reservations because otherwise we don't know which task is tackled on which client.
    THanks!

    Hi,
    Could you change the condition of the policy to MAC address? I have tried in my lab server, it works properly.
    If issue persisits after changing the condition, please try to add this option to reservation.
    Besides, is there any warning or error in the event viewer of your DHCP server?
    Steven Lee
    TechNet Community Support

  • How to send the email to different email addresses from Workflow

    Hello,
    i an not getting that how to send the email from Workflow in SAP.
    plz give the steps to do that.
    i have done lots of time but system is not sending the email to different email address.

    Hi,
    lot of configuration is invloved in sending
    mail to external email id. check BASIS to
    configure for external mails ans also check
    debug FM and see which conditions exceptions
    (Document not sendis raised)
    also check below code
    CLEAR: DOC_CHNG, OBJTXT, OBJBIN, OBJPACK, OBJHEAD, RECLIST,
    RECIPIENT_INT, DOC_SIZE,TAB_LINES.
    REFRESH: OBJTXT, OBJBIN, OBJPACK, OBJHEAD, RECLIST.
    OBJBIN[] = CONTENT_OUT[].
    Populate e-mail title
    DOC_CHNG-OBJ_NAME = 'MAIL'.
    CONCATENATE 'EETS for Contract #'(245)
    OIA01_TAB-EXGNUM
    INTO DOC_CHNG-OBJ_DESCR SEPARATED BY SPACE.
    DESCRIBE TABLE OBJTXT LINES TAB_LINES.
    READ TABLE OBJTXT INDEX TAB_LINES.
    DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    It is a text document
    CLEAR OBJPACK-TRANSF_BIN.
    The document needs no header (head_num = 0)
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM = 0.
    but it has a body
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM = TAB_LINES.
    of type RAW
    OBJPACK-DOC_TYPE = 'RAW'.
    APPEND OBJPACK.
    Create the attachment (the list itself)
    DESCRIBE TABLE OBJBIN LINES TAB_LINES.
    It is binary document
    OBJPACK-TRANSF_BIN = 'X'.
    we need no header
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM = 0.
    but a body
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM = TAB_LINES.
    of type PDF
    OBJPACK-DOC_TYPE = 'PDF'.
    OBJPACK-OBJ_NAME = 'Attachment'(239).
    CONCATENATE 'EETS_' OIA01_TAB-EXGNUM '_'
    IT_ZMMTACCUID-ACCTUSRID
    '_' SY-DATUM '_' SY-UZEIT '.PDF'
    INTO OBJPACK-OBJ_DESCR.
    READ TABLE OBJBIN INDEX TAB_LINES.
    DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJBIN ).
    OBJPACK-DOC_SIZE = DOC_SIZE.
    APPEND OBJPACK.
    Get e-mail address
    CLEAR IT_ADDRESS.
    READ TABLE IT_ADDRESS WITH KEY ACCTID = IT_ZMMTACCUID-ACCTUSRID
    BINARY SEARCH.
    IF SY-SUBRC = 0.
    RECIPIENT_INT-ADDRESS = IT_ADDRESS-SMTP_ADR.
    ENDIF.
    *Send email to external mail address
    RECLIST-RECEIVER = RECIPIENT_INT.
    RECLIST-REC_TYPE = 'U'.
    APPEND RECLIST.
    CLEAR RECLIST.
    *Send email to SAP Office mail address
    RECLIST-RECEIVER = IT_ZMMTACCUID-ACCTUSRID.
    RECLIST-REC_TYPE = 'B'.
    APPEND RECLIST.
    CLEAR RECLIST.
    SEND THE DOCUMENT BY CALLING THE SAPOFFICE API1 MODULE
    FOR SENDING DOCUMENTS WITH ATTACHMENTS
    call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    exporting
    document_data = doc_chng
    put_in_outbox = 'X'
    importing
    sent_to_all = sent_to_all
    tables
    packing_list = objpack
    object_header = objhead
    contents_bin = objbin
    contents_txt = objtxt
    receivers = reclist
    exceptions
    too_many_receivers = 1
    document_not_sent = 2
    operation_no_authorization = 4
    others = 99.
    also check
    https:/Re: mail sending problem
    Regards
    amole

  • BUPA_ADDRESS_CHANGE does not default saved address dependent communication

    Hi,
    I have used the function module to update the address dependent communication details. Although I managed to save the changes, I am unable to default the communication details properly.
    CALL FUNCTION 'BUPA_ADDRESS_CHANGE'
        EXPORTING
          iv_partner         = p_bpnum
          iv_addrnumber      = p_addnum
          iv_accept_error    = 'X'
          iv_x_save          = 'X'
          iv_change_bas      = 'X'
          iv_check_address   = 'X'
        TABLES
          it_adtel           = p_t_update_tel
          it_adfax           = p_t_update_fax
          it_adsmtp          = p_t_update_email
          it_comrem          = p_et_comrem_upd
          it_addr_comm_use   = p_et_addr_comm_use
          it_adtel_x         = p_t_update_tel_x
          it_adfax_x         = p_t_update_fax_x
          it_adsmt_x         = p_t_update_email_x
          it_comre_x         = p_it_comre_upd_x
          it_addr_comm_use_x = p_it_addr_comm_use_x
          et_return          = et_return.
    For example, if i update telephone number, It doesn't set the fields std_no to 'X' and r_3_user to '1'.
    Please advise.
    Thanks in advance,
    Jenson

    Jenson,
    Those fields must be provided to the BUPA_ADDRESS_CHANGE function module.  This function module does not provide any defaults of information and is at a very low level in comparison to the maintenance screens which call the module.
    Take care,
    Stephen

  • Printing text depending on condition satisfied

    Hi all,
    Here I need to print text depending on condition satisfied.print this &GS_IT_GEN-SHORT_TEXT& or print this &gwa_equi-groes&  &gwa_equi-herst&  &gwa_t370k-eartx&.how to use variable in smartform and print program to print either of the text.if possible provide sample code to achieve this.as i am new to form printing section i don't know much about it's programming.
    Thanks in advance.
    Regards,
    Harshada

    Hi,
    you can define variables in the Global definitions node,
    and we can create program lines in the smartform and in that program lines you can write ABAP code,
    so, here based on the conditions we can assign. for eg:
    l_var1 should be defined in the global definitions node.
    if condiion 1.
    l_var1 = g_value1.
    elseif condition 2.
    l_var1 = g_value2
    endif.
    and then you can print &l_var1&.
    Edited by: Radha Vineela Aepuru on Aug 10, 2010 4:10 PM

  • How to set colors in cells depending the conditions  in alvtree

    Hi All,
    Could you please provide me idea or sample program how to set colors in cells depending the conditions  in alvtree.
    Thanks,
    Suresh

    When running vim in a terminal, it will use whatever colour scheme is defined by the terminal.  You should have a look at this thread:
    http://bbs.archlinux.org/viewtopic.php?id=51818
    Also, check the wiki article on Xdefaults.

  • Generate invoice with a different Sponsor Address

    Hi all,
    Is there a way to generate a grant invoice with a different mailing address for the sponsor?
    The 'sponsor' will still remain the funder of the grant - only that we would like to generate invoice with a different address.
    Please let me know any solutions that you may have.
    Thanks.
    Roger

    Hi,
    In the second tab of the BP master data, you should see 2 specific things :
    1. Address Overview
    2. Address Usages
          Part of the address usages is the address for correspondence.
    If you do not see that, maybe it is due to the BP View which is assigned to the BP role (here, the sponsor).
    This is valid as from ECC 6.00
    In addition to what I had previously said, you should create an additional address in the address overview, and select it as a valid address for correspondence.
    If you want to activate the time dependency, check note 810634.
    I hope it helps,
    Helene

  • HT4759 i cannot sign into my icloud account i have forgotten the password, and the Apple id has a different email address

    I cannot log into my Icloud, i have forgotten the password, but also the Apple ID has a different email address from the icloud. I cannot backup the ipad either because i need to turn off FInd my ipad and i can't

    This Apple Help page provides contact information for various countries for security problems with an Apple ID:
    http://support.apple.com/en-us/HT5699

  • How can I transfer contacts from one iPad to a new iPad with different iCloud addresses?

    how can I transfer contacts from one iPad to a new iPad with different iCloud addresses?

    One way would be to e-mail them from yourself to yourself. That would totally avoid the different ID issue.

  • How can I send email using two different email address that both link back to my one exchange account on my Ipad mini

    How can I send email using two different email address that both link back to my one exchange account on my Ipad mini? 
    On my PC I simply have a master return email address and use a POP for the secondary address.  Both are through the one exchange account without a problem.  I need to be able to do the same on my Ipad.

    Ah, I should have made that clear.  My domain didn't come from google.  It was purchased at and is hosted at dreamhost, but I haven't used their email servers in years - I just route everything through gmail.  I actually have a bunch of domains (with websites).
    Gmail has an option that lets someone with custom domains send (and receive) email through gmail using the custom domain once Google confirms proper ownership of the domain (to prevent spammers and such).  Gmail has a setting for "send email as" which allows gmail to be sent using a custom domain as the sender.  I'm pretty sure Apple's old mobileme had this feature too, but I didn't use it.

  • Can't access pre-existing Behance portfolio because it's associated with a different email address than my Adobe ID

    I have a Behance profile of long-standing as ChrisARaymond, and multiple projects, all connected to a gmail address. Now I cannot access it because my Adobe ID is connected to a different email address. I get an endless loop as Behance refuses to let me sign in with my old credentials, and when I sign in via AdobeID, my profile and projects are empty.
    Did your programmers think through what you were doing before you implemented this? It's beyond ridiculous.

    This is simply and utterly one of the most inconsiderate of all Adobe takeovers. Did you not think artists that use Adobe products might have accounts already with Behance? You have screwed us. Not only that, there is NO way to talk to anyone about how to fix this. I do NOT see anything in this forum on how to fix, why? Big corporate decisions and more money. You suck Adobe.
    HAVE A NICE DAY
    https://www.behance.net/darinmccauley
    Oh, wait, it's https://www.behance.net/darinmccau7453 or something like that.
    Discusted,
    Darin McCauley

  • I have apple TV and i am trying to connect it to the TV, it tells me to turn on the homesharing,  but under the home sharing shows a different email address than the actual itunes account.  how do i fixthanks it?

    i just got an Apple TV. i am trying to connect my itunes to the tv, it tells me to turn on the homesharing on my computer but when i try it show up a different email address than my itunes account, how do i fix so i can do homesharing?

    It is quite possible to have a different iCLoud AppleID from the iTunes one - have you set up maybe Phot Stream using an non-iTunes AppleID?

  • 1 line item in the sales order ship to different shipping address

    Hi,
    Our customer A have 3 different branches (meaning 3 different shipping address).
    During the creation of the sales order for 1 material A, I want to ship 50pc to this customer A:
    10pc to address A1
    20pc to address A2
    20pc to address A3
    In my sales order, is there a way I just create 1 line item with the order qty 50pc for this material A, but split into 3 schedule line with 3 different ship to address?
    I know there is alternate way where I create 3 different line item (with order qty 10, 20 and 20) and change the ship to address in the Item -> Partner tab. But using this method, I have to create 3 times of the same material in 1 sales order, just with the different shipping address.
    I want to know is there a way I just need to create 1 line item?
    Kindly please advise. Thank you.

    Hi there,
    When you have 3 different ship-to address, system will anyway create 3 different deliveries. This is coz if the header data in shipping (ship-to) is different, system will split the deliveries. Routes are different to 3 ship-to addresses & they cannot be combined in the same delivery.
    So as mentioned in above thread, create 3 different line items or create different sales orders all together for different ship-to parties.
    Regards,
    Sivanand

  • Is there an email account that will allow me to use a different from address with a POP account

    Need to be able to delete emails (I have an Optonline address) from iphone and ipad during the day, while retaining them on Mac Book Pro to view and file into folders in the evening. 
    Seemed like I could have my optonline emails forwarded to a Gmail account and just set up the Mac's mail to use my optonline account, while the iPad and iPhone used my Gmail account.  That worked, except for one issue - when I sent mail from the iPad or iPhone it would use my Gmail address and then people who used "reply" would have their replies sent back to my Gmail account.  I wanted to continue to use my optonline address since I have had this address for many, many years.  I saw that Gmail allows you to "send using a different from address", however because optonline is a POP account, they do not support the settings in Gmail and therefore I cannot get my optonline address to be verified by Gmail, meaning my emails continued to be sent from my Gmail address on my iPhone.
    I even tried setting up the Gmail account manually (using "Other" in the ipone settings) and putting in a comma with my optonline address in the address field, but still no success.
    Next, thought I'd try Yahoo mail - same thing - only sends mail with my Yahoo account.
    Then looked into iCloud since I use that for syncing Contacts and Calendars on all 3 devices - same thing - I can only send email using the @me.com address.
    Does anyone know of any other mail account that will work with my POP Optonline email address?  After 10+ years with this email address, having to announce to my world that I am changing my address (either to Gmail, Yahoo, or the iCloud's @me.com address) is something I really don't want to do.
    However, leaving just my optonline account on all 3 devices means I am constantly deleting the same emails on 3 devices everyday, which is also just not an effective use of my time.
    Please help!

    Here's one possibility:
    http://www.ideaflight.com
    The only way to keep students in the presentation, though, would be to lock the iPads to that app via the Guided Access mode:
    http://support.apple.com/kb/HT5509
    Whether you can do this remotely through one of the various mobile device management (MDM) soutions I don't know.
    Regards.

Maybe you are looking for

  • Nokia E52 display caller's name and contact pictur...

    Can someone advise me on possible problem with my E52 - I am very pleased with most aspects of the phone but it is not showing the name of the caller or the contact picture when I receive a call (just the number). Surely it is standard for every Noki

  • CANNOT INSTALL OR UNINSTALL ADOBE READER X (10.0.1)

    CANNOT INSTALL OR UNINSTALL ADOBE READER X (10.0.1) FROM ADD AND REMOVE PROGRAMS BUT GET THE Error 1402.Could not open key: HKEY_LOCAL_MACHINES\SOFT\SOFTWARE\Microsoft\Windows\Current\Version\Run\Optional\Componen ts\MSFS.Verify that sufficient acces

  • HT1338 could not find intallation information for this machine

    i erased my hard drive and was trying to install the new mac ox lion version, but i have this error message:" could find installation information for this machine, contact applecare" i am connected to the internet, i could not find any answer via app

  • Logic Pro 8 crashed automatically!!

    Hi everyone! I have a Mac Pro Quad since 6 years ago, I used tyo run it with Logic Pro 7. It has never gave any problem. For Xmas I had to install Pro Tools with a Digi 003 rack Factory due to make my job faster. And I upgraded to the Logic Studio as

  • DW CS4-where did the hyperlink option in the properties box go?

    Long time DW user (many versions/most recently CS3) and just recently installed DWCS4. I'd like to know where the the little icon that one could drag to create intra-site hyperlinks went? I no longer have it in my properties box. Dreamweaver "Help" g