<?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 You should be able to do this in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645093#M196729</link>
    <description>&lt;P&gt;You should be able to do this but you need to modify your configuration.&lt;/P&gt;&lt;P&gt;So firstly you need to change your current static NAT to a static PAT ie.&amp;nbsp;-&lt;/P&gt;&lt;P&gt;object-network Server&lt;BR /&gt;host 192.168.10.10&lt;BR /&gt;nat (inside,outside) static x.x.x.x service tcp 3389 3389&lt;/P&gt;&lt;P&gt;if you now try to use the same Server object I believe it will overwrite your first statement. You can try it but if it&amp;nbsp;does then create a new object for your second statement -&lt;/P&gt;&lt;P&gt;object-network Server1&lt;BR /&gt;host 192.168.10.10&lt;BR /&gt;nat (inside,outside) static x.x.x.x service tcp 3389 2222&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
    <pubDate>Fri, 27 Feb 2015 00:46:45 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2015-02-27T00:46:45Z</dc:date>
    <item>
      <title>NAT / Port Forward</title>
      <link>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645092#M196728</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the following config -&lt;/P&gt;&lt;P&gt;object network Server&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list OUTBOUND_IN extended permit tcp any object Server eq 3389&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object network Server&lt;BR /&gt;&amp;nbsp;host 192.168.10.10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now this allows me to access the "Server" from the Outside on port 3389.&lt;/P&gt;&lt;P&gt;Some clients however try to access the "Server" on a different port, e.g let's just say port 2222.&lt;/P&gt;&lt;P&gt;How do I enable&amp;nbsp;the FW to listen for Inbound requests on port "2222" to my "Server" and then forward them onto port 3389?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:33:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645092#M196728</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2019-03-12T05:33:50Z</dc:date>
    </item>
    <item>
      <title>You should be able to do this</title>
      <link>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645093#M196729</link>
      <description>&lt;P&gt;You should be able to do this but you need to modify your configuration.&lt;/P&gt;&lt;P&gt;So firstly you need to change your current static NAT to a static PAT ie.&amp;nbsp;-&lt;/P&gt;&lt;P&gt;object-network Server&lt;BR /&gt;host 192.168.10.10&lt;BR /&gt;nat (inside,outside) static x.x.x.x service tcp 3389 3389&lt;/P&gt;&lt;P&gt;if you now try to use the same Server object I believe it will overwrite your first statement. You can try it but if it&amp;nbsp;does then create a new object for your second statement -&lt;/P&gt;&lt;P&gt;object-network Server1&lt;BR /&gt;host 192.168.10.10&lt;BR /&gt;nat (inside,outside) static x.x.x.x service tcp 3389 2222&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 00:46:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645093#M196729</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-02-27T00:46:45Z</dc:date>
    </item>
    <item>
      <title>Hi Jon,I assume the ACL still</title>
      <link>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645094#M196730</link>
      <description>&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;I assume the ACL still needs to be on the Outside Interface, allowing the relevant ports, e.g 2222 and 3389?&lt;/P&gt;&lt;P&gt;Could I keep the current static NAT I have then&amp;nbsp;create a new Object for my second one and have a static PAT under that?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 12:47:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645094#M196730</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2015-02-27T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Yes, you still need the acl</title>
      <link>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645095#M196731</link>
      <description>&lt;P&gt;Yes, you still need the acl and you need to allow the new port as well.&lt;/P&gt;&lt;P&gt;I'm not sure you can use a static NAT and PAT together although I could be wrong.&lt;/P&gt;&lt;P&gt;If the server is only used for 3389 currently then I would go with two static PAT statements as described.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 12:50:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-port-forward/m-p/2645095#M196731</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-02-27T12:50:30Z</dc:date>
    </item>
  </channel>
</rss>

