VPN ACL IP range - IP range not working

Hi
I'm having a smaller problem and need some help to clarify it.
I'm NAT'ing my inside to my external interface when passing traffic through the VPN
So
access-list vpn extended permit ip external_interface 192.168.20.1 255.255.255.0
I get hitcounts on this but it doesnt work.
So I add this line instead (line 1)
access-list vpn extended permit ip external_interface HOST 192.168.20.5
access-list vpn extended line 2 permit ip external_interface 192.168.20.0/24
And I can successfully connect to that host through the VPN connection..
But why cant I use the network range (/24) ? Why must I use hosts to be able to pass traffic?
Lets say that I want 192.168.10.0/24 to be able to communicate with my other VPN side who has ip 192.168.20.0/24
My acl would look like this
access-list vpn extended permit ip 192.168.10.0/24 192.168.20.0/24
of course I have to insert another ACL rule in the no_nat ACL.
But that doesnt work either? I have to manually type in the hosts in the 192.168.20.x/24 network to be able to connect to them?
What am I doing wrong here?
Thanks

I have found something.. something strange
I try to start the VPN tunnel and i get this while debugging crypto ipsec 200
ASA(config)# IPSEC: New embryonic SA created @ 0x02644920,
SCB: 0x026401F8,
Direction: inbound <--
SPI : 0x132D3130
Session ID: 0x00003312
VPIF num : 0x00000001
Tunnel type: l2l
Protocol : esp
Lifetime : 240 seconds
Direction Inbound?
So I change my VPN ACL to make it host->host communication (from C net -> host) and restart the tunnel, I get the same message but this time its Direction: outbound
anyone got any idea?

Similar Messages

  • "Select Color Range" not working. "Warning: No pixels were selected" returned when attempting to use. Using Photoshop CS6 on a Mac running OS X Yosemite

    "Select Color Range" not working. "Warning: No pixels were selected" returned when attempting to use. Using Photoshop CS6 on a Mac running OS X Yosemite

    Here are three screenshots in succession from trying to perform the color selection:
    Dropbox - Screenshot 2015-02-12 14.57.40.png
    Dropbox - Screenshot 2015-02-12 15.00.14(2).png
    Dropbox - Screenshot 2015-02-12 15.01.00.png

  • JavaScript Print Button Page Range Not Working Ubuntu Linux

    I have created a PDF file that has several button programed in Javascript to print a page or page range in the file.  It works great in Windows and Mac but in Ubuntu Linux there is a problem.  When you hit the button it brings up the Print window but it has all pages set to print instead of the 1 or 2 pages it is programed to print.  How do you fix this.  I used the following Javascript.  Please help.
    this.print({
    bUI: true,
    bSilent: true,
    bShrinkToFit: true,
    nStart: 1,
    nEnd: 1
    This is supposed to print only page 2 of the document but in Adobe Reader in Linux it wants to print page 1-12.  Apparently the nStart and nEnd does not work.  Is there another way to do this so it will work in Ubuntu Linux.
    Thanks

    I suspect that the problem has to do with the added security
    included in Flash 8 and above that restricts javascript. If you
    search the flash player KnowledgeBase on Adobe.com you'll find more
    detailed information about fixes, but here is what worked for my
    Javascripted items.
    Find your Program Files > Adobe > Adobe Captivate 4
    > Templates > Publish folder. Within the folder is a
    standard.htm file. Open this file (for this simple task, i just use
    notepad). In the script section, add...
    so.addParam("allowScriptAccess", "always");
    you'll see other similar param declarations. It doesn't
    matter the order.
    You can edit the individual .htm file if you want to test
    this first.
    That should do it.
    Here is the KB article that discusses the security features
    in greater detail:
    http://www.adobe.com/devnet/flashplayer/articles/secure_swf_apps_04.html

  • Select Color Range not Working

    i have been using adobe photoshop for over 10 years and suddenly, when i try to select color range, nothing is showing up as selected. even with a simple black and white image, with white or black as the sampled color, nothing gets selected. i don't if something changed in the application or if it is somehow not working correctly on mine. please help.

    Hi,
    What version of photoshop and operating system are you using?
    Nothing seems to be selected in the preview or when you actually exit color range?

  • IPad and PPTP VPN - Internet access (e-mail & Safari) not working

    Hi there!
    I've got an iPad2 (WiFi only) and need to configure it to use Witopia PPTP VPN, which is the VPN provider I've been using for a long time on my desktop and netbook.
    Configure the iPad was an easy task, and I was able to successfuly authenticate and establish a PPTP session with any of the Witopia servers.
    The problem is that once established the PPTP session, if the "send all traffic" option is ON, I have no Internet access at all (no e-mail neither browsing with Safari). Then, if I stop VPN, turn OFF the "send all traffic" option in the iPad, and start VPN again, I have Internet communication back and everything starts working fine. I've been fiddling with this in my home network (D-Link Dir-655 router using the IP 192.168.0.1 addressing scheme for my LAN).
    Obviously, I decided to leave the "send all traffic" option OFF, but then I discovered that doing this my Safari traffic is not encrypted and my IP is not masked, i.e. the VPN is up and running, I have normal Internet traffic, but the service to be provided by the VPN for some inknown reason is not happening.
    Does anyone have a clue about what's going on ?
    TIA
    RTadeu

    Have you tried a battery pull?  If not, give that a try and then try again. 
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Ranges not working

    I have doubt about ranges statement
    my query is the below
    SELECT * FROM t077s WHERE   ktopl EQ 'NCCA' AND
                                  ktoks IN ('CONS','CONT','INVY').
        t_hkont-sign   = 'I'.
        t_hkont-option = 'BT'.
        t_hkont-low    = t077s-bisnr.
        t_hkont-high   = t077s-vonnr.
        APPEND t_hkont.
      ENDSELECT.
      SELECT * FROM bseg INTO CORRESPONDING FIELDS OF table
             t_bseg
                                 WHERE
    **************when removing this like its working*
                                       hkont in t_hkont  AND
    **************but records there in db for this range***
                                       gjahr EQ p_gjahr  AND
                                       bukrs EQ 'NCCP'   AND
                                       bschl IN
    ('89','99','86','96','40','50') AND
                                       augbl EQ space    AND
                                       bustw EQ 'WE01'.
    that t_hkont table having three rows
    Kindly advise me how to handle..
    prakash

    Hi Kishore... yes i did what u said... but no records return...pls look the below
      SELECT * FROM bseg INTO CORRESPONDING FIELDS OF wa_bdc
      for all entries in t_hkont
                           WHERE
                                 hkont gt t_hkont-low  and
                                 hkont le t_hkont-high 
    *intead of this line i tried like hkont eq t_hkont-low
    *t_hkont-high , t_hkont not allowing bcsz it has to *declare the equvalent record right ??
                                       gjahr EQ p_gjahr  AND
                                       bukrs EQ 'NCCP'   AND
                                       ebeln IN t_po     AND
                                       bschl IN
                                      ('89','99','86','96','40','50') AND
                                       augbl EQ space    AND
                                       bustw EQ 'WE01'.
        MOVE-CORRESPONDING wa_bdc to t_bseg.
        APPEND t_bseg.
      ENDSELECT.

  • PS CS5: select color range not working properly

    The color range is a grate command but it doesn't work properly when dragging the eye dropper across the image. This is especially noticeable with a low range value. When you start the selection (without pressing the shift key) and drag across the image only the end point is selected instead of the whole trace. Second, when dragging with the shift key pressed not the trace is added to the selection but a rectangular area. You can easily try this out by creating any one color image and lower the range value to about 5.
    In my opinion this is a bug or am I missing something?

    Hello,
    When you start the selection (without pressing the shift key) and drag across the image only the end point is selected instead of the whole trace.
    This behavior is as designed.  When you make a selection without holding the shift key, and you have the first eyedropper selected in the menu (the one that doesn't have a plus or minus sign) you are a making an initial selection on the image.  If you hold and drag this selection, it will just change the initial selection to match whatever destination you prefer on the image.
    Second, when dragging with the shift key pressed not the trace is added to the selection but a rectangular area.
    I can reproduce this behavior, too.  I believe this is also as designed, because the range is too small to make an organic looking selection.  I think the more standard workflow is to start with the range high (100%), make the selection of the localized color area you want to mask, and then reduce the range value as needed.
    Color Range isn't terribly intuitive to me, but it can be a powerful selection tool.  Photoshop Evangelist Russell Brown has a really good tutorial on Adobe TV about using color range.  Have you seen this before?
    http://tv.adobe.com/watch/the-russell-brown-show/the-secret-life-of-color-range/
    Hope this helps!

  • Variable Range not working in BPS-Layout.

    Hi BI Guru's,
    I am facing Problem in BPS - Layout.
    My requirement is to get YTD Budget Quantity in Single Coulumn. For Example, I need Quantiy for the Period 001.2009 to 12.2009 in single Column as Budget YTD 2009.
    For this I defined a variable on the Planning area, with the characteristics "fiscper" and in the selection condition i entered the range 001.2009 to 012.2009, but when i executed the layout it is showing the quantity for the perios 001.2009 only and not for the entire range.
    I tried with the User Exit also, where i copied the standard function module "UPF_VARIABLE_USER_EXIT"  to 'Z' function and modified to my requirement.
    Following is my Code for the Function Module
    clear eto_charsel.
    data ls_charsel type upc_ys_charsel.
    clear ls_charsel.
      i_area = 'ZUCOPA'.
      I_CHANM = 'FISCPER'.
      i_variable = 'ZACTDYTD1'.
      ls_charsel-chanm = i_chanm.
      ls_charsel-seqno = '1'.
      ls_charsel-sign  = 'I'.
      ls_charsel-opt   = 'BT'.
      ls_charsel-low   =  '2009001'.
      ls_charsel-HIGH   = '2009012'.
      insert ls_charsel into table eto_charsel.
    But the after using the Function Module in the User Exit area of Variable also, I am getting the Quantity for the Period 001.2009 only and not for the entire range ( 001.2009 to 012.2009 ).
    Please suggest some solution ASAP.
    Thanks in advance.
    Regards,
    VD.

    Hi Marc,
    Thanks For your Reply,
    I changed the Layout as suggested by you, where i have now 12 columns for Budget Quantity and a Total column( C1C2....C12).
    I do not want to show this 12 column and instead want to show only the total column, so I hide this columnn's in the change layout but after saving the layout these columns again appear in the layout.
    How do i hide these columns in the layout????
    Thanks
    VD

  • Range not working properly

    I have a report that will not return the proper records when use parameters of From product and through product. In my products table I have some parts that start with 0-xxx and 00-xxx where xxx is additonal alphanumeric characters along with some other part numbers. Example 0-42245-90 and 00-4790-0012-01C.
    If I enter a from product of 0 and a through product of 00-5333 I would expect both of these to show up but only part 00-4790-0012-01C does. If I enter a from product of  0-42245-90  and a through product of 00-4790-0012-01C then no records are shown but I expect both. If I enter a from product of 0 and a through product of 1a then both parts show, as expected. I sorted the report in product order and the  0-42245-90 product comes before 00-4790-0012-01C if they both show so I think I'm sure I enter the parameter values correctly. My question is why doesn't crystal show all the records it should?
    I think it is a bug because I ran the SQL that Crystal generated in the SQL connectivity tool and all recordes expected were returned no matter what range values I entered
    Here's the query:
    SELECT "Products"."Product", "Products"."Description", "Products"."CompanyID"
    FROM   "MAINDB"."PUB"."Products" "Products"
    WHERE  "Products"."CompanyID"='odsy' AND ("Products"."Product">='0' AND "Products"."Product"<='00-5333')
    ORDER BY "Products"."Product"
    This was done on Crystal XI

    I thought I gave examples of ranges already but here's more:
    If I leave the from product blank (or enter just a zero) and enter 00-4790-0012-01C in the thru product then I get 00-4790-0012-01C but I expect to get 0-42245-90 too. If I enter full product values of  0-42245-90 for the from product and 00-4790-0012-01C for the thru product then I still only get 00-4790-0012-01C. If I leave the from product blank and enter a thru products of ZZZZZZZZZZZZZZZZZZZZ then I get all my products.
    For whatever reason it looks like Crystal is thinking that 00-4790-0012-01C comes before 0-42245-90 when doing record selection but if you have a sort in the report Crystal puts 0-42245-90 before 00-4790-0012-01C.  If I run any of the queries that are not successfully showing 0-42245-90 outside of Crystal, the SQL tool has both 0-42245-90  and 00-4790-0012-01C as expected.

  • EVDRE - 'ALL' Keyword in Expand range not working when using ParentH2

    Hi experts,
    I am using a second hierarchy in my P_ACCT dimension (ParentH2). When creating a report with the ALL keyword in expand range (MemberSet) to show all members under P&L an error occurs (EVDRE cannot retrieve data). Without having the second hierarchy in the dimension the report works fine.
    Did anyone of you experience the same problem before? Is there a solution?
    Thanks in advance and best regards
    Felix

    Hi Sanjeev,
    thanks for your advice!
    Processing the dimension works without any issues.
    In the second hierarchy there are about 400 members (knodes and basemembers). That's roughly the same number of members as in the first hierarchy. Is there a known issue with the system when using the parentH2 property for that number of members?
    Thank you and best regards
    Felix

  • VPN Client and Dynamic isakmp keys not working

    Hi,
    I'm trying to enable DMVPN endpoints from dynamic IP addresses, e.g. adding in:
    crypto isakmp key XXXXXXX address 0.0.0.0 0.0.0.0 no-xauth
    The problem is when I add this line, it breaks our remote VPN Client.  Removing the line makes everything work fine again, except I can't add a DMVPN endpoint that has a dynamic IP.
    Presently all DMVPN spokes have static IP addresses configured and individual keys for each (I'm trying to simply/cut down our config and use a single key for all of them plus enable staff from home on dynamic IP's).
    I can't tell if this is an IOS bug, or if I need to configure something differently.
    Our VPN client is configured as a dynamic map, e.g.:
    crypto isakmp client configuration group vpnclient
    key RAH RAH RAH
    etc.
    crypto isakmp profile vpnclient
       match identity group vpnclient
       client authentication list vpnuser
       isakmp authorization list vpngroup
       client configuration address respond
    crypto ipsec transform-set VPNCLIENT esp-aes 256 esp-sha-hmac
    crypto dynamic-map vpnclient 10
    set transform-set VPNCLIENT
    set pfs group2
    set isakmp-profile vpnclient
    crypto map vpn 65535 ipsec-isakmp dynamic vpnclient
    And then attached to my WAN interface as crypto map.

    Hi Scott,
    What IOS Version are you using ? I don't see any reason that this command would break Remote VPN Connectivity.
    Maybe you can try
    crypto isakmp key XXXXXXX address 0.0.0.0 0.0.0.0 (remove the no-xauth, as it's not needed).
    Otherwise, you may share output of debug crypto isakmp to see exactly what is failing when the remote users are connecting.
    Regards,
    Bastien

  • My server not Working use Hotspot Shield vpn what I do

    Purchased Hotspot Shield vpn $9.99 per year but not Working what happent no suit with my server or someting wrong I have been Email Hotspot Shield support no answer

    Hello,
    Why are you handing out 192.185.2.1 through 192.185.2.10 in your VPN Addresses
    Should this 192.168.0.XXX through 192.168.0.XXX and out of range on what the router is handing out?
    Why don't you try making your Server 192.168.0.2 using your router as the gateway of 192.168.0.1
    Set your router's DHCP scope 192.168.0.10 through 192.168.0.100
    Set your VPN addresses for L2TP 192.168.0.101 through 192.168.0.149
    Set your VPN addresses for PPTP 192.168.0.150 through 192.168.0.199
    Thanks,
    ebrind
    Message was edited by: ebrind

  • Colour Range Tool not Working in CC as it did in CS6.

    Hi,  I'm currently trying out Ps CC and have realised that the Colour Range tool is not working as it did in CS6. Rather than selecting the solid colour sampled by the eye dropper (in this case pink from a blue and pink design) it is selecting fragments of both colours. No amount of playing with the sliders is improving the selection clarity. Does anybody have a solution? Thanks Kayle.

    You will likely get more help in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Table range is not working!!

    Hello all,
    I am using the JHeadstart 10.1.3 production (build 91) and JDeveloper 10.1.3
    I have a main group and 2 detail groups (nested) and regions on the main group. I tried to limit the number of rows by the "table rangë", by selecting it and putting the number of rows and its not showing on the page. I am getting the entire rows.
    any comments about it
    thanks
    san

    San,
    Hmm, very strange. Is this the only page where table range is not working? Can you try creating a new project from scratch and see whether it works correctly there?
    Steven Davelaar,
    JHeadstart Team.

  • Print range with JavaScript does not work on Mac

    Problem: I am using this.print({bUI: true, nStart: 1, nEnd: 2, bSilent: false}); to print a range of pages. Works perfectly on Reader 8 and 9 and AcroPro 8 in Windows XP. Works in AcroPro 8 on OSX 10.4 but not in Reader 8.1.2 or 9 in 10.4 or Leopard.
    What happens: the print dialogue opens, the range is selected correctly and the pages radio button is selected, but the preview shows the first page, and clicking to print prints the whole document.
    Workaround: making any change - even adding and deleting a space - to the print range in the print dialogue immediately causes the preview to switch to the desired pages, and the range now prints as desired.
    Have submitted this as a bug, but wondered if there is another way to do this from a button, as we're on a deadline.
    Thanks

    See this: http://windows.microsoft.com/en-US/windows-vista/Take-a-screen-capture-print-screen
    OR http://www.sevenforums.com/general-discussion/75540-print-screen.html
    Granted this is not directly for Windows 8 but give it a try.
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

Maybe you are looking for