<?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 Port mapping for two public IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298856#M857819</link>
    <description>&lt;P&gt;We have ASA 5505. Is it possible to Port map two public IP from ADSL connection to Internal network. We already have one IP mapped. &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 16:31:05 GMT</pubDate>
    <dc:creator>rohandast</dc:creator>
    <dc:date>2019-03-11T16:31:05Z</dc:date>
    <item>
      <title>Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298856#M857819</link>
      <description>&lt;P&gt;We have ASA 5505. Is it possible to Port map two public IP from ADSL connection to Internal network. We already have one IP mapped. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:31:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298856#M857819</guid>
      <dc:creator>rohandast</dc:creator>
      <dc:date>2019-03-11T16:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298857#M857820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2009 16:59:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298857#M857820</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-10-25T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298858#M857821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would be pleased if you could pass me any reference link to know how to map the IP to Port &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2009 17:56:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298858#M857821</guid>
      <dc:creator>rohandast</dc:creator>
      <dc:date>2009-10-25T17:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298859#M857822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;let us say your public IPs are 10.10.10.1 and 10.10.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your inside or dmz webserver address is 192.168.1.1 and 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can map tcp port 80 between 10.10.10.1 and 192.168.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and tcp 3389 between 10.10.10.2 and 192.168.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (i,o) tcp 10.10.10.1 80 192.168.1.1 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (i,o) tcp 10.10.10.2 3389 192.168.1.2 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow permission via access-list on the outside interface to allow port 80 to 10.10.10.1 and 3389 to 10.10.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config. guide for static pat:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1043281" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/cfgnat.html#wp1043281&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2009 23:28:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298859#M857822</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-10-25T23:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298860#M857823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will this configuration may be applicable to ASA 5505 model. Please confirm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 20:25:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298860#M857823</guid>
      <dc:creator>rohandast</dc:creator>
      <dc:date>2009-10-26T20:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298861#M857824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes kusankar's example can be used on a 5505.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 21:37:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298861#M857824</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-10-26T21:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298862#M857825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help to let me know how to conifgure the access-list on the below conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow permission via access-list on the outside interface to allow port 80 to 10.10.10.1 and 3389 to 10.10.10.2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 13:26:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298862#M857825</guid>
      <dc:creator>rohandast</dc:creator>
      <dc:date>2009-10-30T13:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Port mapping for two public IP</title>
      <link>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298863#M857826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access-list acl-out permit tcp any host 10.10.10.1 eq 80&lt;/P&gt;&lt;P&gt;access-list acl-out permit tcp any host 10.10.10.2 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-g access-l acl-out in int outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provided outside is the name of your outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 14:00:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-mapping-for-two-public-ip/m-p/1298863#M857826</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-10-30T14:00:12Z</dc:date>
    </item>
  </channel>
</rss>

