<?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 Ben,You can create STATIC in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737021#M178169</link>
    <description>&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;You can create STATIC NAT on ASA to map a public IP to private IP on a particular port. Once you create NAT you will also require acl to permit traffic for real IP addresses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;object network 77.88.99.15&lt;BR /&gt;&amp;nbsp;host 77.88.99.15&lt;BR /&gt;object network 10.10.10.1&lt;BR /&gt;&amp;nbsp;host 10.10.10.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network 10.10.10.1&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 77.88.99.15 service tcp 9100 9100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: if you are mapping the public IP which is configured on the interface of ASA then use keyword "interface" instead of IP address in your nat statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!!!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.Seth&lt;/P&gt;&lt;P&gt;Don't forget to mark the answer as correct if it helps in resolving your query!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2015 11:22:58 GMT</pubDate>
    <dc:creator>Rishabh Seth</dc:creator>
    <dc:date>2015-10-08T11:22:58Z</dc:date>
    <item>
      <title>Multiple WAN IP addresses NAT inbound</title>
      <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737018#M178158</link>
      <description>&lt;P&gt;All&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first time configuring a ASA and im facing some issues. It seems like im trying to do something basic but i cannot get it to work how i expect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple public IP addresses say /29 and im trying to assign them to an interface. Where normally i would assign one address to the interface and have the rest as additional addresses but im struggling to see how i do this on the ASA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try set up a outside - Inside NAT rule using the additional address i have added it says the subnets overlap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:42:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737018#M178158</guid>
      <dc:creator>benford01</dc:creator>
      <dc:date>2019-03-12T06:42:58Z</dc:date>
    </item>
    <item>
      <title>Hi Ben, You can assign only</title>
      <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737019#M178162</link>
      <description>&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can assign only&amp;nbsp;one IP on the ASA interface from a subnet. In case you are using other IP addresses in the subnet to map some internal machines then you can can create NAT statements on ASA.&lt;/P&gt;&lt;P&gt;Please share more details about your setup and let us know what version of ASA software are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.Seth&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 11:09:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737019#M178162</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-10-08T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Hi R Im using 9.4.2. This is</title>
      <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737020#M178165</link>
      <description>&lt;P&gt;Hi R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im using 9.4.2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what im trying to do. I have a subnet of /29. I&amp;nbsp;have multiple services that i need to reach from the outside world that are inside. I have done a table below of how would like it to work.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" cellpadding="1" cellspacing="1" style="width:500px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;destination address&lt;/TD&gt;&lt;TD&gt;port&lt;/TD&gt;&lt;TD&gt;internal address&lt;/TD&gt;&lt;TD&gt;port&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;77.88.99.15&lt;/TD&gt;&lt;TD&gt;9100&lt;/TD&gt;&lt;TD&gt;10.10.10.1&lt;/TD&gt;&lt;TD&gt;9100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;77.88.99.16&lt;/TD&gt;&lt;TD&gt;9100&lt;/TD&gt;&lt;TD&gt;10.10.10.2&lt;/TD&gt;&lt;TD&gt;9100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;77.88.99.17&lt;/TD&gt;&lt;TD&gt;9100&lt;/TD&gt;&lt;TD&gt;10.10.10.3&lt;/TD&gt;&lt;TD&gt;9100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this help you understand ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 11:14:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737020#M178165</guid>
      <dc:creator>benford01</dc:creator>
      <dc:date>2015-10-08T11:14:01Z</dc:date>
    </item>
    <item>
      <title>Hi Ben,You can create STATIC</title>
      <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737021#M178169</link>
      <description>&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;You can create STATIC NAT on ASA to map a public IP to private IP on a particular port. Once you create NAT you will also require acl to permit traffic for real IP addresses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;object network 77.88.99.15&lt;BR /&gt;&amp;nbsp;host 77.88.99.15&lt;BR /&gt;object network 10.10.10.1&lt;BR /&gt;&amp;nbsp;host 10.10.10.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object network 10.10.10.1&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 77.88.99.15 service tcp 9100 9100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: if you are mapping the public IP which is configured on the interface of ASA then use keyword "interface" instead of IP address in your nat statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!!!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.Seth&lt;/P&gt;&lt;P&gt;Don't forget to mark the answer as correct if it helps in resolving your query!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 11:22:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737021#M178169</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-10-08T11:22:58Z</dc:date>
    </item>
    <item>
      <title>Would this not be natting on</title>
      <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737022#M178172</link>
      <description>&lt;P&gt;Would this not be natting on the way from inside to outside ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 12:16:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737022#M178172</guid>
      <dc:creator>benford01</dc:creator>
      <dc:date>2015-10-08T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Hi Ben, static NAT is</title>
      <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737023#M178176</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Ben,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;static NAT is bidirectional, so it will take care of in to out and out to in traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;R.Seth&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 12:19:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737023#M178176</guid>
      <dc:creator>Rishabh Seth</dc:creator>
      <dc:date>2015-10-08T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Thanks Rishabh, I will give</title>
      <link>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737024#M178181</link>
      <description>&lt;P&gt;Thanks Rishabh, I will give that a go.!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 12:21:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/multiple-wan-ip-addresses-nat-inbound/m-p/2737024#M178181</guid>
      <dc:creator>benford01</dc:creator>
      <dc:date>2015-10-08T12:21:47Z</dc:date>
    </item>
  </channel>
</rss>

