<?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 8.4 - Static NAT - Problem with outbound SMTP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638199#M558784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I just removed that part of the config since I already had an object NAT configured for 0.0.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2011 18:56:54 GMT</pubDate>
    <dc:creator>clamasters</dc:creator>
    <dc:date>2011-03-31T18:56:54Z</dc:date>
    <item>
      <title>ASA 8.4 - Static NAT - Problem with outbound SMTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638196#M558774</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the interesting part of my config.&amp;nbsp; I have static NAT configured and working inbound for the Exchange Server and the Barracuda, however outbound traffic from those hosts comes out as the interface IP.&amp;nbsp; Thoughts?&amp;nbsp; I've tried a number of things (outside, inside), etc...&amp;nbsp; No luck.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;object network DSN-EXCH01&lt;/P&gt;&lt;P&gt; host 10.250.231.51&lt;/P&gt;&lt;P&gt;object network MAIL-IN&lt;/P&gt;&lt;P&gt; host 10.250.231.50&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list outside_inside extended permit tcp any host 10.250.231.51 eq https&lt;/P&gt;&lt;P&gt;access-list outside_inside extended permit tcp any host 10.250.231.51 eq www&lt;/P&gt;&lt;P&gt;access-list outside_inside extended permit tcp any host 10.250.231.50 eq smtp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&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;object network DSN-EXCH01&lt;/P&gt;&lt;P&gt; nat (inside,outside) static xxx.xxx.xxx.25&lt;/P&gt;&lt;P&gt;object network MAIL-IN&lt;/P&gt;&lt;P&gt; nat (inside,outside) static xxx.xxx.xxx.26&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-group outside_inside in interface outside&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:15:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638196#M558774</guid>
      <dc:creator>clamasters</dc:creator>
      <dc:date>2019-03-11T20:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 - Static NAT - Problem with outbound SMTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638197#M558777</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;The issue here is with the order of NAT rules in the 8.4 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Manual NAT rule takes precedence over Auto NAT (within object group).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, nat (inside,outside) source dynamic any interface; is taking precedence when going from inside to outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shrikant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;PS: Please mark the question resolved, if it has been answered. Do rate helpful posts. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 18:09:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638197#M558777</guid>
      <dc:creator>Shrikant Sundaresh</dc:creator>
      <dc:date>2011-03-31T18:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 - Static NAT - Problem with outbound SMTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638198#M558781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes sense, thank you. Is there a better way to acomplish this then?&amp;nbsp; I see there are some options to insert rules before and after other parts of NAT but not sure what to use just yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Curtis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 18:52:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638198#M558781</guid>
      <dc:creator>clamasters</dc:creator>
      <dc:date>2011-03-31T18:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8.4 - Static NAT - Problem with outbound SMTP</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638199#M558784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I just removed that part of the config since I already had an object NAT configured for 0.0.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2011 18:56:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-4-static-nat-problem-with-outbound-smtp/m-p/1638199#M558784</guid>
      <dc:creator>clamasters</dc:creator>
      <dc:date>2011-03-31T18:56:54Z</dc:date>
    </item>
  </channel>
</rss>

