<?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 Thanks Kirsten. I was in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-question-public-to-inside-asa-9-1x/m-p/2597189#M202568</link>
    <description>&lt;P&gt;Thanks Kirsten. I was actually trying to get the ip exclusively for the server and finally was able to get it working. &amp;nbsp;I had your config in place at one point, but apparently didn't have something else configured at the time correctly. &amp;nbsp;At any rate, it is working. Thank you for replying.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2014 18:17:15 GMT</pubDate>
    <dc:creator>raun.williams</dc:creator>
    <dc:date>2014-12-11T18:17:15Z</dc:date>
    <item>
      <title>Static NAT Question - Public to Inside ASA 9.1x</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-question-public-to-inside-asa-9-1x/m-p/2597187#M202566</link>
      <description>&lt;P&gt;Hi All.. I'm having &amp;nbsp;hard time wrapping my head around the post 8.2 nat statements, please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a DMZ server that has a list of ports that need to be accessible from the outside from specific IP addresses&amp;nbsp;(this is a video streaming relay server). &amp;nbsp;It also need to be able to push the stream to a specific IP address as well. &amp;nbsp;I can do identity nat, and it'll go out and I see it's using IP, but obviously traffic doesn't get in... I can use sample web server nat's I've found and it works for the web management port, 8088, but I can't figure out how to map multiple ports to it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remote Public IP's: 77.88.99.11&lt;/P&gt;&lt;P&gt;Local Public IP: 12.12.12.1&lt;/P&gt;&lt;P&gt;Ports required:&lt;/P&gt;&lt;P&gt;object-group service srvgp-stream-remote&lt;BR /&gt;&amp;nbsp;service-object tcp destination eq www&lt;BR /&gt;&amp;nbsp;service-object tcp destination eq https&lt;BR /&gt;&amp;nbsp;service-object tcp destionation eq 8088&lt;BR /&gt;&amp;nbsp;service-object tcp destination eq 1935&lt;BR /&gt;&amp;nbsp;service-object udp destination range 6970 9999&lt;BR /&gt;&amp;nbsp;service-object udp destination range 30000 65000&lt;BR /&gt;&amp;nbsp;service-object udp destination eq 554&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get this to work:&lt;/P&gt;&lt;P&gt;object network server-external-ip&lt;BR /&gt;&amp;nbsp;host 12.12.12.1&lt;BR /&gt;!&lt;BR /&gt;object network webserver&lt;BR /&gt;&amp;nbsp;host 192.168.1.100&lt;BR /&gt;&amp;nbsp;nat (dmz,outside) static server-external-ip service tcp 8088 8088&lt;/P&gt;&lt;P&gt;access-list acl-outside extended permit tcp host 77.88.99.11&amp;nbsp;object AngelEye eq 8088&lt;/P&gt;&lt;P&gt;But again, I have no idea how I would do such a thing with a list of required ports? I don't see that's an option in the syntax. &amp;nbsp;Additionally, would this &amp;nbsp;provide an 'identity nat' in case the server had to send info out to the public ip via these same ports or do you require a seperate identity nat to do this to the same public ip addresses?&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:11:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-question-public-to-inside-asa-9-1x/m-p/2597187#M202566</guid>
      <dc:creator>raun.williams</dc:creator>
      <dc:date>2019-03-12T05:11:17Z</dc:date>
    </item>
    <item>
      <title>With that many ports, you</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-question-public-to-inside-asa-9-1x/m-p/2597188#M202567</link>
      <description>&lt;P&gt;With that many ports, you should use the public IP exclusively for the Webserver:&lt;/P&gt;

&lt;PRE style="font-size: 14px;"&gt;
object network webserver
 host 192.168.1.100
 nat (dmz,outside) static server-external-ip&lt;/PRE&gt;

&lt;P&gt;If it's not possible to use that IP only for that server, you can configure manual-nat for these ports:&lt;/P&gt;

&lt;PRE&gt;
nat (dmz,outside) source static webserver server-external-ip service srvgp-stream-remote srvgp-stream-remote&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2014 07:32:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-question-public-to-inside-asa-9-1x/m-p/2597188#M202567</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-12-05T07:32:56Z</dc:date>
    </item>
    <item>
      <title>Thanks Kirsten. I was</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-question-public-to-inside-asa-9-1x/m-p/2597189#M202568</link>
      <description>&lt;P&gt;Thanks Kirsten. I was actually trying to get the ip exclusively for the server and finally was able to get it working. &amp;nbsp;I had your config in place at one point, but apparently didn't have something else configured at the time correctly. &amp;nbsp;At any rate, it is working. Thank you for replying.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 18:17:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-question-public-to-inside-asa-9-1x/m-p/2597189#M202568</guid>
      <dc:creator>raun.williams</dc:creator>
      <dc:date>2014-12-11T18:17:15Z</dc:date>
    </item>
  </channel>
</rss>

