<?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: Unable to access internet through Internal Interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-access-internet-through-internal-interface/m-p/4672729#M1092811</link>
    <description>&lt;P&gt;here try again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;no nat (OUTSIDE,INSIDE) source dynamic any interface
no nat (INSIDE,OUTSIDE) source dynamic any interface
!
object network Local-Network
 subnet 10.0.2.0 255.255.255.0
 nat (inside,outside) dynamic interface&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 20 Aug 2022 08:59:25 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2022-08-20T08:59:25Z</dc:date>
    <item>
      <title>Unable to access internet through Internal Interface</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-access-internet-through-internal-interface/m-p/4672625#M1092810</link>
      <description>&lt;P&gt;Problem: none of my machines in INSIDE interface is able to access internet. I am not able to ping 8.8.8.8 inside interface. What am I missing?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ciscoasa# show running-config&lt;BR /&gt;: Saved&lt;BR /&gt;ASA Version 9.18(1)&lt;BR /&gt;!&lt;BR /&gt;service-module 0 keepalive-timeout 4&lt;BR /&gt;service-module 0 keepalive-counter 6&lt;BR /&gt;!&lt;BR /&gt;license smart&lt;BR /&gt;feature tier standard&lt;BR /&gt;throughput level 2G&lt;BR /&gt;names&lt;BR /&gt;name 129.6.15.28 time-a.nist.gov&lt;BR /&gt;name 129.6.15.29 time-b.nist.gov&lt;BR /&gt;name 129.6.15.30 time-c.nist.gov&lt;BR /&gt;no mac-address auto&lt;BR /&gt;ip local pool SSL-RAVPN-POOL 192.168.100.2-192.168.100.254 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;management-only&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface TenGigabitEthernet0/0&lt;BR /&gt;nameif OUTSIDE&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 10.0.1.220 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface TenGigabitEthernet0/1&lt;BR /&gt;nameif INSIDE&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.0.2.56 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup management&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server 10.0.0.2 management&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;no object-group-search access-control&lt;BR /&gt;object-group service DM_INLINE_SERVICE_1&lt;BR /&gt;service-object ip&lt;BR /&gt;service-object udp&lt;BR /&gt;service-object tcp&lt;BR /&gt;service-object sctp destination eq http&lt;BR /&gt;service-object sctp destination eq https&lt;BR /&gt;access-group INSIDE_access_in in interface INSIDE&lt;BR /&gt;access-list Split-ACL standard permit 10.0.2.0 255.255.255.0&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended deny ip any4 any4&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq lpd&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark IPP: Internet Printing Protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 631&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark Windows' printing port&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 9100&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark mDNS: multicast DNS protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.251 eq 5353&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark LLMNR: Link Local Multicast Name Resolution protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.252 eq 5355&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark TCP/NetBIOS protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 137&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit udp any4 any4 eq netbios-ns&lt;BR /&gt;access-list INSIDE_access_in extended permit object-group DM_INLINE_SERVICE_1 any any&lt;BR /&gt;pager lines 23&lt;BR /&gt;mtu management 1500&lt;BR /&gt;mtu OUTSIDE 1500&lt;BR /&gt;mtu INSIDE 1500&lt;BR /&gt;no failover&lt;BR /&gt;no failover wait-disable&lt;BR /&gt;no monitor-interface service-module&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 (OUTSIDE,INSIDE) source dynamic any interface&lt;BR /&gt;nat (INSIDE,OUTSIDE) source dynamic any interface&lt;BR /&gt;route OUTSIDE 0.0.0.0 0.0.0.0 10.0.1.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 login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 management&lt;BR /&gt;http 0.0.0.0 0.0.0.0 OUTSIDE&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&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 trustpoint _SmartCallHome_ServerCA2&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;auto-import&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;BR /&gt;no ssh stack ciscossh&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 30&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group14-sha256&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 management&lt;BR /&gt;console timeout 0&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;ntp server time-c.nist.gov&lt;BR /&gt;ntp server time-b.nist.gov&lt;BR /&gt;ntp server time-a.nist.gov&lt;BR /&gt;webvpn&lt;BR /&gt;enable OUTSIDE&lt;BR /&gt;http-headers&lt;BR /&gt;hsts-server&lt;BR /&gt;enable&lt;BR /&gt;max-age 31536000&lt;BR /&gt;include-sub-domains&lt;BR /&gt;no preload&lt;BR /&gt;hsts-client&lt;BR /&gt;enable&lt;BR /&gt;x-content-type-options&lt;BR /&gt;x-xss-protection&lt;BR /&gt;content-security-policy&lt;BR /&gt;anyconnect image disk0:/anyconnect-win-4.10.05111-webdeploy-k9.pkg 1&lt;BR /&gt;anyconnect enable&lt;BR /&gt;tunnel-group-list enable&lt;BR /&gt;cache&lt;BR /&gt;disable&lt;BR /&gt;error-recovery disable&lt;BR /&gt;group-policy GroupPolicy_SSL-VPN internal&lt;BR /&gt;group-policy GroupPolicy_SSL-VPN attributes&lt;BR /&gt;wins-server none&lt;BR /&gt;dns-server value 10.0.2.2&lt;BR /&gt;vpn-tunnel-protocol ssl-client&lt;BR /&gt;split-tunnel-policy tunnelspecified&lt;BR /&gt;split-tunnel-network-list value Split-ACL&lt;BR /&gt;default-domain none&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username admin privilege 15&lt;BR /&gt;username admin attributes&lt;BR /&gt;service-type admin&lt;BR /&gt;ssh authentication publickey 91:de:25:9a:59:29:f9:86:e0:e0:41:cc:89:9e:15:5d:12:91:c7:f4:fa:d3:86:b2:42:14:06:bb:45:86:30:d3 hashed&lt;BR /&gt;username cisco password ***** pbkdf2 privilege 15&lt;BR /&gt;tunnel-group SSL-VPN type remote-access&lt;BR /&gt;tunnel-group SSL-VPN general-attributes&lt;BR /&gt;address-pool SSL-RAVPN-POOL&lt;BR /&gt;default-group-policy GroupPolicy_SSL-VPN&lt;BR /&gt;tunnel-group SSL-VPN webvpn-attributes&lt;BR /&gt;group-alias SSL-VPN enable&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 ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&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 esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect icmp&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_2&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 type inspect dns migrated_dns_map_1&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;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile License&lt;BR /&gt;destination address http&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank" rel="nofollow noopener noreferrer"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination transport-method http&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank" rel="nofollow noopener noreferrer"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:8462ce8bb3ee958067959ceb8aa7b0d8&lt;BR /&gt;: end&lt;BR /&gt;ciscoasa#&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 19:12:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-access-internet-through-internal-interface/m-p/4672625#M1092810</guid>
      <dc:creator>jniravel</dc:creator>
      <dc:date>2022-08-19T19:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access internet through Internal Interface</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-access-internet-through-internal-interface/m-p/4672729#M1092811</link>
      <description>&lt;P&gt;here try again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;no nat (OUTSIDE,INSIDE) source dynamic any interface
no nat (INSIDE,OUTSIDE) source dynamic any interface
!
object network Local-Network
 subnet 10.0.2.0 255.255.255.0
 nat (inside,outside) dynamic interface&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 20 Aug 2022 08:59:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-access-internet-through-internal-interface/m-p/4672729#M1092811</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-08-20T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access internet through Internal Interface</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-access-internet-through-internal-interface/m-p/4672775#M1092814</link>
      <description>&lt;P&gt;Sorry I replay same but in his second post I dont see this one until now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2022 11:16:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-access-internet-through-internal-interface/m-p/4672775#M1092814</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-08-20T11:16:42Z</dc:date>
    </item>
  </channel>
</rss>

