<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: No Nat with 9.0(1) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224720#M347536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this command in config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group-policy VpnOut internal&lt;/P&gt;&lt;P&gt;group-policy VpnOut attributes&lt;/P&gt;&lt;P&gt; dns-server value 8.8.8.8&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol ikev1&lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value VpnOut_splitTunnelAcl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list VpnOut_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2013 14:54:31 GMT</pubDate>
    <dc:creator>MarcoM</dc:creator>
    <dc:date>2013-06-26T14:54:31Z</dc:date>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224707#M347466</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i have a config with access Vpn Client with range 192.168.2.x.&lt;/P&gt;&lt;P&gt;When connect with client i cannot access on local lan 192.168.1.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the nat and everything seems ok, what's wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 9.0(1)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ASA5505&lt;/P&gt;&lt;P&gt;domain-name admevent&lt;/P&gt;&lt;P&gt;enable password UukPE.RDbYHNqiAf encrypted&lt;/P&gt;&lt;P&gt;passwd UukPE.RDbYHNqiAf encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip local pool PoolVPN 192.168.2.100-192.168.2.110 mask 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.100 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 82.x.x.x 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;clock timezone CEST 1&lt;/P&gt;&lt;P&gt;clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; domain-name admevent&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network NETWORK_OBJ_192.168.1.0_24&lt;/P&gt;&lt;P&gt; subnet 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network NETWORK_OBJ_192.168.2.96_28&lt;/P&gt;&lt;P&gt; subnet 192.168.2.96 255.255.255.240&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network PoolVPN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 192.168.2.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; subnet 192.168.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list VpnOut_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list VpnOut_splitTunnelAcl standard permit 192.168.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list global_access extended permit ip any any&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm debugging&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-711-52.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;no arp permit-nonconnected&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source static PoolVPN PoolVPN destination static LAN LAN no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group global_access global&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 82.106.194.102 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout pat-xlate 0:00:30&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;timeout floating-conn 0:00:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;user-identity default-domain LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication telnet console LOCAL&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;http 192.168.2.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac&lt;/P&gt;&lt;P&gt;crypto ipsec security-association pmtu-aging infinite&lt;/P&gt;&lt;P&gt;crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1&lt;/P&gt;&lt;P&gt;crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5&lt;/P&gt;&lt;P&gt;crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP&lt;/P&gt;&lt;P&gt;crypto map outside_map interface outside&lt;/P&gt;&lt;P&gt;crypto ca trustpoint ASDM_TrustPoint0&lt;/P&gt;&lt;P&gt; enrollment self&lt;/P&gt;&lt;P&gt; subject-name CN=ASA5505&lt;/P&gt;&lt;P&gt; keypair admevent&lt;/P&gt;&lt;P&gt; crl configure&lt;/P&gt;&lt;P&gt;crypto ca trustpool policy&lt;/P&gt;&lt;P&gt;crypto ca certificate chain ASDM_TrustPoint0&lt;/P&gt;&lt;P&gt; certificate 8971be51&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 308201cb 30820134 a0030201 02020489 71be5130 0d06092a 864886f7 0d010105&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0500302a 3110300e 06035504 03130741 53413535 30353116 30140609 2a864886&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; f70d0109 02160741 53413535 3035301e 170d3133 30363236 30373039 33365a17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0d323330 36323430 37303933 365a302a 3110300e 06035504 03130741 53413535&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30353116 30140609 2a864886 f70d0109 02160741 53413535 30353081 9f300d06&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 092a8648 86f70d01 01010500 03818d00 30818902 818100cd c5648707 a99449d5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08733576 d34943a3 675e70a6 c0588998 d3ed6fa8 9461b65e cbde0e0f cf2d5aa0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 022104f8 45f25e72 dbcdd310 ebd3ab81 8418ac89 6dd04445 92577695 30c5d421&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64d93705 c7cd9aac 4280d6e9 5cb14aa6 c49a6ef9 82792c0c 2b0eaabd 35170c72&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b9796e64 d471544a b4bfda46 4eab64dc 76ae87c0 cc130702 03010001 300d0609&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2a864886 f70d0101 05050003 818100b4 c920a781 417597c3 74935ec3 d1bc25b0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cf1dd047 0a88a531 57bcc314 5c325273 24783cab 81b4457b 9586052d fbb46b6d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; adc9f9b9 e1df1525 e1b2ff31 a555e296 3bca064f 021123a3 4ab53b1c f81e1239&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3a5cc719 bcae1111 c245293e 96c688a9 051bdc37 8ea65e85 00af7357 1f448066&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4dda9476 94204e5c d5f889f7 ff8aaa&lt;/P&gt;&lt;P&gt;&amp;nbsp; quit&lt;/P&gt;&lt;P&gt;crypto ikev1 enable outside&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 10&lt;/P&gt;&lt;P&gt; authentication crack&lt;/P&gt;&lt;P&gt; encryption aes-256&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 20&lt;/P&gt;&lt;P&gt; authentication rsa-sig&lt;/P&gt;&lt;P&gt; encryption aes-256&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 30&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption aes-256&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 40&lt;/P&gt;&lt;P&gt; authentication crack&lt;/P&gt;&lt;P&gt; encryption aes-192&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 50&lt;/P&gt;&lt;P&gt; authentication rsa-sig&lt;/P&gt;&lt;P&gt; encryption aes-192&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 60&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption aes-192&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 70&lt;/P&gt;&lt;P&gt; authentication crack&lt;/P&gt;&lt;P&gt; encryption aes&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 80&lt;/P&gt;&lt;P&gt; authentication rsa-sig&lt;/P&gt;&lt;P&gt; encryption aes&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 90&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption aes&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 100&lt;/P&gt;&lt;P&gt; authentication crack&lt;/P&gt;&lt;P&gt; encryption 3des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 110&lt;/P&gt;&lt;P&gt; authentication rsa-sig&lt;/P&gt;&lt;P&gt; encryption 3des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 120&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption 3des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 130&lt;/P&gt;&lt;P&gt; authentication crack&lt;/P&gt;&lt;P&gt; encryption des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 140&lt;/P&gt;&lt;P&gt; authentication rsa-sig&lt;/P&gt;&lt;P&gt; encryption des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;crypto ikev1 policy 150&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; encryption des&lt;/P&gt;&lt;P&gt; hash sha&lt;/P&gt;&lt;P&gt; group 2&lt;/P&gt;&lt;P&gt; lifetime 86400&lt;/P&gt;&lt;P&gt;telnet 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;management-access inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.101-192.168.1.131 inside&lt;/P&gt;&lt;P&gt;dhcpd dns 8.8.8.8 interface inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group-policy VpnOut internal&lt;/P&gt;&lt;P&gt;group-policy VpnOut attributes&lt;/P&gt;&lt;P&gt; dns-server value 8.8.8.8&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol ikev1&lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value VpnOut_splitTunnelAcl&lt;/P&gt;&lt;P&gt;username marco password 0oRy/hK8KJ7YdcD3 encrypted privilege 15&lt;/P&gt;&lt;P&gt;username marco attributes&lt;/P&gt;&lt;P&gt; vpn-group-policy VpnOut&lt;/P&gt;&lt;P&gt;tunnel-group VpnOut type remote-access&lt;/P&gt;&lt;P&gt;tunnel-group VpnOut general-attributes&lt;/P&gt;&lt;P&gt; address-pool PoolVPN&lt;/P&gt;&lt;P&gt; default-group-policy VpnOut&lt;/P&gt;&lt;P&gt;tunnel-group VpnOut ipsec-attributes&lt;/P&gt;&lt;P&gt; ikev1 pre-shared-key *****&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;prompt hostname context&lt;/P&gt;&lt;P&gt;no call-home reporting anonymous&lt;/P&gt;&lt;P&gt;Cryptochecksum:2c56fd96f150b9e0f91bbc095c12d6b9&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:03:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224707#M347466</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2019-03-12T02:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224708#M347478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Your "object" are the wrong way in the NAT configuration&lt;BR /&gt;&lt;BR /&gt;The LAN and VPN pool needs to be switched with each other&lt;BR /&gt;&lt;BR /&gt;- Jouni&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:02:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224708#M347478</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T10:02:27Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224709#M347490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JouniForss,&lt;/P&gt;&lt;P&gt;thank for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source static PoolVPN PoolVPN destination static LAN LAN no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;nat (inside,outside) source static &lt;/STRONG&gt;&lt;STRONG&gt;LAN LAN&lt;/STRONG&gt; &lt;STRONG&gt;destination static &lt;/STRONG&gt;&lt;STRONG&gt;PoolVPN PoolVPN &lt;/STRONG&gt;&lt;STRONG&gt;no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224709#M347490</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T10:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224710#M347500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, that is correct.&lt;BR /&gt;&lt;BR /&gt;- Jouni&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:09:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224710#M347500</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T10:09:10Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224711#M347510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this configuration, but still does not work.. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:11:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224711#M347510</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T10:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224712#M347518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Just incase it causes problems, remove the VPN pool from the Split Tunnel ACL.&lt;BR /&gt;&lt;BR /&gt;- Jouni&lt;BR /&gt;&lt;BR /&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:15:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224712#M347518</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T10:15:51Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224713#M347527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i removed &lt;/P&gt;&lt;P&gt;access-list VpnOut_splitTunnelAcl standard permit 192.168.2.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but does not work from client vpn. (I also disconnected and connected)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:20:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224713#M347527</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T10:20:43Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224714#M347530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting to sound more of a problem with the actual VPN Client computer or the host on the LAN to which you are trying to connect to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has this worked at any point? Or is this a new connection completely?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you confirmed if any connections are visible on the ASA that you are attempting from the VPN Client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the service you are trying to reach enabled on the host on the LAN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is ICMP traffic then I would suggest adding the configuration that was on the ASA by default. Something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class-map inspection_default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; match default-inspection-traffic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; class inspection_default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect dns &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect sqlnet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect sunrpc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect tftp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect h323 h225&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect h323 ras&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect ip-options&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect rtsp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect skinny&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect esmtp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;service-policy global_policy global&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And mainly in the above we are looking to enable the &lt;STRONG&gt;"inspect icmp"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though in your case the VPN traffic should be allowed through the ASA by default so I am not sure if the inspect ICMP is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if its possible I would suggest using the "packet-tracer" command when you have the VPN Client connection active. What you should do is check the IP address you get from the ASA for your VPN Client then use it in the below command while also filling the information for the destination host and port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input outside tcp 192.168.2.x 12345 192.168.1.x &lt;DESTINATION port=""&gt;&lt;/DESTINATION&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input outside icmp 192.168.2.x 8 0 192.168.1.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 13:09:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224714#M347530</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T13:09:41Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224715#M347531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks angain for reply Jouni.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I deleted and recreated the pool &lt;STRONG&gt;PoolVPN&lt;/STRONG&gt; and it worked. &lt;SPAN __jive_emoticon_name="shocked" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have another issue with access to ASDM via vpn remote access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set this permission on config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authentication http console LOCAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;http server enable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;http 192.168.1.0 255.255.255.0 inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;http 192.168.2.0 255.255.255.0 inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but does not work. I also tried to set the outside interface (not inside on http) but without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:23:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224715#M347531</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T14:23:15Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224716#M347532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;management-access inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should allow you to access the &lt;STRONG&gt;"inside" &lt;/STRONG&gt;interface IP address for management purposes through the VPN connection. Otherwise it would only be possible to use the "outside" IP address for management through VPN Client if the "outside" IP address was forwarded to the VPN client connection also. (Either by using Full Tunnel or adding the IP address to the Split Tunnel perhaps)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:32:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224716#M347532</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T14:32:18Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224717#M347533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You seemed to already have the &lt;STRONG&gt;"management-access"&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should allow management connections through VPN also using the &lt;STRONG&gt;"inside"&lt;/STRONG&gt; IP address of the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:34:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224717#M347533</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T14:34:20Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224718#M347534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Jouni already have in config command "management-access inside" but does not works, cannot manage ASDM of ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:36:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224718#M347534</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224719#M347535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem that you have to change the VPN Client to Full Tunnel for this to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a quote from the Cisco documentation regarding the command&lt;STRONG&gt; "management-access"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;This command allows you to connect to an interface other than the one you entered the ASA from when&lt;/P&gt;&lt;P&gt;using a &lt;STRONG&gt;full tunnel&lt;/STRONG&gt; IPSec VPN or SSL VPN client (AnyConnect 2.x client, SVC 1.x) or across a&lt;/P&gt;&lt;P&gt;site-to-site IPSec tunnel.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be achieved setting the &lt;STRONG&gt;"split-tunnel-policy tunnelall"&lt;/STRONG&gt; in the &lt;STRONG&gt;"group-policy"&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224719#M347535</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224720#M347536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this command in config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;group-policy VpnOut internal&lt;/P&gt;&lt;P&gt;group-policy VpnOut attributes&lt;/P&gt;&lt;P&gt; dns-server value 8.8.8.8&lt;/P&gt;&lt;P&gt; vpn-tunnel-protocol ikev1&lt;/P&gt;&lt;P&gt; split-tunnel-policy tunnelspecified&lt;/P&gt;&lt;P&gt; split-tunnel-network-list value VpnOut_splitTunnelAcl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list VpnOut_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:54:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224720#M347536</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T14:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224721#M347537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i set also full tunnel but does not works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 15:00:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224721#M347537</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T15:00:45Z</dc:date>
    </item>
    <item>
      <title>No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224722#M347538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you change the NAT configuration a bit and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no nat (inside,outside) source static &lt;/STRONG&gt;&lt;STRONG&gt;LAN LAN destination static &lt;/STRONG&gt;&lt;STRONG&gt;PoolVPN PoolVPN &lt;/STRONG&gt;&lt;STRONG&gt;no-proxy-arp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) source static &lt;/STRONG&gt;&lt;STRONG&gt;LAN LAN destination static &lt;/STRONG&gt;&lt;STRONG&gt;PoolVPN PoolVPN &lt;/STRONG&gt;&lt;STRONG&gt;no-proxy-arp route-lookup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 15:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224722#M347538</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-06-26T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: No Nat with 9.0(1)</title>
      <link>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224723#M347539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jouni activating "route-lookup" works fine!!!!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 15:44:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-nat-with-9-0-1/m-p/2224723#M347539</guid>
      <dc:creator>MarcoM</dc:creator>
      <dc:date>2013-06-26T15:44:56Z</dc:date>
    </item>
  </channel>
</rss>

