<?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 PIX only for Remote Desktop in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953674#M918412</link>
    <description>&lt;P&gt;I need to use PIX only for my Terminal Server with Public IP so that my External Users can access my Terminal Server through windows xp remote desktop. How should i configure PIX 515E to allow only RDP Connection for Terminal Server and block all other traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 12:58:58 GMT</pubDate>
    <dc:creator>cscisco_admin</dc:creator>
    <dc:date>2019-03-11T12:58:58Z</dc:date>
    <item>
      <title>PIX only for Remote Desktop</title>
      <link>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953674#M918412</link>
      <description>&lt;P&gt;I need to use PIX only for my Terminal Server with Public IP so that my External Users can access my Terminal Server through windows xp remote desktop. How should i configure PIX 515E to allow only RDP Connection for Terminal Server and block all other traffic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:58:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953674#M918412</guid>
      <dc:creator>cscisco_admin</dc:creator>
      <dc:date>2019-03-11T12:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: PIX only for Remote Desktop</title>
      <link>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953675#M918413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;static (inside,outside) tcp interface 3389 terminal.server.ip 3389 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any interface outside eq 3389&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 11:46:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953675#M918413</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-06-13T11:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: PIX only for Remote Desktop</title>
      <link>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953676#M918416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam provided you a config that should be good to go, however if you face any issues check the 'Troubleshoot' section of the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00807d287e.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00807d287e.shtml&lt;/A&gt;&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;Farrukh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 12:33:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953676#M918416</guid>
      <dc:creator>Farrukh Haroon</dc:creator>
      <dc:date>2008-06-13T12:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: PIX only for Remote Desktop</title>
      <link>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953677#M918421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Microsoft RDP uses port 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX needs a permit entry on "outside" interface acl.  If known source(s) address/subnet better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list OUTside_IN permit tcp any host 177.176.175.174 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is this case allows any source address "in" best to limit as much as possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a static nat is also needed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (INTernet,outside) 177.176.175.174 192.168.0.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to do this without NAT - assumption here is inside addressing is private. Also NAT hides the true IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveats:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the rest of the PIX config should follow established rules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The remote desktop host (inside) should have all Microsoft software updates and also have the user account as secure as possible and preferably access verified by AD Domain controller.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 21:17:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953677#M918421</guid>
      <dc:creator>jwalker0594</dc:creator>
      <dc:date>2008-06-26T21:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: PIX only for Remote Desktop</title>
      <link>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953678#M918426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam, I have a pix 515 and i need to allow an external ip address to access 8 different ip addresses on my internal lan.  the 8 internal ip's are private ip's as well.  ...so some nat involved too.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;during a test i added an access-group (acl) to the outside interface and in doing so was able to connect from outside to inside using rdp (remote desktop , ms term svcs)  BUT between those some two host, was UNable to ftp or http.  strange that i could do rdp from an outside host to an inside host but NOT ftp or http.  does the fact that i have ftp and http fixup statements cause this to not work?  not sure.  i ask because i read a solution on the web from someone who was able to get h323 voip inbound connections working through a pix515 and one of the steps they suggested was to remove the "fixup protocol h323 1720" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:08:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-only-for-remote-desktop/m-p/953678#M918426</guid>
      <dc:creator>a-gould</dc:creator>
      <dc:date>2008-07-03T05:08:42Z</dc:date>
    </item>
  </channel>
</rss>

