No group of translation found for tcp src outdoors:

Hello

I can't understand, I VPN client, I am able to "numbering" to my PIX 515E 7.2 (2) w / ASDM 5.2 (2), but I can't access what whether on the network, I'm getting one of these famouse 'no group translation found for tcp src outside:192.168.1.129/49175 dst inside:192.168.1.251/65535. ' No matter what I do...

can someone help me out here please?

Thank you

You're welcome dmitry. Can I ask you to start a new conversation for Windows auth and finalize this issue of assessment + choice of post "solved my problem?

Concerning

Tags: Cisco Security

Similar Questions

  • No group of translation not found error on the site to site VPN.

    Hello

    I was wondering if someone could help me. I basically VPN site to site (between an ASA 5505 and a Pix 501).

    The tunnel is in place and seems to work, but they cannot access all the resources on our side.

    I get the following error:

    Syslog ID: 305005

    Source IP: 172.x.x.x (internal IP)

    Error:

    No translation group not found for icmp src 10.20.x.x (where IP) dst inside 172.x.x.x (type 8, code 0)

    Any ideas on how to solve this problem?

    Thank you.

    M.

    Your nat exemption should be...

    access extensive list ip 172.16.0.0 inside_nat0_outbound allow 255.255.0.0 10.2

    0.0.0 255.255.0.0

    NAT (inside) 0-list of access inside_nat0_outbound

    Also get rid you of...

    no nat (outside) 0-list of access outside_nat0_outbound

    no access list extended ip 172.16.0.0 outside_nat0_outbound allow 255.255.0.0 10.2

    0.0.0 255.255.0.0

  • Something similar to groups of objects, but for the ports? (must be used on an ACL)

    Hello community!

    I'm fairly new, when it comes to firewalls, but I have some experience with routers and switches, so I'm not completely lost.

    Practically, we all know that a group object is a large bucket to throw things and then managing them as a single group, which is very useful for many reasons... so is there something similar that we can use in an ACL for the port?

    Say so, let that I want to allow the following ports:

    • 80
    • 443
    • 25
    • 30500
    • 20500
    • 8080
    • 14600
    • 21
    • 753
    • 22

    And instead of doing something like this:

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 80

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 443

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 25

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 30500

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 20500

    access-list extended dmz_access_in permit tcp host WEB host WEB-EXT eq 8080

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 14600

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 21

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 753

    dmz_access_in list extended access permit tcp host WEB host EXT - WEB eq 22

    do something like:

    dmz_access_in list extended access permit tcp host WEB host WEB-EXT eq PORT_LIST1

    Thank you!!

    PD: Excuse me if some port above are not TCP, if just one example. I just start typing all the numbers that came to my head.

    Hey Rolando,

    On a SAA, you can combine services and protocols based on the source/destination in an object-group service oriented. Your example would look like this:

     object-group service PORT_LIST1 service-object tcp destination range 21 22 service-object tcp destination eq 25 service-object tcp destination eq 80 service-object tcp destination eq 443 service-object tcp destination eq 753 service-object tcp destination eq 8080 service-object tcp-udp destination eq 14600 service-object tcp destination eq 20500 service-object tcp destination eq 30500

    You can create also integrate groups:

     object-group service WEB_PORTS service-object tcp destination eq 80 service-object tcp destination eq 443 object-group service PORT_LIST1 group-object WEB_PORTS service-object ...

    This type of group is going where the Protocol is specified in the ACL:

     access-list dmz_access_in extended permit object-group PORT_LIST1 object HOST object EXT-WEB

  • C error: ld: library not found for - introduction collect2: error: ld returned 1 exit status

    I'm trying to compile the "Hello World" code C base with gcc, but the following error message:

    LD: library not found for - introduction

    collect2: error: ld returned 1 exit status

    The code itself is nice, he ran into another computer with no problems.

    First gcc had manually, the problem, installed and then uninstalled and installed with homebrew and still have the problem. How can I fix?

    (Have the 5.1.0 version of gcc)

    Okay, so nobody has responded, but I found a solution. This is the version of gcc, apparently more recent versions have this bug, one that works and compiles the codes is the 4.9 version, in case it would be useful to someone.

  • How to manage the threads for TCP communication?

    Hello

    I have a project to control two separate applications (C++ and LabView) and two of them are implemented as server. Another client program (C++) is used to control applications. Communication between them are implemented using TCP socket. The client program sends the message to start or stop tasks on servers. The client program also sends time (HH) with the message start and end to determine when to start or stop.

    Application in C++ (server): Listening to the request for the connection and when gets one, it creates a thread of communication allowing to manage this and listen again to another connection. Communication wire crossing of handles and messages when it receives a start or a stop message, it creates a thread of timer with the received time to trigger a task at the time specified. And after that he expects the client message. So, here, when the thread (communication, timer) is necessary, it is created.

    In LabView (server): I tried to create the same as the C++ server. But, in manual of LabView and other discussions of the forum, I got that LabView is multithreaded and it can be done with the help of the loop independent. So, I had to create four loops in a diagram:

    1. wait the new connection

    2 manage the communication for the already received connection

    3. start the timer

    4 stop the timer

    and they are executed at the beginning of execution and communication between them are managed using local variables. But, 2, 3 and 4th loop can handle only one connection and it can handle another if the current is closed. The C++ application can handle multiple connections by creating the thread when it is necessary, but not at the beginning of the application.

    Is there a better way to implement this in LabView?

    Is it possible to manage multiple connections and create the diagram node/block (such as a wire) dynamically as C++?

    Thank you.

    There are several ways to do so in modern LabVIEW and you should probably seek the Finder example for TCP examples. The classic is to transfer the refnum of connecting the listening loop in a communications loop that adds to an array of login credentials and then constantly iterates through this array to make the communication. He works on LabVIEW 4.0 perfectly for me even for applications with basic HTTP communication protocol. But you must make sure that the communication for a connection is not delaying his work for reasons that would delay the handling of other connections too, because they are really of course worked on sequentially. If you encounter an error, the connection ID is closed and removed from the table.

    The other is that create you a VI that makes your entire communication and ends on an error or when the order quite. Make this reentrant VI and then launch it through VI server as the instance home, passing the refnum of newly received connection form the listening loop. Then use the method to Run let start and operate as an independent thread.

    For all these, you should be able to find an example in the example Finder when searching for TCP.

  • cannot start a campaign bed error no data found for 03/01/1943

    HAVE RECENTLY REINSTALLED CFS3, BUT CAN'T START A CAMPAIGN MESSAGE IS DISPLAYS NO DATA FOUND FOR ALLIANCE FOR MARCH 1

    1943

    Hello

    Thanks for posting the request in the Microsoft community forums.
    I understand that you receive the error "no data available for the alliance for March 1 appears" when you start Combat Flight Simulator 3.
    Please answer the following question:

    What version of the operating system is installed on the computer?

    Try to follow the suggestions and check if you can start Combat Flight Simulator 3.

    Method 1:
    The link below doesn't have any information on the compatibility of the game with Windows 7.
    http://www.microsoft.com/en-us/windows/compatibility/win7/CompatCenter/ProductViewerWithDefaultFilters?TempOsid=win7&Locale=en-us&TextSearch=Combat%2BFlight%2BSimulator%2B3&Type=Both&CurrentPage=0&TotalPages=1&ShowCriteria=0&SortCriteria=Relevance&Compatibility=Unknown&LastRequested=14

    If the game is not compatible with Windows 7, then you try to install the game in compatibility mode and check:
    Make older programs in this version of Windows
    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Method 2:
    If the problem persists you can then put the computer to boot and try to install the game and check if that helps.

    To do this, follow the steps in this link:

    http://support.Microsoft.com/kb/929135

    Note: After the adventures of shooting set the computer to start as usual by performing step 3 above to the Knowledge Base article.

    Hope the information is useful. If you need help with Combat Flight Simulator 3, feel free to post you question in the forum. We will be happy to help you.

  • I tried to uninstall a program and it says "no valid sequence were found for the set of patches" what does that mean

    I tried to uninstall silverlight to move to the most recent to be able to watch movies on netflix, but at the end of the uninstallation procedure, he says "no valid sequence were found for the set of patches", in other words, how I can uninstall it help me please.

    Thank you

    Hello

    you are in the wrong forum for questions of silverlight

    Try the silverlight forums

    http://forums.Silverlight.NET/forums/

  • Error messages: specified module could not be found for c:\windows\system32\tuvujuka.dll and c:\PROGRA-1\MYWEBS-1\bar\4.bin\M3PLUGIN. DLL

    I get two error messages when windows is loaded.  Specified module could not be found for c:\windows\system32\tuvujuka.dll and c:\PROGRA-1\MYWEBS-1\bar\4.bin\M3PLUGIN. DLL
    How can I fix?

    Hello

    • When you receive this error message?
    • What were the changes made before the issue started?

    I suggest you make a system full scan just to be sure.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

  • When opening Legacy Family tree, I received a message "Please wait while windows configures DAO. Then "error 1706. No valid sources were found for the DAO product.

    "Error 1706.

    When opening Legacy Family tree, I received a message "Please wait while windows configures DAO.  Then the message "the feature you are trying to use is on a network resourse which is not available. Then "error 1706. No valid sources were found for DAO product. "  I uninstalled Legacy and reinstalled, but the problem persists.

    Heritage it's a windows problem.

    try to run a file system Checker

    Start-> Run-> cmd
    In the prompt, type: SFC/scannow
    The scanner

    Reinstall the product

  • Error 1706. No valid source could be found for product Document Viewer

    Error 1706. No valid sources were found for the viewer of documents produced. Windows install cannot continue. Microsoft.NET Framework. An unhandled exception has occurred in a component in your application. Click on continue complete application will ignore this error and attempt to continue. I click on continue but the message keeps returning.

    This appeared after update from microsoft Visual Studio 2010 Express

    Also, I can't computer restat.

    Hello

    I suggest that you follow these methods and see if they help.

    Method 1:

    Step 1:

    Check if your computer starts on the desktop in safe mode.

    Step 2:

    If it works fine in safe mode, restart your computer in a clean boot State in order to eliminate any interference from third-party software.

    Note: The steps in the article to restart your computer in normal mode.

    Method 2:

    You can also run System Restore in safe mode to the point before the update and do not install this update in the future (only if you do not want to update).

  • How to fix error: "application not found" for C:\Windows\system32\rundll32.exe _

    I had the virus ' Vista Internet Security 2010 "deleted using McAfee, but now I can't start my programs and browsers because I see the error:"application not found"for C:\Windows\system32\rundll32.exe" ".
    How can I fix this problem? I use Vista SP2

    Your computer is still infected. Only McAfee will take care about that. First run .exe from Doug Knox fix:

    http://www.dougknox.com/XP/file_assoc.htm

    Then follow the instructions here:

    http://www.bleepingcomputer.com/virus-removal/remove-antivirus-Vista-2010 MS - MVP - Elephant Boy computers - don't panic!

  • Get an error that says the drive can not be found for my integrated webcam.

    on my labtop, I built in web camera, some how I lost the disc and everytime I turn on my labtop it says drive cannot be found for web camera restart. How should I do?

    Original title: webcam in car

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

    Works on vista

  • I get the error code 1706 - valid no source is found for the product my Hub. Windows install cannot continue.

    I get a pop up saying error 1706 that valid no source is not found for the product my hub. Windows install cannot continue.  Also "the feature you are trying to use is on a nework resourse which is not available."

    Can someone tell me what to do and what is the problem

    Thank you

    Hi Traceyjane,

    (1) when exactly it happens?

    (2) do you use the computer as an administrator?

    (3) what is the number of brand and model of your terminal?

    If you try to install the software for your hub, make sure that you install the correct package for your computer.

    Step 1: Try to install the program as administrator right click on the installation program files and select run as administrator , click continue if you are prompted to confirm.

    Just check the items below that addresses a similar issue

    The feature you are trying to use is on an unavailable network resource
    http://support.Microsoft.com/kb/828376

    You receive an "error 1706. Valid any source not found for the product

    http://support.Microsoft.com/kb/253768

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to avoid the "no debug information is found for the module net_rim_cldc/net_rim_os".

    Hello

    Whenever I have debugging on a device of BB, I get the following errors of 2 popup of Eclipse:

    -' no not found for module net_rim_cldc debug information.

    -' no not found for module net_rim_os debug information.

    I know that these messages can be ignored, but I'm tired of these and certainly to lose valuable time with these errors that block the deployment & debug processes.

    How these errors mean, and how to avoid it?

    Thanks in advance

    pre-release notes of the new version of the plugin said that eclipse will automatically download the files of debugging for all devices, so maybe it will solve these problems.

    Currently, it is unclear when the new version will be released.

  • New problem with Eclipse No definition found for. main()

    All of a sudden, I have hurt and packaging applications building.  Get this at the end of the packaging:

    No definition not found for static exported routine: .main (String [])

    What's happening on many projects that worked perfectly the week without changing code.

    I also tried to import a new sample application and it does not create the directory bin as usual.  After you have created manually directory bin the same problem occurred.

    Seems to be some issue with classpath, but I don' don'tknow where to go to fix it.

    Any suggestions?  Thank you.

    Thanks for the suggestions.  Don't know how, but the adjustment for level of the compiler has changed to 1.6 and incorrect JRE has been selected.  Back to 1.3 and selected JRE 5.0 BlackBerry and it works again.

Maybe you are looking for

  • Accountsd wants to use Keychain 'local products '.

    Problem Today, when I was looking through my Keychain Access (no idea why), I found that connection and local products Keychain was unlocked. So of course, I went to lock. Immediately after, a popup come to this: "accountsd wants to use Local Items/L

  • Inserting an image

    How can I insert a photo image into a word (office for Mac 2011) document? It was so EASY with iPhoto ;-)

  • Color Laser Jet MFP M277n Pro: Power supply flashing

    Just set up this printer.  I've not turned off because I think he's using the toner when you next turn on the.  Is this correct?  But now the power supply light flashes.  Is this normal?

  • Internal error 2738

    "Internal error 2738". This is the error message I have on several occasions when I try to install a program. I get the same error in Windows XP Professional edition also. Please give me a solution for this problem.

  • Change the default installed language on Windows Pro 8.1

    We bought: F1N05EA #ABH AIR / UMA i5-4202Y 4 GB 13 - SMB / 13.3 FHD Touch / SSD 256 GB / W8.1p64 / 1yw / kbd TP backlit / Intel abgn 2 x 2 + BT that comes preinstalled with the Dutch and the English, and the default value is Dutch. But I need to use