<?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: Need help with PAT translation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792965#M1021639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there can I create an acl to only allow the 3rd party to access port 25?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 14:32:43 GMT</pubDate>
    <dc:creator>mike.feeney</dc:creator>
    <dc:date>2007-06-27T14:32:43Z</dc:date>
    <item>
      <title>Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792955#M1021629</link>
      <description>&lt;P&gt;I need to do a PAT translation for SMTP. I have a 3rd party company filtering mail for us. I only want to accept mail from there IP on our ASA. Do I need to create a PAT and an ACL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when I try and set the PAT up I get an error message. The 3rd party company gave me a range of ip addresses (208.65.144.0/21). I?m trying to translate that to my exchange server. The command I am using is ? static (outside,inside) tcp 10.132.13.27 smtp 208.65.144.0 smtp netmask 255.255.248.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I not map a range of outside to a single inside? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help you can give me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:36:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792955#M1021629</guid>
      <dc:creator>mike.feeney</dc:creator>
      <dc:date>2019-03-11T10:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792956#M1021630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use a single address and your static is written wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 208.65.144.x smtp 10.132.13.27 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host &amp;lt;3rd.party.ip&amp;gt; host 208.65.144.x eq smtp&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:27:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792956#M1021630</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792957#M1021631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I take that range of ip addresses and make this work? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:35:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792957#M1021631</guid>
      <dc:creator>mike.feeney</dc:creator>
      <dc:date>2007-06-27T13:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792958#M1021632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I understand. They are going to send you mail to every address in that whole subnet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:40:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792958#M1021632</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T13:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792959#M1021633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure why they gave me a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is I create the pat to look like this-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 0.0.0.0 smtp 10.132.13.27 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then set the ACL up to only allow the ISP range to use port 25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will that work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:55:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792959#M1021633</guid>
      <dc:creator>mike.feeney</dc:creator>
      <dc:date>2007-06-27T13:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792960#M1021634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No way, that will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is 208.65.144.0/21 your range of ip's or is this the range of ip's where your 3rd party will send you mail from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:02:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792960#M1021634</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T14:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792961#M1021635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I didn't mean to say ISP. I meant the 3rd party for mail. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:11:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792961#M1021635</guid>
      <dc:creator>mike.feeney</dc:creator>
      <dc:date>2007-06-27T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792962#M1021636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Mike, it just makes no sense to me. I would start by getting back to them and find out what the deal is. You cannot translate a single inside server address to multiple outside addresses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:19:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792962#M1021636</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792963#M1021637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about translating the ip address of the outside interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 12.104.x.x smtp 10.132.13.27 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:24:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792963#M1021637</guid>
      <dc:creator>mike.feeney</dc:creator>
      <dc:date>2007-06-27T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792964#M1021638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will work fine. Actually it would look like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 10.132.13.27 smtp netmask 255.255.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:28:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792964#M1021638</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792965#M1021639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there can I create an acl to only allow the 3rd party to access port 25?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:32:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792965#M1021639</guid>
      <dc:creator>mike.feeney</dc:creator>
      <dc:date>2007-06-27T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792966#M1021640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host &amp;lt;3rd.party.ip&amp;gt; host 12.104.x.x eq smtp &lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:34:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792966#M1021640</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792967#M1021641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again. I really appreciate all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:39:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792967#M1021641</guid>
      <dc:creator>mike.feeney</dc:creator>
      <dc:date>2007-06-27T14:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with PAT translation</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792968#M1021642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, hope everything works out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:41:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-pat-translation/m-p/792968#M1021642</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-06-27T14:41:03Z</dc:date>
    </item>
  </channel>
</rss>

