<?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 Re: PIX ACL/STATIC Advice/help required. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-acl-static-advice-help-required/m-p/284948#M565585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid you can't map the same one port from the outside interface IP address to two ports on seperate IP addresses on the inside. You would either have to use an additional address from the range available outside the pix,&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp host [external_IP_2] host [another_outside_ip] eq 3389 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp [another_outside_ip&amp;gt; 3389 [inside_srv2 ip] 3389 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;or change the number of the second port&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp host [external_IP_2] host [outside_intf_IP_of_pix] eq 12321&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp [outside_intf_IP_of_pix&amp;gt; 12321 [inside_srv2 ip] 3389 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2004 21:18:53 GMT</pubDate>
    <dc:creator>kagodfrey</dc:creator>
    <dc:date>2004-05-25T21:18:53Z</dc:date>
    <item>
      <title>PIX ACL/STATIC Advice/help required.</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-static-advice-help-required/m-p/284947#M565584</link>
      <description>&lt;P&gt;I am trying to add a 2nd ACL and static on my PIX to allow external access for Remote Desktop Protocol (RDP) on port 3389.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment there is a ACL and static configured for access to one internal server via RDP on port 3389, but when I try to configure a 2nd ACL/static for a external client to access a 2nd server on the inside via RDP, I get a duplicate static error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the config at the moment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp host [external_IP_1] host [outside_intf_IP_of_pix] eq 3389&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp [outside_intf_IP_of_pix] 3389 [inside_srv1_ip] 3389 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above configuration works perfectly, but if I try adding the following to the above configuration then I get the duplicat error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp host [external_IP_2] host [outside_intf_IP_of_pix] eq 3389&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp [outside_intf_IP_of_pix&amp;gt; 3389 [inside_srv2 ip] 3389 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both of these servers (srv1 and srv2) are on the same inside subnet. Can someone help me out with this or point me to relevant information/document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:25:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-static-advice-help-required/m-p/284947#M565584</guid>
      <dc:creator>admin_2</dc:creator>
      <dc:date>2020-02-21T07:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: PIX ACL/STATIC Advice/help required.</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-static-advice-help-required/m-p/284948#M565585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid you can't map the same one port from the outside interface IP address to two ports on seperate IP addresses on the inside. You would either have to use an additional address from the range available outside the pix,&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp host [external_IP_2] host [another_outside_ip] eq 3389 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp [another_outside_ip&amp;gt; 3389 [inside_srv2 ip] 3389 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;or change the number of the second port&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp host [external_IP_2] host [outside_intf_IP_of_pix] eq 12321&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp [outside_intf_IP_of_pix&amp;gt; 12321 [inside_srv2 ip] 3389 netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2004 21:18:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-static-advice-help-required/m-p/284948#M565585</guid>
      <dc:creator>kagodfrey</dc:creator>
      <dc:date>2004-05-25T21:18:53Z</dc:date>
    </item>
  </channel>
</rss>

