<?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 Hi Vince, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784550#M173118</link>
    <description>&lt;P&gt;Hi Vince,&lt;/P&gt;
&lt;P&gt;Remove the object NAT and create a manual NAT at the top. This should resolve the issue. below are changes you need to do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network SVR-WEBSERVER-IN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;no&amp;nbsp;nat (dmz,outside) static interface service tcp www www&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;object service www-80&lt;BR /&gt; service tcp source eq www&lt;/P&gt;
&lt;P&gt;nat (dmz,outside) 1 source static SVR-WEBSERVER-IN interface service www-80 www-80&lt;/P&gt;
&lt;P&gt;Make sure this particular NAT rule is above the "&lt;SPAN&gt;nat (inside,outside) source dynamic any interface"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Shivapramod M&lt;BR /&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2016 05:31:45 GMT</pubDate>
    <dc:creator>Shivapramod M</dc:creator>
    <dc:date>2016-01-25T05:31:45Z</dc:date>
    <item>
      <title>ASA problem - I cannot nat to outside interface</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784544#M173112</link>
      <description>&lt;P&gt;Noob here. I am having problem configuring ASA to statically nat a server on dmz directly to an outside interface on port 80. I was able to successfully nat it using &amp;nbsp;another IP address (12.12.12.5) but not if I used outside ip (12.12.12.2). Here's a snippet of my configuration:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 12.12.12.2 255.255.255.248 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.100.5 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;object network SVR-WEBSERVER-IN&lt;BR /&gt; host 172.16.1.100&lt;/P&gt;
&lt;P&gt;object network SVR-WEBSERVER-IN&lt;BR /&gt; nat (any,outside) static interface service tcp www www&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;access-list outside_access_in extended permit tcp any object SVR-WEBSERVER-IN eq www&lt;/P&gt;
&lt;P&gt;access-group outside_access_in in interface outside&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am getting the following error:&lt;/P&gt;
&lt;P&gt;ASA-3-710003: {TCP|UDP} access denied by ACL from &lt;BR /&gt;source_IP/source_port to interface_name:dest_IP/service&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm believe&amp;nbsp;it's an acl problem but I cannot seem to figure out where. I'm not that familiar with ASA and I'm just on the process of learning it. Hope someone can shed a light&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:11:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784544#M173112</guid>
      <dc:creator>Vince</dc:creator>
      <dc:date>2019-03-12T07:11:02Z</dc:date>
    </item>
    <item>
      <title>Hi Vince,</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784545#M173113</link>
      <description>&lt;P&gt;Hi Vince,&lt;/P&gt;
&lt;P&gt;Could you please try with using the 'dmz' keyword instead of 'any' in the NAT statement and see if that works.&lt;/P&gt;
&lt;P&gt;Also try the below packet-tracer :&lt;/P&gt;
&lt;P&gt;'packet-tracer input outside tcp 8.8.8.8 12345 12.12.12.2 80 detail' and see where the packet is dropped. Also share the output here.&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, 24 Jan 2016 18:37:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784545#M173113</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2016-01-24T18:37:34Z</dc:date>
    </item>
    <item>
      <title>Hi Akshay,</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784546#M173114</link>
      <description>&lt;P&gt;Hi Akshay,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I changed any to dmz but I'm still having the same problem.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here's the result of packet-tracer:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;packet-tracer input outside tcp 8.8.8.8 12345 12.12.12.2 80 detail&lt;/P&gt;
&lt;P&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 12.12.12.2 255.255.255.255 identity&lt;/P&gt;
&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt; Forward Flow based lookup yields rule:&lt;BR /&gt; in id=0xbc14ef80, priority=0, domain=permit, deny=true&lt;BR /&gt; hits=31, user_data=0x9, cs_id=0x0, use_real_addr, flags=0x1000, protocol=0&lt;BR /&gt; src ip/id=0.0.0.0, mask=0.0.0.0, port=0&lt;BR /&gt; dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, dscp=0x0&lt;BR /&gt; input_ifc=outside, output_ifc=any&lt;/P&gt;
&lt;P&gt;Result:&lt;BR /&gt;input-interface: outside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: NP Identity Ifc&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I don't understand why it is not hitting my acl and goes to the implicit deny rule&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2016 20:53:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784546#M173114</guid>
      <dc:creator>Vince</dc:creator>
      <dc:date>2016-01-24T20:53:43Z</dc:date>
    </item>
    <item>
      <title>My guess is that it is not</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784547#M173115</link>
      <description>&lt;P&gt;My guess is that it is not hitting the acl because the translation is not working as you expect it to. Please post current config of interfaces, acl, and translation.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2016 21:22:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784547#M173115</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2016-01-24T21:22:01Z</dc:date>
    </item>
    <item>
      <title>here's a snippet of my</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784548#M173116</link>
      <description>&lt;P&gt;here's a snippet of my configuration (Please note that I'm usually using asdm for configuration):&lt;/P&gt;
&lt;P&gt;hostname GTWY-001&lt;/P&gt;
&lt;P&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 12.12.12.2 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.100.5 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet2&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 172.16.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet3&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;object service SVC-WEB&lt;BR /&gt; service tcp source eq www destination eq www&lt;BR /&gt;object network MANAGER&lt;BR /&gt; host 13.13.13.2&lt;BR /&gt;object network WWW-SERVER&lt;BR /&gt; host 172.16.1.100&lt;BR /&gt;object network SVR-WEBSERVER-IN&lt;BR /&gt; host 172.16.1.100&lt;BR /&gt;object network SVR-WEBSERVER-OUT&lt;BR /&gt; host 12.12.12.5&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt; protocol-object udp&lt;BR /&gt; protocol-object tcp&lt;BR /&gt;access-list outside_access_in extended permit tcp any interface outside eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 172.16.1.100 eq www&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;nat (inside,outside) source dynamic any interface&lt;BR /&gt;!&lt;BR /&gt;object network SVR-WEBSERVER-IN&lt;BR /&gt; nat (dmz,outside) static interface service tcp www www&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt; network 172.16.1.0 255.255.255.0 area 1&lt;BR /&gt; network 192.168.100.0 255.255.255.0 area 0&lt;BR /&gt; log-adj-changes&lt;BR /&gt; default-information originate always&lt;BR /&gt;!&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.12.12.1 1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;here's my show xlate:&lt;/P&gt;
&lt;P&gt;1 in use, 4 most used&lt;BR /&gt;Flags: D - DNS, i - dynamic, r - portmap, s - static, I - identity, T - twice&lt;BR /&gt;TCP PAT from dmz:172.16.1.100 80-80 to outside:12.12.12.2 80-80&lt;BR /&gt; flags sr idle 0:05:56 timeout 0:00:00&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I also did try inserting another acl (one with outside as destination) but it didn't help&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2016 21:37:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784548#M173116</guid>
      <dc:creator>Vince</dc:creator>
      <dc:date>2016-01-24T21:37:20Z</dc:date>
    </item>
    <item>
      <title>Thank you for the additional</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784549#M173117</link>
      <description>&lt;P&gt;Thank you for the additional information. Is there anything else in the config that deals with the DMZ interface?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I would suggest that you remove this&lt;/P&gt;
&lt;P&gt;object network SVR-WEBSERVER-IN&lt;BR /&gt; nat (dmz,outside) static interface service tcp www www&lt;/P&gt;
&lt;P&gt;and replace it with this&lt;/P&gt;
&lt;P&gt;object network SVR-WEBSERVER-IN&lt;BR /&gt; nat (dmz,outside) static&amp;nbsp;12.12.12.2 service tcp www www&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 03:17:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784549#M173117</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2016-01-25T03:17:10Z</dc:date>
    </item>
    <item>
      <title>Hi Vince,</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784550#M173118</link>
      <description>&lt;P&gt;Hi Vince,&lt;/P&gt;
&lt;P&gt;Remove the object NAT and create a manual NAT at the top. This should resolve the issue. below are changes you need to do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network SVR-WEBSERVER-IN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;no&amp;nbsp;nat (dmz,outside) static interface service tcp www www&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;object service www-80&lt;BR /&gt; service tcp source eq www&lt;/P&gt;
&lt;P&gt;nat (dmz,outside) 1 source static SVR-WEBSERVER-IN interface service www-80 www-80&lt;/P&gt;
&lt;P&gt;Make sure this particular NAT rule is above the "&lt;SPAN&gt;nat (inside,outside) source dynamic any interface"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Shivapramod M&lt;BR /&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 05:31:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784550#M173118</guid>
      <dc:creator>Shivapramod M</dc:creator>
      <dc:date>2016-01-25T05:31:45Z</dc:date>
    </item>
    <item>
      <title>I am getting the following</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784551#M173119</link>
      <description>&lt;P&gt;I am getting the following error when changing the interface to 12.12.12.2&lt;/P&gt;
&lt;P&gt;ERROR: Address 12.12.12.2 overlaps with outside interface address.&lt;BR /&gt;ERROR: NAT Policy is not downloaded&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;There are no acl on dmz and the only dmz related configuration that I have added (at least I am aware of) is the nating&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:29:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784551#M173119</guid>
      <dc:creator>Vince</dc:creator>
      <dc:date>2016-01-25T07:29:08Z</dc:date>
    </item>
    <item>
      <title>Hi Shivapramod,</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784552#M173120</link>
      <description>&lt;P&gt;Hi Shivapramod,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I made the necessary changes and voila! I did the same config before I tried the object nat. The only difference is the service object (www-80)&amp;nbsp;on which I put 80 on both source and destination port. I guess that's why it did not work.&lt;/P&gt;
&lt;P&gt;I'm curious though, does nating to outside interface requires manual NAT or can this be done using object nat as well?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks to everyone for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 07:44:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784552#M173120</guid>
      <dc:creator>Vince</dc:creator>
      <dc:date>2016-01-25T07:44:53Z</dc:date>
    </item>
    <item>
      <title>Hi Vince,</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784553#M173121</link>
      <description>&lt;P&gt;Hi Vince,&lt;/P&gt;
&lt;P&gt;The problem is due to dynamic PAT associated with the interface. if you were not had the NAT rule&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;nat (inside,outside) source dynamic any interface" it would have worked with the object NAT.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shivapramod M&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 08:56:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784553#M173121</guid>
      <dc:creator>Shivapramod M</dc:creator>
      <dc:date>2016-01-25T08:56:21Z</dc:date>
    </item>
    <item>
      <title>You're right. Tried puttin my</title>
      <link>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784554#M173122</link>
      <description>&lt;P&gt;You're right. Tried puttin my object nat back and I put it on the top and it work like it's suppose to. Thanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 11:11:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-problem-i-cannot-nat-to-outside-interface/m-p/2784554#M173122</guid>
      <dc:creator>Vince</dc:creator>
      <dc:date>2016-01-25T11:11:27Z</dc:date>
    </item>
  </channel>
</rss>

