<?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 ZBFW for user defined ports in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671665#M560435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget RDP is working with UDP/TCP&amp;nbsp; and you should use static PAT and not static NAT as you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2011 10:34:04 GMT</pubDate>
    <dc:creator>cadet alain</dc:creator>
    <dc:date>2011-06-21T10:34:04Z</dc:date>
    <item>
      <title>ZBFW for user defined ports</title>
      <link>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671661#M560425</link>
      <description>&lt;P&gt;We are just setting up a 2821 with ZBFW for our servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For simplicity we have only defined in-zone and out-zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All works fine for traffic such as HTTP, FTP, Email, etc. We NAT these to different servers and all is great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we have to forward some ports that are not defined by Cisco, for example Microsoft Remote Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using CCP, we have done the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port to Application Mappings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; user-rdp3389 tcp 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firewall Policy (out-zone to in-zone)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; any -&amp;gt; 10.0.10.96&amp;nbsp; service user-rdp3389&amp;nbsp; Inspect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This creates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.0.10.96 nnn.nnn.nnn.nnn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip port-map user-rdp3389 port tcp 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any datacenter_services&lt;/P&gt;&lt;P&gt;match protocol user-rdp3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all ccp-cls-sdm-pol-NATOutsideToInside-1-19&lt;/P&gt;&lt;P&gt;match class-map datacenter_services&lt;/P&gt;&lt;P&gt;match access-group name datacenter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended datacenter&lt;/P&gt;&lt;P&gt;remark CCP_ACL Category=128&lt;/P&gt;&lt;P&gt;permit ip any host 10.0.10.96&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config for http traffic to another server looks almost exactly the same, but of course matching http traffic and works fine.&lt;/P&gt;&lt;P&gt;The config for RDP port 3389 however, does not work at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are new to the ZBFW, so desperately need help with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance;&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:46:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671661#M560425</guid>
      <dc:creator>tduchcherer</dc:creator>
      <dc:date>2019-03-11T20:46:58Z</dc:date>
    </item>
    <item>
      <title>ZBFW for user defined ports</title>
      <link>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671662#M560428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to configure PAM (Port Address Mapping) as you are not mapping the default port to a different port.&lt;/P&gt;&lt;P&gt;For RDP you are using the default port 3389, so all you need to configure on the router is:&lt;/P&gt;&lt;P&gt;1) Static NAT (or static PAT if you are just NATing port)&lt;/P&gt;&lt;P&gt;2) ZBFW configure to match that traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly share the router configuration, and also what IP Address you would like to NAT the RDP server to, and we can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 02:36:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671662#M560428</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-06-19T02:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: ZBFW for user defined ports</title>
      <link>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671663#M560430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Except that there is no default map for RDP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platform Cisco 2821 12.4(22)T5&lt;/P&gt;&lt;P&gt;show ip port-map has no entry for port 3389, hence why I am trying to define a user-rdp = 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an experiment, I remapped pcanywheredata that is normally on port 5631 to 3389 and made a rule using pcanywheredata, and it worked. But strangely, only for one server and I need several forwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a need to forward port12010, 12011, and 9854 through to servers. Again there is no default for these ports so a user- map would be required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any time I make a user defined port-map, I cannot seem to forward the port through the firewall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 13:59:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671663#M560430</guid>
      <dc:creator>tduchcherer</dc:creator>
      <dc:date>2011-06-19T13:59:35Z</dc:date>
    </item>
    <item>
      <title>ZBFW for user defined ports</title>
      <link>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671664#M560433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As advised earlier, port map function is to map a non default port to the application specific, eg: HTTP default port is port 80, and if you are running HTTP on different port and would like to inspect it as if it's a HTTP traffic, then you would configure port map to map the non default port to HTTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are trying to achieve is just NATing RDP traffic so you can have access from the Internet (outside). What you would need to configure is not port map, but NAT and ZBFW inspection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you share a copy of "show run", we can help you to configure specifics for RDP (and please also advise what IP Address you would like to NAT the RDP to).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 00:58:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671664#M560433</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-06-20T00:58:29Z</dc:date>
    </item>
    <item>
      <title>ZBFW for user defined ports</title>
      <link>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671665#M560435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget RDP is working with UDP/TCP&amp;nbsp; and you should use static PAT and not static NAT as you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 10:34:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbfw-for-user-defined-ports/m-p/1671665#M560435</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-06-21T10:34:04Z</dc:date>
    </item>
  </channel>
</rss>

