<?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: ASA nat error while setting anyconnect in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030449#M4721</link>
    <description>&lt;P&gt;in your configuration you mentioned you outside next hop is&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.1 1&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;now this 192.168.100.1.1this is a RFC 1918 address range (I am guessing this is the ISP provider ADSL modem/boradband router etc). you need to log into this device and setup a port-forwarding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that is the reason you are not able to connect to your anyconnect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Feb 2020 10:58:33 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2020-02-16T10:58:33Z</dc:date>
    <item>
      <title>ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4029844#M4713</link>
      <description>&lt;P&gt;Hello -&amp;nbsp;&lt;BR /&gt;I have ASA5506 configured as BVI -&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to setup the anyconnect through the ASDM but I’m getting nat error&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see the attached snapshot from ASA,,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have tried to add nat (inside,outside) 1 source static but still getting the same error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:55:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4029844#M4713</guid>
      <dc:creator>saids3</dc:creator>
      <dc:date>2020-02-21T17:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030031#M4714</link>
      <description>&lt;P&gt;You can try through CLI, copy all commands with OK status and execute it through Command Line, secondly your NAT seems to be incorrect, you need to nat your source nat pool with required network that need to be allow for vpn users. Plus tyr nat(inside, any) rather (inside, outside)&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;nat (inside,any) source Remote_VPN_Pool Remote_VPN_Pool destination static Allowed_Network4RemoteVPN Allowed_Network4RemoteVPN&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 19:12:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030031#M4714</guid>
      <dc:creator>Muhammad Zahid</dc:creator>
      <dc:date>2020-02-14T19:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030181#M4715</link>
      <description>&lt;P&gt;Thank you for the reply,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done nat (inside, any) and it doesn’t like it, because the main interface or the inside network is set as BVI.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have tried to follow different tutorials to change the BVI but I lose the connection.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 04:21:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030181#M4715</guid>
      <dc:creator>saids3</dc:creator>
      <dc:date>2020-02-15T04:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030182#M4716</link>
      <description>&lt;P&gt;Here is my configuration —&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/1&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside_1&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside_2&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside_3&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside_4&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside_5&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside_6&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt;bridge-group 1&lt;BR /&gt;nameif inside_7&lt;BR /&gt;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.209.111.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone GST 4&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;domain-name omsaid.org&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;object network obj_any1&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any2&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any3&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any4&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any5&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any6&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any7&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network INSIDE-NET&lt;BR /&gt;subnet 10.209.111.0 255.255.255.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside_1 1500&lt;BR /&gt;mtu inside_2 1500&lt;BR /&gt;mtu inside_3 1500&lt;BR /&gt;mtu inside_4 1500&lt;BR /&gt;mtu inside_5 1500&lt;BR /&gt;mtu inside_6 1500&lt;BR /&gt;mtu inside_7 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;!&lt;BR /&gt;object network obj_any1&lt;BR /&gt;nat (inside_1,outside) dynamic interface&lt;BR /&gt;object network obj_any2&lt;BR /&gt;nat (inside_2,outside) dynamic interface&lt;BR /&gt;object network obj_any3&lt;BR /&gt;nat (inside_3,outside) dynamic interface&lt;BR /&gt;object network obj_any4&lt;BR /&gt;nat (inside_4,outside) dynamic interface&lt;BR /&gt;object network obj_any5&lt;BR /&gt;nat (inside_5,outside) dynamic interface&lt;BR /&gt;object network obj_any6&lt;BR /&gt;nat (inside_6,outside) dynamic interface&lt;BR /&gt;object network obj_any7&lt;BR /&gt;nat (inside_7,outside) dynamic interface&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 10.209.111.0 255.255.255.0 inside_1&lt;BR /&gt;http 10.209.111.0 255.255.255.0 inside_2&lt;BR /&gt;http 10.209.111.0 255.255.255.0 inside_3&lt;BR /&gt;http 10.209.111.0 255.255.255.0 inside_4&lt;BR /&gt;http 10.209.111.0 255.255.255.0 inside_5&lt;BR /&gt;http 10.209.111.0 255.255.255.0 inside_6&lt;BR /&gt;http 10.209.111.0 255.255.255.0 inside_7&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh 10.209.111.0 255.255.255.0 outside&lt;BR /&gt;ssh timeout 30&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd dns 208.67.222.222 208.67.220.220&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;dhcpd option 3 ip 10.209.111.1&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 10.209.111.5-10.209.111.254 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;dhcprelay timeout 60&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username alsalms3 password $sha512$5000$JAmH3nmkA06ht3p0TtN7sw==$xS2KI5HJ92hyBb9ja7iM8A== pbkdf2 privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect icmp&lt;BR /&gt;inspect http&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 04:24:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030182#M4716</guid>
      <dc:creator>saids3</dc:creator>
      <dc:date>2020-02-15T04:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030221#M4717</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You would need to define the NAT rules for ecah interface, e.g:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;nat (&lt;STRONG&gt;inside_1&lt;/STRONG&gt;,outside) source static any any destination NETWORK_OBJ_10.209.167.0 NETWORK_OBJ_10.209.167.0 no-proxy-arp route-lookup&lt;BR /&gt;nat (&lt;STRONG&gt;inside_2&lt;/STRONG&gt;,outside) source static any any destination NETWORK_OBJ_10.209.167.0 NETWORK_OBJ_10.209.167.0 no-proxy-arp route-lookup&lt;/PRE&gt;&lt;P&gt;Alternatively instead of defining a NAT rule for each, you could replace the source with "any", this would cover all source inside interfaces.....thus having only 1 nat rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;nat (&lt;STRONG&gt;any&lt;/STRONG&gt;,outside) source static any any destination NETWORK_OBJ_10.209.167.0 NETWORK_OBJ_10.209.167.0 no-proxy-arp route-lookup&lt;/PRE&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2020 10:04:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030221#M4717</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-02-15T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030317#M4718</link>
      <description>Appreciate your support,&lt;BR /&gt;Please see my current configuration, still not able to get anyconnect to work!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;names&lt;BR /&gt;ip local pool AC-POOL 10.209.190.3-10.209.190.50 mask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;nameif inside_1&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;nameif inside_2&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;nameif inside_3&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;nameif inside_4&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;nameif inside_5&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;nameif inside_6&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt;&amp;nbsp;bridge-group 1&lt;BR /&gt;&amp;nbsp;nameif inside_7&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;&amp;nbsp;management-only&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface BVI1&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 10.206.167.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;&amp;nbsp;domain-name omsaid.org&lt;BR /&gt;object network obj_any1&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any2&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any3&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any4&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any5&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any6&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network obj_any7&lt;BR /&gt;&amp;nbsp;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network INSIDE-NET&lt;BR /&gt;&amp;nbsp;subnet 10.206.167.0 255.255.255.0&lt;BR /&gt;object network NETWORK_OBJ_10.209.190.0_26&lt;BR /&gt;&amp;nbsp;subnet 10.209.190.0 255.255.255.192&lt;BR /&gt;access-list OUTSIDE-IN extended permit icmp any any echo-reply&lt;BR /&gt;access-list OUTSIDE-IN extended deny ip any any log&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside_1 1500&lt;BR /&gt;mtu inside_2 1500&lt;BR /&gt;mtu inside_3 1500&lt;BR /&gt;mtu inside_4 1500&lt;BR /&gt;mtu inside_5 1500&lt;BR /&gt;mtu inside_6 1500&lt;BR /&gt;mtu inside_7 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;nat (any,outside) source static any any destination static NETWORK_OBJ_10.209.190.0_26 NETWORK_OBJ_10.209.190.0_26 no-proxy-arp route-lookup&lt;BR /&gt;nat (any,outside) source dynamic any interface&lt;BR /&gt;!&lt;BR /&gt;object network obj_any1&lt;BR /&gt;&amp;nbsp;nat (inside_1,outside) dynamic interface&lt;BR /&gt;object network obj_any2&lt;BR /&gt;&amp;nbsp;nat (inside_2,outside) dynamic interface&lt;BR /&gt;object network obj_any3&lt;BR /&gt;&amp;nbsp;nat (inside_3,outside) dynamic interface&lt;BR /&gt;object network obj_any4&lt;BR /&gt;&amp;nbsp;nat (inside_4,outside) dynamic interface&lt;BR /&gt;object network obj_any5&lt;BR /&gt;&amp;nbsp;nat (inside_5,outside) dynamic interface&lt;BR /&gt;object network obj_any6&lt;BR /&gt;&amp;nbsp;nat (inside_6,outside) dynamic interface&lt;BR /&gt;object network obj_any7&lt;BR /&gt;&amp;nbsp;nat (inside_7,outside) dynamic interface&lt;BR /&gt;!&lt;BR /&gt;nat (any,outside) after-auto source static any any no-proxy-arp route-lookup inactive&lt;BR /&gt;access-group OUTSIDE-IN in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.1 1&lt;BR /&gt;timeout xlate ‪3:00:00‬&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn ‪1:00:00‬ half-closed ‪0:10:00‬ udp ‪0:02:00‬ sctp ‪0:02:00‬ icmp 0:00:02&lt;BR /&gt;timeout sunrpc ‪0:10:00‬ h323 ‪0:05:00‬ h225 ‪1:00:00‬ mgcp ‪0:05:00‬ mgcp-pat ‪0:05:00‬&lt;BR /&gt;timeout sip ‪0:30:00‬ sip_media ‪0:02:00‬ sip-invite ‪0:03:00‬ sip-disconnect ‪0:02:00‬&lt;BR /&gt;timeout sip-provisional-media ‪0:02:00‬ uauth ‪0:05:00‬ absolute&lt;BR /&gt;timeout tcp-proxy-reassembly ‪0:01:00‬&lt;BR /&gt;timeout floating-conn ‪0:00:00‬&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication enable console LOCAL&lt;BR /&gt;aaa authentication http console LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 10.206.167.0 255.255.255.0 inside_1&lt;BR /&gt;http 10.206.167.0 255.255.255.0 inside_2&lt;BR /&gt;http 10.206.167.0 255.255.255.0 inside_3&lt;BR /&gt;http 10.206.167.0 255.255.255.0 inside_4&lt;BR /&gt;http 10.206.167.0 255.255.255.0 inside_5&lt;BR /&gt;http 10.206.167.0 255.255.255.0 inside_6&lt;BR /&gt;http 10.206.167.0 255.255.255.0 inside_7&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;&amp;nbsp;no validation-usage&lt;BR /&gt;&amp;nbsp;crl configure&lt;BR /&gt;crypto ca trustpoint ASDM_TrustPoint0&lt;BR /&gt;&amp;nbsp;enrollment self&lt;BR /&gt;&amp;nbsp;subject-name CN=NM2WCASA1&lt;BR /&gt;&amp;nbsp;keypair RSA-ANYCONNECT&lt;BR /&gt;&amp;nbsp;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;796d61 7574682e 636f6d2f ‪63707330‬ 2806082b 06010505 07020230&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1c1a1a68 7474703a 2f2f7777 772e7379 6d617574 682e636f 6d2f7270 ‪61302906‬&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 03551d11 04223020 a41e301c 311a3018 06035504 03131153 796d616e ‪74656350‬&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 4b492d31 2d353334 301d0603 551d0e04 1604145f 60cf6190 55df8443 148a602a&lt;BR /&gt;&amp;nbsp; &amp;nbsp; b2f57af4 4318ef30 1f060355 1d230418 ‪30168014‬ 7fd365a7 c2ddecbb f03009f3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 4339fa02 af333133 300d0609 2a864886 f70d0101 0b050003 ‪82010100‬ 5e945649&lt;BR /&gt;&amp;nbsp; &amp;nbsp; dd8e2d65 f5c13651 b603e3da 9e7319f2 1f59ab58 7e6c2605 2cfa81d7 5c231722&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 2c3793f7 86ec85e6 b0a3fd1f e232a845 6fe1d9fb b9afd270 a0324265 bf84fe16&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 2a8f3fc5 a6d6a393 7d43e974 ‪21913528‬ f463e92e edf7f55c 7f4b9ab5 20e90abd&lt;BR /&gt;&amp;nbsp; &amp;nbsp; e045100c 14949a5d a5e34b91 e8249b46 4065f422 72cd99f8 8811f5f3 7fe63382&lt;BR /&gt;&amp;nbsp; &amp;nbsp; e6a8c57e fed008e2 ‪25580871‬ 68e6cda2 e614de4e 52242dfd e5791353 e75e2f2d&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 4d1b6d40 15522bf7 ‪87897812‬ 816ed94d aa2d78d4 c22c3d08 5f87919e 1f0eb0de&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ‪30526486‬ 89aa9d66 9c0e760c 80f274d8 2af8b83a ced7d60f 11be6bab 14f5bd41&lt;BR /&gt;&amp;nbsp; &amp;nbsp; a0226389 f1ba0f6f 2963662d 3fac8c72 c5fbc7e4 d40ff23b 4f8c29c7&lt;BR /&gt;&amp;nbsp; quit&lt;BR /&gt;crypto ca certificate chain ASDM_TrustPoint0&lt;BR /&gt;&amp;nbsp;certificate f53a465e&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 308202ee 308201d6 a0030201 020204f5 89adc2 606e8af2 8e870d7c d354a811 cd1cb86a 3bd54155 31e688c3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; c9f31b7d 2239c8d7 ad70040b 241c61f4 7b7176dc 99e03d16 7d1fb444 7bacbd5e&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 0018aec0 2e38d195 947a60d9 b07432f2 bba5f52d ca3b35b0 6934276b ee064f8b&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ed36bda4 318fd4ee c42f9541 584b357f 8aba556f ec67980e 26d82b61 a84be184&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 791b75e8 48d31e20 441b854b 2822fc0c 241b6aca 975897a4 b8088caa ac3d96f8&lt;BR /&gt;&amp;nbsp; &amp;nbsp; cb3a81a3 5a7cafba 3ce12aa6 6c24a0e4 60cbe534 4bc25d9b ecb9f152 4278cc19&lt;BR /&gt;&amp;nbsp; &amp;nbsp; a88a0b1d 8aecb019 8f3a26ac 7cc852f2 e75d4765 d13dd086 bbc5c533 ad2d5b96&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 453296bd 494b8b9e 2c3af010 7e957f07 2f2ab6fa caec4ccd db020301 0001300d&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 06092a86 4886f70d 01010b05 00038201 01008af9 b17cbe84 f63e90e2 17c16839&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 97ebf046 b8382dff 6ab34bc6 d7978b0c f5be5279 9419bea4 07a9403b 98b83bd2&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 2d897d08 e16e92cd 86cec4b6 d678f4c1 4baf30e0 73ae0f49 0b42df44 ‪81119380‬&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ‪18202130‬ da4f5c9a c5a4a937 f58a9d59 5591990a 1a967827 c4572a15 8209744d&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 7008b1e5 2f2833ab 857e56fc fb23f17e f28a5f32 ‪86624513‬ 2181897e 2f836518&lt;BR /&gt;&amp;nbsp; &amp;nbsp; f0f595fd 7e7d1234 d32d404c bf651a54 7aaaf20f ‪44593370‬ c3f1ca41 01798d9b&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; quit&lt;BR /&gt;crypto ikev2 remote-access trustpoint ASDM_TrustPoint0&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh 10.209.19.0 255.255.255.0 outside&lt;BR /&gt;ssh timeout 30&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;&lt;BR /&gt;dhcpd dns 208.67.222.222 208.67.220.220&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;dhcpd option 3 ip 10.206.167.1&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 10.206.167.5-10.206.167.254 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;dhcprelay timeout 60&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 outside&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside_1&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside_2&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside_3&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside_4&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside_5&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside_6&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside_7&lt;BR /&gt;ssl trust-point ASDM_TrustPoint0 inside&lt;BR /&gt;webvpn&lt;BR /&gt;&amp;nbsp;enable outside&lt;BR /&gt;&amp;nbsp;anyconnect image disk0:/anyconnect-win-4.8.01090-webdeploy-k9.pkg 1&lt;BR /&gt;&amp;nbsp;anyconnect enable&lt;BR /&gt;&amp;nbsp;tunnel-group-list enable&lt;BR /&gt;&amp;nbsp;cache&lt;BR /&gt;&amp;nbsp; disable&lt;BR /&gt;&amp;nbsp;error-recovery disable&lt;BR /&gt;group-policy GroupPolicy_HOME-VPN internal&lt;BR /&gt;group-policy GroupPolicy_HOME-VPN attributes&lt;BR /&gt;&amp;nbsp;wins-server none&lt;BR /&gt;&amp;nbsp;dns-server value 8.8.8.8&lt;BR /&gt;&amp;nbsp;vpn-tunnel-protocol ssl-client&lt;BR /&gt;&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;tunnel-group HOME-VPN type remote-access&lt;BR /&gt;tunnel-group HOME-VPN general-attributes&lt;BR /&gt;&amp;nbsp;address-pool AC-POOL&lt;BR /&gt;&amp;nbsp;default-group-policy GroupPolicy_HOME-VPN&lt;BR /&gt;tunnel-group HOME-VPN webvpn-attributes&lt;BR /&gt;&amp;nbsp;group-alias HOME-VPN enable&lt;BR /&gt;!&lt;BR /&gt;class-map global-class&lt;BR /&gt;&amp;nbsp;match any&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;&amp;nbsp; no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect ip-options&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;&amp;nbsp; inspect http&lt;BR /&gt;&amp;nbsp;class global-class&lt;BR /&gt;&amp;nbsp; sfr fail-open&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;call-home reporting&lt;BR /&gt;: end</description>
      <pubDate>Sat, 15 Feb 2020 19:23:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030317#M4718</guid>
      <dc:creator>saids3</dc:creator>
      <dc:date>2020-02-15T19:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030320#M4719</link>
      <description>So you obviously entered the command and it appears in the running configuration, so what is the issue exactly?</description>
      <pubDate>Sat, 15 Feb 2020 19:32:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030320#M4719</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-02-15T19:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030321#M4720</link>
      <description>I can’t connect using anyconnect getting error, like wrong or unsupported connection when I put the public IP address</description>
      <pubDate>Sat, 15 Feb 2020 19:36:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030321#M4720</guid>
      <dc:creator>saids3</dc:creator>
      <dc:date>2020-02-15T19:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030449#M4721</link>
      <description>&lt;P&gt;in your configuration you mentioned you outside next hop is&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.1 1&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;now this 192.168.100.1.1this is a RFC 1918 address range (I am guessing this is the ISP provider ADSL modem/boradband router etc). you need to log into this device and setup a port-forwarding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that is the reason you are not able to connect to your anyconnect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 10:58:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030449#M4721</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-02-16T10:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030452#M4723</link>
      <description>&lt;P&gt;Thank you for the reply,,,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which port I should forward&amp;nbsp;&lt;/P&gt;&lt;P&gt;TCP/UDP 8443?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 11:06:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030452#M4723</guid>
      <dc:creator>saids3</dc:creator>
      <dc:date>2020-02-16T11:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: ASA nat error while setting anyconnect</title>
      <link>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030454#M4725</link>
      <description>&lt;P&gt;depends its really up to you. if you setup a port 8443 in that case you have to tell you asa to listen 8443.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;crypto ikev2 enable outside client-services port 8443&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;webvpn&lt;BR /&gt;port 8443&lt;BR /&gt;enable outside&lt;BR /&gt;anyconnect-custom-attr DeferredUpdateAllowed description Indicates if the deferred update feature is enabled or not&lt;BR /&gt;anyconnect-custom-attr DeferredUpdateDismissTimeout&lt;BR /&gt;dtls port 8443&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once port-forwarding is done on ISP device/router than when you test/connect anyconnect your url in anyconnect is like this. &lt;A href="https://alpha.acime.com:8443" target="_blank"&gt;https://alpha.acime.com:8443&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 11:28:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-nat-error-while-setting-anyconnect/m-p/4030454#M4725</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-02-16T11:28:03Z</dc:date>
    </item>
  </channel>
</rss>

