<?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: NAT on ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689321#M1009887</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;I'm running the same limitation, where my customer has only one SPAM/Relay, wich is the Barracuda that serves two different domains, so each domain has a unique MX, lets say IP "1.1.1.1" for domain "A.COM" and IP "2.2.2.2" for domain "B.COM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried exactly the same, doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.1 25 X.X.X.X 25 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.2.2.2 25 X.X.X.X 25 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, run the MX on different IPs is required to do right reverse DNS lookups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the idea is to have one local IP being NATed to two global IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today, he haves a linux based firewall that allows it, so is very complicated to explain why Cisco can?t do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found some solution, please notify me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 04:00:06 GMT</pubDate>
    <dc:creator>jefforsi</dc:creator>
    <dc:date>2007-06-13T04:00:06Z</dc:date>
    <item>
      <title>NAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689316#M1009880</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following requirement....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to NAT 3 public ip addresses to one inside ip address and same destination port. &lt;/P&gt;&lt;P&gt;What I mean is.... say for example I have the following 3 public ip address 85.x.x.1, 85.x.x.2 &amp;amp; 85.x.x.3.... so whenever anybody from internet trys to access 85.x.x.1-3 on say tcp port number 25 it should get translated to the one single inside ip 10.x.x.10 tcp port 25....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my requirement is clear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to acheive this ?? anybody suggest me on this pls...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:49:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689316#M1009880</guid>
      <dc:creator>rv_viji</dc:creator>
      <dc:date>2019-03-11T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: NAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689317#M1009882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be simple enough. Do you want to send ports to different internal servers? or a simple one to one nat?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want a simple one to one nat, just click on the NAT tab on the configuration screen, and create a nat from the Private IP to the Public or External IP. You should be able to make as many as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to route say port 25 to a different server, and have say port 80 go to a different server, the process is simular, however use the PAT "Port Address Translation" checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:36:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689317#M1009882</guid>
      <dc:creator>vernon-lee</dc:creator>
      <dc:date>2007-03-20T14:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: NAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689318#M1009884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you attempt the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 85.x.x.1 10.x.x.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) 85.x.x.2 10.x.x.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 85.x.x.1 smtp 10.x.x.10 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 85.x.x.2 smtp 10.x.x.10 smtp netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will receive this "ERROR: duplicate of existing static".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:46:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689318#M1009884</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-20T14:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: NAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689319#M1009885</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;Yes acomiskey, I'm getting the same error and I really want to acheive the same as you had mentioned.... so whats the way out to solve this issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be of really a great help if someone help me to solve this issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 05:01:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689319#M1009885</guid>
      <dc:creator>rv_viji</dc:creator>
      <dc:date>2007-03-21T05:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: NAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689320#M1009886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that you can do that, but you can do this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 85.x.x.1 smtp 10.x.x.10 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 85.x.x.2 www 10.x.x.10 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 15:27:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689320#M1009886</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-03-21T15:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: NAT on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689321#M1009887</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;I'm running the same limitation, where my customer has only one SPAM/Relay, wich is the Barracuda that serves two different domains, so each domain has a unique MX, lets say IP "1.1.1.1" for domain "A.COM" and IP "2.2.2.2" for domain "B.COM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried exactly the same, doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 1.1.1.1 25 X.X.X.X 25 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 2.2.2.2 25 X.X.X.X 25 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, run the MX on different IPs is required to do right reverse DNS lookups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the idea is to have one local IP being NATed to two global IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today, he haves a linux based firewall that allows it, so is very complicated to explain why Cisco can?t do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found some solution, please notify me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 04:00:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-asa-5510/m-p/689321#M1009887</guid>
      <dc:creator>jefforsi</dc:creator>
      <dc:date>2007-06-13T04:00:06Z</dc:date>
    </item>
  </channel>
</rss>

