Cannot access any internal IPs when you are connected by VPN to ASA5505

Hello

I was able to configure VPN to work a bit on my ASA 5505. I can connect to the VPN and ping some IP addresses within the network. But some IPs don't react, I get "Request Timed Out"

For example:

10.10.0.4 - it works
10.10.0.5 - is not word
10.10.0.10 - it works
10.10.0.11 - it works
10.10.0.13 - does not work

If I ping from the network internally, all works well.

Does anyone have recommendations on how to address the issue?

VPN is the marking of the packages in a way that would trigger a firewall block?

It is the configuration of my ASA:

VPN with the name 'VPN-Remote' is the one I use.

 ASA Version 9.2(2)4 ! hostname ciscoasa enable password NuLKvvWGg.x9HEKO encrypted passwd NuLKvvWGg.x9HEKO encrypted names ip local pool RA_VPN 10.10.1.1-10.10.1.255 mask 255.255.255.0 ! interface Ethernet0/0 switchport access vlan 2 ! interface Ethernet0/1 ! interface Ethernet0/2 ! interface Ethernet0/3 ! interface Ethernet0/4 ! interface Ethernet0/5 ! interface Ethernet0/6 ! interface Ethernet0/7 ! interface Vlan1 nameif inside security-level 100 ip address 10.10.0.1 255.255.255.0 ! interface Vlan2 nameif outside security-level 0 ip address dhcp setroute ipv6 enable ! boot system disk0:/asa922-4-k8.bin ftp mode passive clock timezone CST -6 clock summer-time CDT recurring same-security-traffic permit inter-interface same-security-traffic permit intra-interface object network obj_any subnet 0.0.0.0 0.0.0.0 object network INSIDE-SUBNET object network sb-service-80 host 10.10.0.143 object network sbservicetest object network sb-service-443 host 10.10.0.143 object network dvr_web host 10.10.0.30 object service DVR-Tomcat_port service tcp source eq 8080 destination eq 8080 object network NETWORK_OBJ_10.10.1.0_24 subnet 10.10.1.0 255.255.255.0 object network dvr_mobile host 10.10.0.30 object service DVR-Mobile_port service tcp source eq 18004 destination eq 18004 object network WAN host 98.195.48.88 object service Web80 service tcp source eq www destination eq www object network NETWORK_OBJ_10.10.2.0_24 subnet 10.10.2.0 255.255.255.0 object network NETWORK_OBJ_10.10.0.0_24 subnet 10.10.0.0 255.255.255.0 object-group network sb-service network-object object sb-service-443 network-object object sb-service-80 object-group network DVR-service network-object object dvr_web network-object object dvr_mobile object-group protocol TCPUDP protocol-object udp protocol-object tcp access-list outside_access_in extended permit icmp any any access-list inside_access_in extended permit ip any any access-list inside_access_in extended permit icmp any any inactive access-list Outside_access_in extended permit tcp any object sb-service-80 eq www access-list Outside_access_in extended permit tcp any object sb-service-443 eq https log disable access-list Outside_access_in extended permit tcp any object dvr_web eq 8080 log disable access-list Outside_access_in extended permit tcp any object dvr_mobile eq 18004 log disable access-list Outside_access_in extended permit icmp any any time-exceeded access-list Outside_access_in extended permit icmp any any unreachable log warnings access-list Outside_access_in extended permit icmp any any echo-reply access-list Outside_access_in extended permit icmp any any source-quench access-list global_mpc extended permit ip any any access-list RA_VPN-ACL extended permit ip object NETWORK_OBJ_10.10.2.0_24 any access-list Remote-VPN_splitTunnelAcl standard permit 10.10.0.0 255.255.255.0 access-list AnyConnect_Client_Local_Print extended deny ip any4 any4 access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq lpd access-list AnyConnect_Client_Local_Print remark IPP: Internet Printing Protocol access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 631 access-list AnyConnect_Client_Local_Print remark Windows' printing port access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 9100 access-list AnyConnect_Client_Local_Print remark mDNS: multicast DNS protocol access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.251 eq 5353 access-list AnyConnect_Client_Local_Print remark LLMNR: Link Local Multicast Name Resolution protocol access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.252 eq 5355 access-list AnyConnect_Client_Local_Print remark TCP/NetBIOS protocol access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 137 access-list AnyConnect_Client_Local_Print extended permit udp any4 any4 eq netbios-ns pager lines 24 logging enable logging asdm notifications no logging message 106015 no logging message 313001 no logging message 313008 no logging message 106023 no logging message 710003 no logging message 106100 no logging message 302015 no logging message 302014 no logging message 302013 no logging message 302018 no logging message 302017 no logging message 302016 no logging message 302021 no logging message 302020 flow-export destination inside 10.10.0.111 2055 mtu inside 1500 mtu outside 1500 no failover icmp unreachable rate-limit 1 burst-size 1 asdm image disk0:/asdm-731.bin no asdm history enable arp timeout 14400 no arp permit-nonconnected nat (any,any) source static NETWORK_OBJ_10.10.1.0_24 NETWORK_OBJ_10.10.1.0_24 ! object network obj_any nat (inside,outside) dynamic interface object network sb-service-80 nat (inside,outside) static interface no-proxy-arp service tcp www www object network sb-service-443 nat (inside,outside) static interface no-proxy-arp service tcp https https object network dvr_web nat (inside,outside) static interface no-proxy-arp service tcp 8080 8080 object network dvr_mobile nat (inside,outside) static interface no-proxy-arp service tcp 18004 18004 ! nat (inside,outside) after-auto source dynamic any interface inactive access-group inside_access_in in interface inside access-group Outside_access_in in interface outside timeout xlate 3:00:00 timeout pat-xlate 0:00:30 timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02 timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00 timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00 timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute timeout tcp-proxy-reassembly 0:01:00 timeout floating-conn 0:00:00 dynamic-access-policy-record DfltAccessPolicy user-identity default-domain LOCAL aaa authentication ssh console LOCAL http server enable http 10.10.0.0 255.255.255.0 inside http 0.0.0.0 0.0.0.0 outside snmp-server group snmp_g v3 auth snmp-server user snmp_u snmp_g v3 encrypted auth md5 1d:1b:67:96:29:9b:5c:49:42:d5:a4:10:13:e0:b2:ee snmp-server host inside 10.10.0.111 community ***** version 2c no snmp-server location no snmp-server contact snmp-server community ***** crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANS esp-aes esp-sha-hmac crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANS mode transport crypto ipsec ikev1 transform-set ESP-DES-SHA-TRANS esp-des esp-sha-hmac crypto ipsec ikev1 transform-set ESP-DES-SHA-TRANS mode transport crypto ipsec ikev1 transform-set ESP-AES-192-SHA-TRANS esp-aes-192 esp-sha-hmac crypto ipsec ikev1 transform-set ESP-AES-192-SHA-TRANS mode transport crypto ipsec ikev1 transform-set ESP-AES-256-SHA-TRANS esp-aes-256 esp-sha-hmac crypto ipsec ikev1 transform-set ESP-AES-256-SHA-TRANS mode transport crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANS esp-3des esp-sha-hmac crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANS mode transport crypto ipsec ikev2 ipsec-proposal DES protocol esp encryption des protocol esp integrity sha-1 md5 crypto ipsec ikev2 ipsec-proposal 3DES protocol esp encryption 3des protocol esp integrity sha-1 md5 crypto ipsec ikev2 ipsec-proposal AES protocol esp encryption aes protocol esp integrity sha-1 md5 crypto ipsec ikev2 ipsec-proposal AES192 protocol esp encryption aes-192 protocol esp integrity sha-1 md5 crypto ipsec ikev2 ipsec-proposal AES256 protocol esp encryption aes-256 protocol esp integrity sha-1 md5 crypto ipsec security-association pmtu-aging infinite crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-192-SHA ESP-AES-256-SHA ESP-3DES-SHA ESP-DES-SHA ESP-AES-128-SHA-TRANS ESP-AES-192-SHA-TRANS ESP-AES-256-SHA-TRANS ESP-3DES-SHA-TRANS ESP-DES-SHA-TRANS crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev2 ipsec-proposal AES256 AES192 AES 3DES DES crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP crypto map outside_map interface outside crypto map inside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP crypto map inside_map interface inside crypto ca trustpoint ASDM_Launcher_Access_TrustPoint_0 enrollment self subject-name CN=10.10.0.1,CN=ciscoasa crl configure crypto ca trustpoint ASDM_TrustPoint0 enrollment self subject-name CN=ciscoasa proxy-ldc-issuer crl configure crypto ca trustpool policy crypto ca certificate chain ASDM_TrustPoint0 certificate aa711054 308201af 30820159 a0030201 020204aa 71105430 0d06092a 864886f7 0d010105 0500302c 3111300f 06035504 03130863 6973636f 61736131 17301506 092a8648 86f70d01 09021608 63697363 6f617361 301e170d 31353035 32303230 34353137 5a170d32 35303531 37323034 3531375a 302c3111 300f0603 55040313 08636973 636f6173 61311730 1506092a 864886f7 0d010902 16086369 73636f61 7361305c 300d0609 2a864886 f70d0101 01050003 4b003048 024100bc 4278aeda 26601456 0e035bb5 6021adc5 0ac9149a 11d95e72 c5a8509b 514fd50d 7a86bdb3 a00bda84 4e6bda8d 50124c64 1179acc4 b2869092 9a742b52 f97c2302 03010001 a3633061 300f0603 551d1301 01ff0405 30030101 ff300e06 03551d0f 0101ff04 04030201 86301f06 03551d23 04183016 8014d86a b4f1585d 7d93a0c7 7a1df9dd b37b0051 18aa301d 0603551d 0e041604 14d86ab4 f1585d7d 93a0c77a 1df9ddb3 7b005118 aa300d06 092a8648 86f70d01 01050500 034100a3 f0441214 1add483b 286fa44e 3844acce 27a68b2e 54f21dce 9a917783 1ab394f7 2d87e4d4 bcfcc7ef 6b26d604 bd0ea56f 05a72d0d 6c37413a b60216f3 612e0a quit crypto ikev2 policy 1 encryption aes-256 integrity sha group 5 2 prf sha lifetime seconds 86400 crypto ikev2 policy 10 encryption aes-192 integrity sha group 5 2 prf sha lifetime seconds 86400 crypto ikev2 policy 20 encryption aes integrity sha group 5 2 prf sha lifetime seconds 86400 crypto ikev2 policy 30 encryption 3des integrity sha group 5 2 prf sha lifetime seconds 86400 crypto ikev2 policy 40 encryption des integrity sha group 5 2 prf sha lifetime seconds 86400 crypto ikev2 enable outside crypto ikev1 enable outside crypto ikev1 policy 10 authentication crack encryption aes-256 hash sha group 2 lifetime 86400 crypto ikev1 policy 20 authentication rsa-sig encryption aes-256 hash sha group 2 lifetime 86400 crypto ikev1 policy 30 authentication pre-share encryption aes-256 hash sha group 2 lifetime 86400 crypto ikev1 policy 40 authentication crack encryption aes-192 hash sha group 2 lifetime 86400 crypto ikev1 policy 50 authentication rsa-sig encryption aes-192 hash sha group 2 lifetime 86400 crypto ikev1 policy 60 authentication pre-share encryption aes-192 hash sha group 2 lifetime 86400 crypto ikev1 policy 70 authentication crack encryption aes hash sha group 2 lifetime 86400 crypto ikev1 policy 80 authentication rsa-sig encryption aes hash sha group 2 lifetime 86400 crypto ikev1 policy 90 authentication pre-share encryption aes hash sha group 2 lifetime 86400 crypto ikev1 policy 100 authentication crack encryption 3des hash sha group 2 lifetime 86400 crypto ikev1 policy 110 authentication rsa-sig encryption 3des hash sha group 2 lifetime 86400 crypto ikev1 policy 120 authentication pre-share encryption 3des hash sha group 2 lifetime 86400 crypto ikev1 policy 130 authentication crack encryption des hash sha group 2 lifetime 86400 crypto ikev1 policy 140 authentication rsa-sig encryption des hash sha group 2 lifetime 86400 crypto ikev1 policy 150 authentication pre-share encryption des hash sha group 2 lifetime 86400 telnet timeout 5 ssh stricthostkeycheck ssh 10.10.0.0 255.255.255.0 inside ssh timeout 5 ssh key-exchange group dh-group1-sha1 console timeout 0 no vpn-addr-assign dhcp dhcpd auto_config outside ! dhcpd address 10.10.0.5-10.10.0.254 inside ! threat-detection basic-threat threat-detection statistics port threat-detection statistics protocol threat-detection statistics access-list threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200 ntp server 166.70.136.41 source outside ntp server 108.166.189.70 source outside ntp server 63.245.214.136 source outside ssl trust-point ASDM_Launcher_Access_TrustPoint_0 inside ssl trust-point ASDM_Launcher_Access_TrustPoint_0 inside vpnlb-ip webvpn enable outside group-policy DfltGrpPolicy attributes group-policy Remote-VPN internal group-policy Remote-VPN attributes dns-server value 10.10.0.201 8.8.8.8 vpn-tunnel-protocol ikev1 split-tunnel-policy tunnelspecified split-tunnel-network-list value Remote-VPN_splitTunnelAcl default-domain value local.prv username snmp_test password Ocwq862v84DTwooX encrypted username VPN_User password KgHsdRdYP0lAyeqPIXn51g== nt-encrypted privilege 15 tunnel-group DefaultRAGroup general-attributes address-pool RA_VPN tunnel-group DefaultRAGroup ipsec-attributes ikev1 pre-shared-key ***** tunnel-group Remote-VPN type remote-access tunnel-group Remote-VPN general-attributes address-pool RA_VPN default-group-policy Remote-VPN tunnel-group Remote-VPN ipsec-attributes ikev1 pre-shared-key ***** ! class-map global-class match access-list global_mpc class-map inspection_default match default-inspection-traffic ! ! policy-map type inspect dns preset_dns_map parameters message-length maximum client auto message-length maximum 512 policy-map global_policy class inspection_default inspect dns preset_dns_map inspect ftp inspect h323 h225 inspect h323 ras inspect rsh inspect rtsp inspect sqlnet inspect skinny inspect sunrpc inspect xdmcp inspect sip inspect netbios inspect tftp inspect ip-options inspect pptp inspect icmp inspect icmp error class global-class flow-export event-type all destination 10.10.0.111 ! service-policy global_policy global prompt hostname context no call-home reporting anonymous hpm topN enable Cryptochecksum:f249b6940d463cc987b9aa828d8d8282 : end

Hello

If please check windows or any of application firewall PC side. It's less likely the issue VPN or ASA.

HTH

Averroès.

Tags: Cisco Security

Similar Questions

  • Cannot access the Story more when you're connected to creative cloud

    Hello

    I opened free story of my creative cloud dashboard. Up to the top of the screen, there is a button called upgrade which I guess will allow me to open Story more.

    But when I click on it it goes to the store where I wonder if I want to buy more Adobe Story. I thought that this was part of the creative cloud and shouldn't be purchased again.

    How to open and use Story more in creative cloud without the need to buy?

    Thank you, Ken, for your help.

    When I click on the Story more link on the CC apps page, I am taken to Adobe Story free https://story.adobe.com/en-us/index.html page and it seems that I am already connected. This is the same behavior as before using IE 10 on one machine Windows 8. I also found that I was unable to create a new project in IE as well.

    Having concluded that it was still not working I tried to open https://story.adobe.com/ in Chrome and it seems to work with Story more loading after I have connected to my account, so it seems that it was a browser configuration issue that caused the problem.

    Thanks again for your help.

    Concerning

    Colin

  • Internet goes when you are connected to wifi

    Bought an iMac on eBay this week, works fine apart from a problem I encounter with internet stall, which really starts to get boring!

    It's an iMac, mid-2011, with OS X el Capitan 10.11.3 installed and put to update to the most recent update.

    The question...

    When you are connected to our home network (Sky Broadband) I get internet access for 5 minutes for an hour then stop him internet but the wifi is connected. At this point if I check all other computers/phones/tablets on the network that they are all still connected to the internet with absolutely no problem.

    The temporary solution...

    If I disable the wifi on my iMac and then back on again once it reconnects immediately and internet works fine still a time - until it stops!

    What I tried...

    Restart the mac repeatedly

    Restarted the router again

    In network settings, advanced on the mac, I renewed the DHCP lease (loads of times - note it always seems to come back with exactly the same ip address - I guess it's good?), updated the DNS (last post I read said to use 2.4.4.2 so am currently on that), tried to manually set the MTU to 1453, I deleted all the other networks stored outside my home network Too much.

    Does anyone have any suggestions please for all messages that have worked for them, or things that I could try?

    Thanks a lot for your help

    Joe

    Did you erase the internal drive and install OS X yourself? Did you run the hardware test? If this isn't the case, please do both.

  • the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I am disconnected and then reconnected___

    the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I disconnected and then reconnected.

    I just ran windows update on a large number of files all successful before this happened, it happens when I am connected to the internet, I use dial-up access

    added on 25/11/09 still have the problem mentioned above, even explore two windows are runnibg on the system, or two IE browsers running?

    Added 27/11/09 I ave followed all instructions up to and including thefix tool kb/93623, stiil I have this report of windows Defender quickly appearing twice in a row, then I'm disconnected from the internet. any more ideas thanks sam

    Visit this link:
    http://support.Microsoft.com/kb/936213

  • Error - Windows cannot login because your profile cannot be loaded. Check that you are connected to the network and that your network is working properly. Unable to log-in to the guest account

    Original title: problem: Guest account does not work even after activation due to profile problems.

    After you activate the guest on this system account tries to log in under this account to fail with the message "Failed to load the user profile". According to the information I found online about this error, I checked HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList to see if a key exists since comments (it isn't). I also checked the Windows application log and found the following entries:

    • Windows cannot copy file C:\Users\Default\AppData\Local\Microsoft\Windows Live\SqmApi\SqmData720896_00.sqm to the C:\Users\Guest\AppData\Local\Microsoft\Windows Live\SqmApi\SqmData720896_00.sqm location. This error can be caused by network problems or insufficient security rights.

      DETAIL - access is denied.

    • Windows cannot find the local profile and connects you with a temporary profile. Changes to this profile will be lost when you close the session
    • Windows cannot copy file C:\Users\Default\AppData\Local\Microsoft\Windows Live\SqmApi\SqmData720896_00.sqm to the C:\Users\TEMP\AppData\Local\Microsoft\Windows Live\SqmApi\SqmData720896_00.sqm location. This error can be caused by network problems or insufficient security rights.

      DETAIL - access is denied.

    • Windows is unable to login because your profile cannot be loaded. Check that you are connected to the network and that your network is working properly.

      RETAIL - only part of a query ReadProcessMemory or WriteProcessMemory was completed.

    The path of the C:\Users\TEMP does not exist, and the sqm file specified does not deny entries in its ACL, just full control to the SYSTEM, LOCAL SERVICE, my admin account and the Administrators group.

    I'm running Windows 7 Ultimate x 64 edition.

    Christopher S. Charabaruk

    Well guys,.

    The simplest solution is to read what the error.

    "Cannot copy file C:\Users\Default\AppData\Local\Microsoft\Windows Live\SqmApi\SqmData720896_00.sqm"

    I tried a lot of suggestion, but delete the file crazy and that's all working again.

    Beter first remove windows live as well. I only have the first and received the message that something is wong with the installation.

    Hope this has been helpful.

    Commander Paul

  • Why the last OS update cost me gigabytes of data when you are connected directly to my computer and ISP via Itunes February 29, 2016

    Why the last OS update cost me gigabytes of data when you are connected directly to my computer and ISP via Itunes.  29 February 2016

    While it is connected to ITunes via my Dell system, I was informed of the latest OS update for my IPhone 6.  I decided that the direct connection to the internet would be the fastest way to download and install the software.  During the process I started to have some warning of our AT & T account that I approach the limit of our data plan, then in quick succession, only warnings, said I've reached the limit and then passed in the data, limit charges.  At the time it was done, I had accumulated more than 2 gigabytes of additional data charges.

    Until that point, I was very pleased with the device and confident in the ability to use Wifi and data.  Due to this incident, I became very suspicious of the camera and the huge potential for data overcharges. It is extremely disconcerting as it happened while it is directly connected to the internet using my computer at home.

    Please note that, in the episode my ISP and the computer is remained connected to the WEB with no sign of connectivity issues.

    Someone at - he had a similar experience and understand what went wrong?

    Thanks for your support,

    Jerry

    JerrolK wrote:

    Why the last OS update cost me gigabytes of data when you are connected directly to my computer and ISP via Itunes.  29 February 2016

    While it is connected to ITunes via my Dell system, I was informed of the latest OS update for my IPhone 6.  I decided that the direct connection to the internet would be the fastest way to download and install the software.

    You have chosen the option of direct download, you have received a message of warning from AT & T about it yet.

    He did what you asked it to do.

  • The battery on my Toshiba NB500 has not been charged since one should use it when you are connected to the power. The battery in the tool bar icon indicates charge but is always 0% available.

    The battery on my Toshiba NB500 has not been charged since one should use it when you are connected to the power. The battery in the tool bar icon indicates charge but is always 0% available. What could be the problem and how can I solve it?

    A problem better put to the support of Tosh or their forums, with regard to their equipment, not MS or Win

  • Copy-hard drive when you are connected to vCenter

    Y at - it a command to copy a virtual disk when you are connected to the server vCenter instead of being directly connected to each ESX Server?

    Thank you

    KeV

    You can use the cmdlet Copy-DatastoreItem but there are a few known issues with this cmdlet when the current generation.

    Or you can use the underlying CopyDatastoreFile_Task method.

    Note that you need to copy all the files (header & flat file) that make up a vDisk yourself!

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • The VPN Clients cannot access any internal address

    Without a doubt need help from an expert on this one...

    Attempting to define a client access on an ASA 5520 VPN that was used only as a

    Firewall so far. The ASA has been recently updated to Version 7.2 (4).

    Problem: Once connected, VPN client cannot access anything whatsoever. Client VPN cannot

    ping any address on internal networks, or even the inside interface of the ASA.

    (I hope) Relevant details:

    (1) the tunnel seems to be upward. Customers are the authenticated by the SAA and

    are able to connect.

    (2) by many other related posts, I ran a ' sh crypto ipsec her "to see the output: it

    appears that the packets are décapsulés and decrypted, but NOT encapsulated or

    encrypted (see the output of "sh crypto ipsec his ' home).

    (3) by the other related posts, we've added commands associated with inversion of NAT (crypto

    ISAKMP nat-traversal 20

    crypto ISAKMP ipsec-over-port tcp 10000). These were in fact absent from our

    Configuration.

    (4) we tried encapsulation TCP and UDP encapsulation with experimental client

    profiles: same result in both cases.

    (5) if I (attempt) ping to an internal IP address of the connected customer, the

    real-time log entries ASA show the installation and dismantling of the ICMP requests to the

    the inner target customer.

    (6) the capture of packets to the internal address (one that we try to do a ping of the)

    VPN client) shows that the ICMP request has been received and answered. (See attachment

    shooting).

    (7) our goal is to create about 10 VPN client of different profiles, each with

    different combinations of access to the internal VLAN or DMZ VLAN. We do not have

    preferences for the type of encryption or method, as long as it is safe and it works: that

    said, do not hesitate to recommend a different approach altogether.

    We have tried everything we can think of, so any help or advice would be greatly

    Sanitized the ASA configuration is also attached.

    appreciated!

    Thank you!

    It should be the last step :)

    on 6509

    IP route 172.16.100.0 255.255.255.0 172.16.20.2

    and ASA

    no road inside 172.16.40.0 255.255.255.0 172.16.20.2

  • Why do I get the access denied error message when you are logged in as administrator?

    "Error" failed to create the file 'C:\Windows\Fonts\[font name]. " Access is denied. "

    is received when I try to install a font by being logged on as administrator (I'm the only person who uses this)
    computer with password protection guest no account)

    or when I use WinZip the fonts folder is not available

    The fonts folder is blocked with a "read-only" access  I can't find any way to change the permissions on the folder (there is no security tab), and any attempt to change the status of reading is has met an insufficient privileges error message.  I notice that the fonts have been added during the last few days several times but I have nothing personally for it - he did alone (how I don't know).  I admit be baffled by your inability to add fonts using your CD (even though I'm reasonably sure it's read-only permission which is at the origin of the problem). I use Vista Business SP2 32-bit and my comments were based on it.  I never really tried to install fonts on my system, so I don't know if I would have the same problem - I presume that I would give for the same reasons.  The article I posted http://windows.microsoft.com/en-US/windows-vista/Install-or-uninstall-fonts explains how to install individual fonts in formats of special fonts - it does not how to do when you use a CD with an install button.  Have you tried right-clicking on the button install to see if it brings up the run as Administrator option (it probably won't)?  Here is another article on how to install fonts: http://www.lytebyte.com/2007/07/03/how-to-install-new-fonts-in-windows-vista/.  If you link to the CD player will be able to see the individual fonts and "select all" or according to which you want to install - instead of using the installation with the CD button (if you can find the right folder (s)).  Here is an article from third on the installation of the http://www.windowsreference.com/windows-vista/how-to-install-fonts-in-vista/ fonts that suggests using the install button should work as should drag / drop it into the fonts folder - thought we seem to be having trouble with these procedures (and I think he did the permissions block which I can't imagine why he's here or why there is no security tab allows you to adjust).

    Maybe someone with more knowledge (like Engineer Support or an MVP) see this thread and respond with a solution.  In the meantime, I'm puzzled.

    Good luck! Lorien - a - MCSE/MCSA/network + / A +.

  • How to grant local LAN access when you are connected via a central-site

    I know how to activate the local LAN access in the properties for the client connection, but I don't know how to allow access to the central site

    Central site is a CISCO 1721 with module as well as IOS IPSEC VPN

    tanks for any help

    Hello

    This feature is only supported when you connect to a VPN3K box, its not available for PIX/IOS as a vpn server, allowing it on the client-side custom has no effect when you connect to a server of PIX/IOS.

    THX

    AFAQ

  • Cannot access the menu start when you use the webcam

    Original title: webcam

    webcam works fine, can't access any link in the start menu.

    Hello

    1. What is the brand and model of the webcam?

    2 - is external or built-in webcam?

    I suggest you try to update the latest drivers for the webcam and check if it helps:

    http://Windows.Microsoft.com/en-us/Windows-Vista/update-a-driver-for-hardware-that-isn ' t-work correctly

    It will be useful.

  • Cannot access monarch airlines calendar when you try to book flights

    Unable to access calendar of monarch airlines to book flights. Also can not enter counter on the Web site of british gas

    Many issues of the site can be caused by corrupted cookies or cache. To try to solve these problems, the first step is to clear cookies and cache.
    Note: This will be you temporarily disconnect all sites, you're connected to.
    To clear the cache and cookies to do the following:

    1. Go to Firefox > history > clear recent history or (if no Firefox button is displayed) go to tools > clear recent history.
    2. Under "Time range to clear", select "all".
    3. Now, click the arrow next to details to toggle the active details list.
    4. In the list of details, see the Cache and Cookies and uncheck everything.
    5. Now click the clear now button.

    More information can be found in article to clear your cache, history, and other personal information in Firefox .

    This solve your problems? Please report to us!

  • El capitan crashes when you are connected to the internet ONLY

    If not connected to the internet, the computer will run all day without any problem, any help would be great, thanks

    These must be run as administrator. If you have only one user account, you are the administrator.

    Please launch the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    In the Console window, select

    DIAGNOSIS AND diagnostic USE information reports ▹ System

    (not diagnose them and use Messages) in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu bar.

    There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points downwards. You will see a list of reports. A report of panic has a name that begins with "Kernel" and ends with ".panic." Select the most recent. The content of the report is displayed at right. Allows you to copy and paste to validate all of the content, text, not a screenshot.

    If you don't see any report, but you know, there was a panic, you have chosen diagnostic and using the list of Log Messages. INFORMATION on the USE of DIAGNOSTIC AND choose instead.

    In the interest of privacy, I suggest that, before posting, you change the UUID ' anonymous, ' a long string of letters, numbers and dashes in the header of the report, if it is present (it cannot be). "

    Please do not post other types of diagnostic report.

    I know that the report is long, perhaps several hundred lines. Please report all this anyway.

    When you post the report, an error message may appear on the web page: "you have included content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • Satellite Pro L300D started crashing when you are connected to the projector

    Hi all, I have a Satellite Pro L300D, have since January. In March of this year, it developed a problem.
    He began to turn the power on and off screen until I got the blue screen of death and had to reboot the laptop, also BIOS crashed. He was sent to Toshiba and got sorted.

    I use the laptop in the Church for the presentation to the powerpoint, we use a projector that connects to the video output on the laptop, but it has now begun to crash whenever I connect the projector to your laptop.

    Can I use the powerpoint, switch to the view of presenters and show the presentation of 30 minutes, then the screen goes black for about a second, the laptop and the projector off, then when they come again, I get a message saying that the display driver has been restarted, little after that the screen turns off, and then market / stop about six times before that I get the BSOD.

    Also, if I show a clip AVI or video during the presentation, it will crash soon after or even before its done.

    Have updated the drivers for laptop, I always get a message stating all the drivers are up to date and I am quite at a loss to know what to do next.

    To be honest, I'm so fed up with it that I am almost to the point of buying an Apple Mac Pro and away from Windows-based computers all together, my friends have macs and they never have any problem.

    Someone at - it an idea on what could be the problem?

    RGS
    James

    Hello James

    Can you please tell me what mode you are using for the presentation?
    Is that what this duplication mode (the same image on the LCD screen and the external device) or something else?
    Do you have problems if you use the single external device (LCD screen is OFF)?

    Movie files can be problematic if you run on laptops LCD and try to switch to the external display while the movie is running.

Maybe you are looking for