<?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 Internet access from inside network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916092#M167503</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From few days I'm trying to create a NAT from my local network (10.0.50.1/24) to the public interface (using the same IP address as public interface) so what I did is:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;myLAB(config)# object network INSIDE-SUBNET
myLAB(config-network-object)# nat (inside,outside) dynamic interface&lt;/PRE&gt;
&lt;P&gt;Unfortunately it's not working. Any idea why?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My ASA configuration:&lt;/P&gt;
&lt;P&gt;ASA Version 9.1(7)&lt;BR /&gt; !&lt;BR /&gt; hostname myLAB&lt;BR /&gt; xlate per-session deny tcp any4 any4&lt;BR /&gt; xlate per-session deny tcp any4 any6&lt;BR /&gt; xlate per-session deny tcp any6 any4&lt;BR /&gt; xlate per-session deny tcp any6 any6&lt;BR /&gt; xlate per-session deny tcp any4 any4 eq domain&lt;BR /&gt; xlate per-session deny tcp any4 any6 eq domain&lt;BR /&gt; xlate per-session deny tcp any6 any4 eq domain&lt;BR /&gt; xlate per-session deny tcp any6 any6 eq domain&lt;BR /&gt; names&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/0&lt;BR /&gt; &amp;nbsp;switchport access vlan 2&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/1&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/2&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/3&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/4&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/5&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/6&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/7&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Vlan1&lt;BR /&gt; &amp;nbsp;nameif inside&lt;BR /&gt; &amp;nbsp;security-level 100&lt;BR /&gt; &amp;nbsp;ip address 10.0.50.1 255.255.255.0&lt;BR /&gt; !&lt;BR /&gt; interface Vlan2&lt;BR /&gt; &amp;nbsp;nameif outside&lt;BR /&gt; &amp;nbsp;security-level 0&lt;BR /&gt; &amp;nbsp;ip address 11.21.31.2 255.255.255.0&lt;BR /&gt; !&lt;BR /&gt; ftp mode passive&lt;BR /&gt; pager lines 24&lt;BR /&gt; mtu inside 1500&lt;BR /&gt; mtu outside 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; route outside 0.0.0.0 0.0.0.0 xxx.x.x.x.x&lt;BR /&gt; dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt; user-identity default-domain LOCAL&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 trustpool policy&lt;BR /&gt; telnet timeout 5&lt;BR /&gt; ssh stricthostkeycheck&lt;BR /&gt; ssh timeout 5&lt;BR /&gt; ssh key-exchange group dh-group1-sha1&lt;BR /&gt; console timeout 0&lt;BR /&gt;&lt;BR /&gt; threat-detection basic-threat&lt;BR /&gt; threat-detection statistic access-list&lt;BR /&gt; no threat-detection statics tcp-intercept&lt;BR /&gt; !&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-lenght maximum client auto&lt;BR /&gt; &amp;nbsp; message-lenght maximum 512&lt;BR /&gt; policy-map global_policy&lt;BR /&gt; &amp;nbsp;class inspection_default&lt;BR /&gt; &amp;nbsp;inspect dns&lt;BR /&gt; &amp;nbsp;inspect ftp&lt;BR /&gt; &amp;nbsp;inspect sip&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; : end&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 07:28:38 GMT</pubDate>
    <dc:creator>MediaNetMat</dc:creator>
    <dc:date>2019-03-12T07:28:38Z</dc:date>
    <item>
      <title>Internet access from inside network</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916092#M167503</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From few days I'm trying to create a NAT from my local network (10.0.50.1/24) to the public interface (using the same IP address as public interface) so what I did is:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;myLAB(config)# object network INSIDE-SUBNET
myLAB(config-network-object)# nat (inside,outside) dynamic interface&lt;/PRE&gt;
&lt;P&gt;Unfortunately it's not working. Any idea why?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My ASA configuration:&lt;/P&gt;
&lt;P&gt;ASA Version 9.1(7)&lt;BR /&gt; !&lt;BR /&gt; hostname myLAB&lt;BR /&gt; xlate per-session deny tcp any4 any4&lt;BR /&gt; xlate per-session deny tcp any4 any6&lt;BR /&gt; xlate per-session deny tcp any6 any4&lt;BR /&gt; xlate per-session deny tcp any6 any6&lt;BR /&gt; xlate per-session deny tcp any4 any4 eq domain&lt;BR /&gt; xlate per-session deny tcp any4 any6 eq domain&lt;BR /&gt; xlate per-session deny tcp any6 any4 eq domain&lt;BR /&gt; xlate per-session deny tcp any6 any6 eq domain&lt;BR /&gt; names&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/0&lt;BR /&gt; &amp;nbsp;switchport access vlan 2&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/1&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/2&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/3&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/4&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/5&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/6&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Ethernet0/7&lt;BR /&gt; &amp;nbsp;shutdown&lt;BR /&gt; !&lt;BR /&gt; interface Vlan1&lt;BR /&gt; &amp;nbsp;nameif inside&lt;BR /&gt; &amp;nbsp;security-level 100&lt;BR /&gt; &amp;nbsp;ip address 10.0.50.1 255.255.255.0&lt;BR /&gt; !&lt;BR /&gt; interface Vlan2&lt;BR /&gt; &amp;nbsp;nameif outside&lt;BR /&gt; &amp;nbsp;security-level 0&lt;BR /&gt; &amp;nbsp;ip address 11.21.31.2 255.255.255.0&lt;BR /&gt; !&lt;BR /&gt; ftp mode passive&lt;BR /&gt; pager lines 24&lt;BR /&gt; mtu inside 1500&lt;BR /&gt; mtu outside 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; route outside 0.0.0.0 0.0.0.0 xxx.x.x.x.x&lt;BR /&gt; dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt; user-identity default-domain LOCAL&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 trustpool policy&lt;BR /&gt; telnet timeout 5&lt;BR /&gt; ssh stricthostkeycheck&lt;BR /&gt; ssh timeout 5&lt;BR /&gt; ssh key-exchange group dh-group1-sha1&lt;BR /&gt; console timeout 0&lt;BR /&gt;&lt;BR /&gt; threat-detection basic-threat&lt;BR /&gt; threat-detection statistic access-list&lt;BR /&gt; no threat-detection statics tcp-intercept&lt;BR /&gt; !&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-lenght maximum client auto&lt;BR /&gt; &amp;nbsp; message-lenght maximum 512&lt;BR /&gt; policy-map global_policy&lt;BR /&gt; &amp;nbsp;class inspection_default&lt;BR /&gt; &amp;nbsp;inspect dns&lt;BR /&gt; &amp;nbsp;inspect ftp&lt;BR /&gt; &amp;nbsp;inspect sip&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; : end&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:28:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916092#M167503</guid>
      <dc:creator>MediaNetMat</dc:creator>
      <dc:date>2019-03-12T07:28:38Z</dc:date>
    </item>
    <item>
      <title>Hi Mat,</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916093#M167504</link>
      <description>&lt;P&gt;Hi Mat,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Config seems fine.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you share the output of &lt;G class="gr_ gr_71 gr-alert gr_gramm gr_disable_anim_appear undefined Punctuation multiReplace gr-progress" id="71" data-gr-id="71"&gt;packet-tracer ?&lt;/G&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What traffic are you &lt;G class="gr_ gr_91 gr-alert gr_gramm gr_disable_anim_appear undefined Punctuation multiReplace" id="91" data-gr-id="91"&gt;testing ?&lt;/G&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;packet-tracer &amp;nbsp;input inside &lt;G class="gr_ gr_89 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="89" data-gr-id="89"&gt;tcp&lt;/G&gt;&amp;nbsp;&lt;SPAN&gt;10.0.50.2 6767 4.2.2.2 80 detailed&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Aditya&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;Please rate helpful&amp;nbsp;posts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 12:04:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916093#M167504</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-12T12:04:47Z</dc:date>
    </item>
    <item>
      <title>I'm getting:</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916094#M167505</link>
      <description>&lt;P&gt;I'm getting:&lt;/P&gt;
&lt;PRE class="prettyprint prettyprinted"&gt;&lt;SPAN class="pln"&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;myLAB# packet-tracer input inside tcp 10.0.50.2 6767 4.2.2.2 80 detailed&lt;BR /&gt;&lt;BR /&gt;Phase: 1&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: input&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;in &amp;nbsp;&amp;nbsp; &amp;nbsp;0.0.0.0&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0.0.0.0&lt;BR /&gt;&lt;BR /&gt;Phase: 2&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&amp;nbsp;Forward Flow based lookup yields rule:&lt;BR /&gt;&amp;nbsp;in id=0xcbe0f6f0, priority=1, domain=nat-per-session, deny=true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;hits=513, user_data=0x0, cs_id=0x0, reverse, use_real_addr, flags=0x0, protocol=6&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0, dscp=0x0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;input_ifc=any, output_ifc=any&lt;BR /&gt;&lt;BR /&gt;Phase: 3&lt;BR /&gt;Type: IP-OPTION&lt;BR /&gt;Subtype: &lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&amp;nbsp;Forward Flow based lookup yields rule:&lt;BR /&gt;&amp;nbsp;in id=0xcc0a9c48, priority=0, domain=inspect-ip-options, deny=true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;hits=12, user_data=0x0, cs_id=0x0, reverse, flags=0x0, protocol=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0, dscp=0x0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;input_ifc=inside, output_ifc=any&lt;BR /&gt;&lt;BR /&gt;Phase: 4&lt;BR /&gt;Type: HOST-LIMIT&lt;BR /&gt;Subtype: &lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&amp;nbsp;Forward Flow based lookup yields rule:&lt;BR /&gt;&amp;nbsp;in id=0xcc0f6480, priority=0, domain=host-limit, deny=false&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;hits=8, user_data=0x0, cs_id=0x0, flags=0x0, protocol=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0, dscp=0x0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;input_ifc=inside, output_ifc=any&lt;BR /&gt;&lt;BR /&gt;Phase: 5&lt;BR /&gt;Type: NAT&lt;BR /&gt;Subtype: per-session&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&amp;nbsp;Forward Flow based lookup yields rule:&lt;BR /&gt;&amp;nbsp;in id=0xcbe0f6f0, priority=1, domain=nat-per-session, deny=true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;hits=515, user_data=0x0, cs_id=0x0, reverse, use_real_addr, flags=0x0, protocol=6&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0, dscp=0x0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;input_ifc=any, output_ifc=any&lt;BR /&gt;Phase: 6&lt;BR /&gt;Type: IP-OPTION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&amp;nbsp;Forward Flow based lookup yields rule:&lt;BR /&gt;&amp;nbsp;in id=0xcc0e85d0, priority=0, domain=inspect-ip-options, deny=true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;hits=140, user_data=0x0, cs_id=0x0, reverse, flags=0x0, protocol=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;src ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=0, dscp=0x0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;input_ifc=outside, output_ifc=any&lt;BR /&gt;Phase: 7&lt;BR /&gt;Type: FLOW-CREATION&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;&amp;nbsp;New flow created with id 149, packet dispatched to next module&lt;BR /&gt;&amp;nbsp;Module information for forward flow ...&lt;BR /&gt;&amp;nbsp;snp_pf_tracer_drop&lt;BR /&gt;&amp;nbsp;snp_pf_inspect_ip_options&lt;BR /&gt;&amp;nbsp;snp_pf_tcp_normalizer&lt;BR /&gt;&amp;nbsp;snp_pf_translate&lt;BR /&gt;&amp;nbsp;snp_pf_adjacency&lt;BR /&gt;&amp;nbsp;snp_pf_fragment&lt;BR /&gt;&amp;nbsp;snp_pf_stat&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Module information for reverse flow ...&lt;BR /&gt;&amp;nbsp;snp_pf_tracer_drop&lt;BR /&gt;&amp;nbsp;snp_pf_inspect_ip_options&lt;BR /&gt;&amp;nbsp;snp_pf_translate&lt;BR /&gt;&amp;nbsp;snp_pf_tcp_normalizer&lt;BR /&gt;&amp;nbsp;snp_pf_adjacency&lt;BR /&gt;&amp;nbsp;snp_pf_fragment&lt;BR /&gt;&amp;nbsp;snp_pf_stat&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Result:&lt;BR /&gt;&amp;nbsp;input-interface: inside&lt;BR /&gt;&amp;nbsp;input-status: up&lt;BR /&gt;&amp;nbsp;input-line-status: up&lt;BR /&gt;&amp;nbsp;output-interface: outside&lt;BR /&gt;&amp;nbsp;output-status: up&lt;BR /&gt;&amp;nbsp;output-line-status: up&lt;BR /&gt;&amp;nbsp;Action: allow&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 12:55:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916094#M167505</guid>
      <dc:creator>MediaNetMat</dc:creator>
      <dc:date>2016-03-12T12:55:33Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916095#M167506</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I do not see NAT statement being hit in the packet tracer.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could you try creating a manual NAT statement and then &lt;G class="gr_ gr_96 gr-alert gr_gramm undefined Punctuation multiReplace" id="96" data-gr-id="96"&gt;test ?&lt;/G&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;nat (inside,outside) 1 source dynamic INSIDE-SUBNET interface&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 13:07:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916095#M167506</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-12T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Now I'm getting:</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916096#M167507</link>
      <description>&lt;P&gt;Now I'm getting:&lt;/P&gt;
&lt;P&gt;ERROR: empty object/object-group(s) detected. NAT Policy is not downloaded.&lt;/P&gt;
&lt;P&gt;So what I did then is:&lt;/P&gt;
&lt;P&gt;object network inside&lt;BR /&gt;subnet 10.0.50.0 255.255.255.0&lt;BR /&gt;nat (inside,outside) 1 source dynamic inside interface&lt;/P&gt;
&lt;P&gt;but I still can't get any internet access on 10.0.50.1/24 subnet (on the server connected to port 1)&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 13:28:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916096#M167507</guid>
      <dc:creator>MediaNetMat</dc:creator>
      <dc:date>2016-03-12T13:28:20Z</dc:date>
    </item>
    <item>
      <title>any idea how to fix this</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916097#M167508</link>
      <description>&lt;P&gt;any idea how to fix this issue?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 22:02:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916097#M167508</guid>
      <dc:creator>MediaNetMat</dc:creator>
      <dc:date>2016-03-12T22:02:09Z</dc:date>
    </item>
    <item>
      <title>Try doing the NAT in section</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916098#M167509</link>
      <description>&lt;P&gt;Try doing the NAT in section 2 (auto NAT).&lt;/P&gt;
&lt;P&gt;object network inside&lt;/P&gt;
&lt;P&gt;&amp;nbsp; subnet 10.0.50.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp; nat (inside,outside) dynamic interface&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 02:20:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916098#M167509</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-03-13T02:20:29Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916099#M167510</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My bad.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network&amp;nbsp;INSIDE-SUBNET&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;subnet 10.0.50.0 255.255.255.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,outside) 1 source dynamic inside interface&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Aditya&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please rate helpful posts.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 05:18:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916099#M167510</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-13T05:18:07Z</dc:date>
    </item>
    <item>
      <title>Still nothing :(</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916100#M167511</link>
      <description>&lt;P&gt;Still nothing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Configuration on the server looks good to me + I can ping the firewall:&lt;/P&gt;
&lt;P&gt;IP:10.0.50.50&lt;/P&gt;
&lt;P&gt;NETMASK:255.255.255.0&lt;/P&gt;
&lt;P&gt;GATEWAY:10.0.50.1&lt;/P&gt;
&lt;P&gt;Not sure if that will help but I'm using Cisco ASA 5505.&lt;/P&gt;
&lt;P&gt;I can access internet from my firewall without any problem. The problems starts when I'm trying to access internet from my server on interface 0/1&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 08:37:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916100#M167511</guid>
      <dc:creator>MediaNetMat</dc:creator>
      <dc:date>2016-03-13T08:37:25Z</dc:date>
    </item>
    <item>
      <title>Still not working :(</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916101#M167512</link>
      <description>&lt;P&gt;Still not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It should be so simple - but I spend on it few hours and I still can't make that work...&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 08:38:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916101#M167512</guid>
      <dc:creator>MediaNetMat</dc:creator>
      <dc:date>2016-03-13T08:38:41Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916102#M167513</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;To enable ping responses on the test PC enable ICMP inspection on the ASA.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;fixup protocol &lt;G class="gr_ gr_52 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="52" data-gr-id="52"&gt;icmp&lt;/G&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;G class="gr_ gr_75 gr-alert gr_gramm undefined Punctuation multiReplace" id="75" data-gr-id="75"&gt;Also&lt;/G&gt; check your DNS settings on the PC, try a global DNS server like 4.2.2.2.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And can you share the show run nat config of your &lt;G class="gr_ gr_176 gr-alert gr_gramm undefined Punctuation multiReplace" id="176" data-gr-id="176"&gt;ASA ?&lt;/G&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 08:55:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916102#M167513</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-13T08:55:02Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916103#M167514</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you please try from any other device in the same subnet of inside interface if that is able to reach internet or not?&lt;/P&gt;
&lt;P&gt;Also check the routing table of that Server(it might be having one persistent default route on the Server pointing to some other ip than ASA inside interface).&lt;/P&gt;
&lt;P&gt;Also remove any other nat created earlier for this traffic to work and add the below one:&lt;/P&gt;
&lt;P&gt;object network obj-10.0.50.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;subnet 10.0.50.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat(inside,outside) dynamic interface&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If you are using the same switch to connect eth0/0 and eth0/1 then make sure that eth0/0 and ISP modem is in vlan 2 and eth0/1 and server in vlan 1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Perform packet-tracer and paste the output here if that doesn't work :&lt;/P&gt;
&lt;P&gt;packet-tracer input inside tcp 10.0.50.50 12345 8.8.8.8 80 detail&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps:&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Akshay Rastogi&lt;/P&gt;
&lt;P&gt;Remember to rate helpful posts.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 14:00:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916103#M167514</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2016-03-13T14:00:01Z</dc:date>
    </item>
    <item>
      <title>Fixup command is legacy and</title>
      <link>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916104#M167515</link>
      <description>&lt;P&gt;Fixup command is legacy and the new command is inspect icmp under the golbal inspection policy...But having said that, will also add the inspect icmp to the inspection policy.&amp;nbsp; just saying &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Could you run a new packet tracer with the inside server as the source and 4.2.2.2 as destination please.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 15:51:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-access-from-inside-network/m-p/2916104#M167515</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-03-13T15:51:36Z</dc:date>
    </item>
  </channel>
</rss>

