<?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 thanksI have tested above in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513172#M235034</link>
    <description>&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;I have tested above solution for port farwarding&amp;nbsp;. The service is getting telnet on public ip 12.12.12.5 on port 3389 but the ip address 12.12.12.5 is not pinging from outside while 12.12.12.2 is pinging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Sep 2014 21:53:23 GMT</pubDate>
    <dc:creator>dabur10376004</dc:creator>
    <dc:date>2014-09-06T21:53:23Z</dc:date>
    <item>
      <title>two public ip with single inside ip natt</title>
      <link>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513170#M235032</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using Cisco ASA 5512-X with ios 9.1(2).&lt;/P&gt;&lt;P&gt;Our Server Local ip is 192.168.1.118 &amp;amp; it is natted with public ip 12.12.12.2 &amp;amp; TCP Ports&amp;nbsp;80 is open. command is given as below.&lt;/P&gt;&lt;P&gt;object network obj-192.168.1.118&lt;/P&gt;&lt;P&gt;&amp;nbsp;description Server&lt;/P&gt;&lt;P&gt;&amp;nbsp;host 192.168.1.118&lt;/P&gt;&lt;P&gt;&amp;nbsp;nat (inside,outside) static 12.12.12.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list 100 extended permit tcp any host 192.168.1.118 eq 80&lt;/P&gt;&lt;P&gt;access-group 100 in interface outside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;above configuration is working.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New Requirement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Additionally we need to Natt same Server Local ip is 192.168.1.118 with different Public ip 12.12.12.5 &amp;amp; open the TCP port 3389.&lt;/P&gt;&lt;P&gt;Kindly help us to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod Kumar Gupta&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:43:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513170#M235032</guid>
      <dc:creator>dabur10376004</dc:creator>
      <dc:date>2019-03-12T04:43:09Z</dc:date>
    </item>
    <item>
      <title>The easiest is to just add a</title>
      <link>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513171#M235033</link>
      <description>&lt;P&gt;The easiest is to just add a port-forward for that particle service:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;object network obj-192.168.1.118-RDP&lt;BR /&gt;&amp;nbsp;host 192.168.1.118&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 12.12.12.5 service tcp 3389 3389&lt;BR /&gt;access-list 100 extended permit tcp any host 192.168.1.118 eq 3389&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;But if it's the same internal server, you also could use the existing NAT (with IP 12.12.12.2) and just extend your ACL with the above line. That could be much easer to understand for someone reading the config if a single internal server has always the IP on the outside.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2014 20:46:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513171#M235033</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-09-06T20:46:03Z</dc:date>
    </item>
    <item>
      <title>thanksI have tested above</title>
      <link>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513172#M235034</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;I have tested above solution for port farwarding&amp;nbsp;. The service is getting telnet on public ip 12.12.12.5 on port 3389 but the ip address 12.12.12.5 is not pinging from outside while 12.12.12.2 is pinging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2014 21:53:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513172#M235034</guid>
      <dc:creator>dabur10376004</dc:creator>
      <dc:date>2014-09-06T21:53:23Z</dc:date>
    </item>
    <item>
      <title>Yes, that's the configuration</title>
      <link>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513173#M235035</link>
      <description>&lt;P&gt;Yes, that's the configuration. For .5 only RDP is forwarded to the internal server. If you really want many services to the server, you really should run them all over the same public IP. That makes the config less complex. And complexity is one of the enemies of security.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2014 22:03:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/two-public-ip-with-single-inside-ip-natt/m-p/2513173#M235035</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-09-06T22:03:46Z</dc:date>
    </item>
  </channel>
</rss>

