Client AnyConnect not getting the return traffic.

Hi all

I installing AnyConnect on a SAA and after successful authentication of the client, no traffic passes the firewall on the client. I don't get that packets sent, not received. The customer is sucessfully obtaining an address of the local swimming pool, but cannot go anyhere.

The firewall log shows inside connections under construction... but that's all!

TIA

Dave

If you can test the SAA, but not the gateway, it means that the bridge does not know how to get to the pool AnyConnect ip subnet.

Please check the gateway and make sure that there is a route to the ASA interface for subnet pool AnyConnect.

Tags: Cisco Security

Similar Questions

  • IP address of the IPSec VPN client did not get distributed via EIGRP

    We use an ASA for VPN remote access. He is running EIGRP redistribute static routes. When a client Anyconnect SSL connects, the SAA creates a static route for this client, and it gets redistributed via EIGRP. When an IPSec VPN client connects, the SAA creates a static route for this customer, but he isn't redisributed via EIGRP and so the client can not achieve anything. Why he would distribute a static created by an IPSec client?

    Thank you

    Have you set up IPP on dynamic Cryptography?

  • I have a new mac air and can not get the bookmark to be deleted in Safari.

    I have a new mac air and can not get the bookmark to be deleted in Safari.  It has default Favorites - I don't want to see them--when I right click and select Remove - I get this error message.

    You are using Safari with bookmarks, history, and imported passwords of Firefox. To change your Favorites, you must first keep or delete data from Firefox.

    When I click on "do not keep" nothing happens.

    Please, back up all data before proceeding.

    Triple-click anywhere in the line below on this page to select this option:

    ~/Library/Preferences/com.apple.Safari.plist

    A right click or Ctrl-click on the line and select

    Services ▹ reveal in Finder (or just to reveal)

    of the contextual menu.*, a file must open with a selected item. Quit the application runs. Move selected item to the office, leaving the window open. Restart the application and test. If there is no change, leave again and place the item you back where he was, crushing the that may have been created in its place. If not, remove the item you moved. If possible, restore from a backup prior to the problem.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • get the return value of a method of the application module in the workflow

    Hello

    I use jdeveloper 11.1.1.7.0

    I defined a method (return type is useful java card) in the Module of the Application and add this method to the client interface.

    also I have a workflow and in this TF firstly I should execute this method and put the return value for the pageFlowScope parameter. I know that to use this method as a methodCall and set it as an activity by default, but I don't know how to get the return value before entering the jsff page and set the pageFlowScope parameter.

    Habib

    Concerning

    When you add the activity to the way to deal, there are 'Return value' property that you can set to #{pageFlowScope.yourVariable}

    Dario

  • Could not get the idea of the application of the hierarchy

    Hello world

    I am trying to learn the hierarchy of oracle queries and couples has spent hours, but still don't get it. Suppose I have the following query:

    Query

    WITH

    DATA ACE

    (

    ' Select '100' grp 1 January 2012' effective_date, 30 June 2012 ' termination_date of the double

    Union of all the

    ' Select '100' grp 1 July 2012 ' effective_date, August 5, 2012 ' double

    Union of all the

    ' Select '100' grp, August 6, 2012 ' effective_date, August 10, 2012 ' double

    Union of all the

    ' Select '100' grp 2 August 2012 ' effective_date, August 9, 2012 ' double

    ),

    correct_data like)

    Select grp,

    TO_DATE (effective_date, ' MON-DD-YYYY "," NLS_DATE_LANGUAGE = ENGLISH ') effective_date,.

    TO_DATE (termination_date, ' MON-DD-YYYY "," NLS_DATE_LANGUAGE = ENGLISH ') termination_date

    from the data

    )

    Select the grp, effective_date, termination_date, level

    of correct_data

    Connect prior termination_date = effective_date-1

    advance grp = grp

    start by (effective_date)

    in (select min (effective_date) correct_data)

    order by 1, 2;

    The query result

    100 1 JANUARY 12 30 JUNE 12 1

    100 1ST JULY AUGUST 12 5 12 2

    100 6 AUGUST 12 AUGUST 10 12 3

    I don't understand why I'm getting this result and does not get the rest 1 row. If someone explain it in simple words, then I really appreciate it. Thanks in advance.

    Concerning

    Line

    Hello

    979596 wrote:

    Thanks Frank for the great explanation, something is still confused it is:

    -----------------------

    When termination_date BEFORE June 30, 2012, the next line meets these conditions:

    100 1ST JULY AUGUST 12 5 12 2

    --------------------------

    How this line satisfy the condition? Please guide.

    The above line is on LEVEL = 2.  (The last column of output is the LEVEL which is convenient.)  "It is easier to understand the results in this way.)

    This line level = 2 must have satisfied conditions CONNECT it before BY Canada (2-1) = rank = 1.  There is only 1 these rows in the results set, namely:

    100 1 JANUARY 12 30 JUNE 12 1

    You see how these 2 rows satisfy the CONNECT BY conditions, which are:

    Connect prior termination_date = effective_date-1

    advance grp = grp

    ?  If this isn't the case, explain why you think that the above condition should return FALSE (or UNKNOWN), given these 2 rows.

  • How to get the return value from Java runtime.getRuntime.exec?

    I am running shell from a (GR 11, 2) Oracle database commands on aix.
    But, I would get a return value of a shell comand... as you get with "echo $?"

    I use a code like
    CREATE OR REPLACE JAVA SOURCE NAMED common."Host" AS
    import java.io.*;
    public class Host {
      public static int executeCommand(String command) {
        int retval=0;
        try {
            String[] finalCommand;
            finalCommand = new String[3];
            finalCommand[0] = "/bin/sh";
            finalCommand[1] = "-c";
            finalCommand[2] = command;
    
          final Process pr = Runtime.getRuntime().exec(finalCommand);
          pr.waitFor();
    }
       catch (Exception ex) {
          System.out.println(ex.getLocalizedMessage());
          retval=-1;
        }
        return retval;
    };
    /
    but I do not get a return value... because I don't know how to get the return value...

    Published by: user9158455 on 22-Sep-2010 07:33

    Hello

    Your pr.exitValue () has tried?

    I think you also need a finally block that destroys the sub-process

    Concerning
    Peter

  • How to get the return in this example

    Hi all,

    In this simple example, is there an exception caused by the business logic. However, I would like to get the return value of 'p_dt' which will be stored in a table of newspaper, but when the exception occurs that the value is eliminated. How can I solve this? Thank you for your help.
    SQL> select * from v$version where rownum = 1;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    create table test as(select 1 id, to_date('01/01/2009','dd/mm/yyyy') dt from dual)
    /
    
    Create OR Replace Package Pkg_Test Is
    
       Procedure Prc_Call_Test;
    
    End Pkg_Test;
    /
    
    CREATE OR REPLACE Package Body Pkg_Test Is
    
       Procedure Prc_Test( p_id In  Pls_Integer
                         , p_dt OUT Date ) Is
       Begin
          SELECT DT
            INTO p_dt
            FROM TEST
           WHERE ID = p_id;
    
          If p_dt < Sysdate Then
             Raise_Application_Error(-20000, 'Anything');
          End if;
       End Prc_Test;
    
    
       Procedure Prc_Call_Test
       Is
          v_dt Date;
       Begin
          Prc_Test(1, v_dt);
          Dbms_Output.put_line(v_dt); -- the return is null
       End Prc_Call_Test;
    
    End Pkg_Test;
    /
    Kind regards

    If you use NOCOPY in the parameter, then the value will be applied directly to the variable of output as it get set to so it will not be lost when the exception occurs. So, of course, to capture the exception or anything to access your dbms_output statement, but it is trivial...

    SQL> ed
    Wrote file afiedt.buf
    
      1  CREATE OR REPLACE Package Body Pkg_Test Is
      2     Procedure Prc_Test( p_id In  Pls_Integer
      3                       , p_dt OUT NOCOPY Date ) Is -- Note the use of NOCOPY on the parameter
      4     Begin
      5        SELECT DT
      6          INTO p_dt
      7          FROM TEST
      8         WHERE ID = p_id;
      9        If p_dt < Sysdate Then
     10           Raise_Application_Error(-20000, 'Anything');
     11        End if;
     12     End Prc_Test;
     13     Procedure Prc_Call_Test
     14     Is
     15        v_dt Date;
     16     Begin
     17       BEGIN
     18         Prc_Test(1, v_dt);
     19       EXCEPTION
     20         WHEN OTHERS THEN -- Capture the correct error here rather than OTHERS
     21           dbms_output.put_line('Error occurred in prc_test');
     22       END;
     23       Dbms_Output.put_line(v_dt); -- the return is null
     24     End Prc_Call_Test;
     25* End Pkg_Test;
    SQL> /
    
    Package body created.
    
    SQL> exec pkg_test.prc_call_test;
    Error occurred in prc_test
    01/01/2009 00:00:00
    
    PL/SQL procedure successfully completed.
    
    SQL>
    
  • why I can not get the same apps I have on my iPad?

    why I can not get the same apps I have on my iPad?

    Because they are different versions for different operating systems.

  • Why I can not get the Norton Toolbar? In the menu, the add ons, extensions, it says Norton toolbar is inconsistent &amp; disabled.

    I can not get the norton for 36 firefox toolbar. Have run Norton live update repeatedly. He updated of all good and applied a patch. When I go to the firefox menu > Modules > extensions, toolbar Norton is grayed out and says he is not compatible with firefox 36 and is disabled. Help! I need my Norton safe.

    Hi Cathie7372, according to Norton the latest version of the toolbar is compatible with firefox 36 is 2014.7.10.26 - your watch as 2014.7.10. 16...

    as norton distributes the updates themselves we are probably not able to help much - please contact norton support if you do not receive the last update, even after running liveupdate repeatedly. they should be able to help get their product to date.

  • I use the older style firefox and can not get the password manager to remember one of my passwords, how can I do this

    I use the old style Firefox browser and can not get the password manager to remember a password of my main site. How can I do this?

    Thanks for the advice, I went to another program... Last time... and saved my passwords with it. I find it easy to use and non-intrusive, and it has several features that are very convenient for me.

  • I have Firefox 8.0.1 and since the update to it, some sites, I need to go so that Firefox will not accept certificates which is accepted in the previous version. I can not get the permanent exception and must uncheck permanent and do every time.

    I have Firefox 8.0.1 and since the update to it, some sites, I need to go so that Firefox will not accept certificates which is accepted in the previous version. I can not get the permanent exception and must uncheck permanent

    You can use this button to go to the Firefox profile folder:

    • Help > troubleshooting information > profile directory: opens showing the file

    It is not usually necessary to create an exception for the certificates.

    Possible causes are that a server does not send the full (intermediate) certificate chain or self signed certificates.

  • I download the latest version of Firefox, but when I go to sign up for google + it tells me that my browser is no longer supported. I tried uninstalling and everything, but can not get the new version appears. Any Suggestions?

    I download the latest version of Firefox, but when I go to sign up for google + it tells me that my browser is no longer supported. I tried uninstalling and everything, but can not get the new version appears. Any Suggestions?

    Please see that.

  • I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Hi everyone, this is my first post, also help on the post would be appreciated.

    I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Thanks in advance

    Newbie

    The only way to install an ipad app is through the app store.  PC or Mac software does not run on the ipad.  Search in the contacts link at the bottom right of this page.  Give apple a call.

    I guess is the icon for pages in icloud for storing documents pages.  At the same time, apple had a cloud based pages.  Not sure what happened to her.

    R

  • Procurement of the game Clash of Clans the sum was deducted from the iTunes account and did not get the jewelry... help me solve this problem

    the procurement process from the shock of the clans the amount was deducted in full and did not get the gems has helped me

    Have you contacted the developer of the game? If you have, and they cannot / does not help, then try to contact iTunes Support: http://reportaproblem.apple.com

    Edit: Corrected URL

  • Satellite P200 - 1 K 8 - could not get the display and audio drivers to work

    Hello.
    I'm getting desperate. I tried everything I could imagine.

    First of all - do not get the control center catalyst to work, I don't have the graphics driver installed now (I tried both - Toshiba and Mobility Modder modified driver ATi - none works.)
    Second - when I install the audio driver Realtek audio Manager is encoutering the problem and needs to close every time at startup. And Yes, I updated the BIOS to version 5.20 installed XPSP3, chipset driver installed (the most recent Intel homepage or one of Toshiba, anyone, always the same question).

    Help, please. I don't want to spend the rest of my life trying to get XP on my laptop.
    Thanks in advance.

    Can you please send the number of full model of your laptop?

Maybe you are looking for

  • How to make a shortcut on my desktop?

    I would like to be able to create shortcuts to a website on my desktop that possible with outlook how do I do this?

  • I can't activate my iPad after upgrade to iOS 9.3

    I can't activate my iPad after upgrade to iOS 9.3.  It seems that others have the same problem. Has anyone heard when a fix will be available?

  • E/S

    Hello. I work with Virtualbench. I want to program the e / s to four inputs and four outputs. I tried to look at the example given by OR to: http://www.NI.com/example/52071/en/ I tried the example and how I look, it works because it defines all the e

  • power supply owner P7-1074

    I need to know if the HP Pavilion p7-1074 was an owner of suppy power supply (PSU)? I need to go to the PSU for a video card and I would go to the local Bestbuy and pick one up. Can I put the power supply?

  • My internet connection keeps dropping and changing the network icon in my system tray.

    HI.i am with my network icon. the world keeps disappering and when that happens I can't get on the internet. You sometimes hear local only or limited.i try to make a diagonse and repair but it says don't not long enough outside the world comes back a