<?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 Special Port Forwarding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-special-port-forwarding/m-p/77372#M655453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correct you are trying to give access to a terminal Server that is protected by/behind a PIX Firewall ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that GUI's are fine for simple tasks buit in you case you'll just have to get "knee-deep" and learn the CLI !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want to do, that is if I understood you correct is to open up for port 3389 to this particular server. This can be done in the following fashion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) assign a static outside IP address for the W2K server which will be used to translate to it's real inside address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 193.76.88.15 10.1.1.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)  allow (only) port 3389 to pass on this connnection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host 193.76.88.15 eq 3389 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it, assuming that the W2k box does not require any other open ports. Nevertheless, this, in my (paranoid) opinion, would be to compromise a good firewall as best practice is to *NEVER* to have any port open from the outside to the inside, but that a whole new thred we would have to open just for that discussion.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;- Goran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2002 06:20:30 GMT</pubDate>
    <dc:creator>gradosavljevic</dc:creator>
    <dc:date>2002-05-15T06:20:30Z</dc:date>
    <item>
      <title>PIX Special Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/pix-special-port-forwarding/m-p/77371#M655450</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put this thread in the remote access area as well because of the port  I am having trouble forwarding through the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is forward port 3389 (windows terminal services) to a W2k server. I tried using access list settings in the GUI for this to no avail and I'm not familiar enough with PIX CLI to accomplish this yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Josh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-special-port-forwarding/m-p/77371#M655450</guid>
      <dc:creator>j.way</dc:creator>
      <dc:date>2020-02-21T06:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Special Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/pix-special-port-forwarding/m-p/77372#M655453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correct you are trying to give access to a terminal Server that is protected by/behind a PIX Firewall ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that GUI's are fine for simple tasks buit in you case you'll just have to get "knee-deep" and learn the CLI !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want to do, that is if I understood you correct is to open up for port 3389 to this particular server. This can be done in the following fashion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) assign a static outside IP address for the W2K server which will be used to translate to it's real inside address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 193.76.88.15 10.1.1.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)  allow (only) port 3389 to pass on this connnection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conduit permit tcp host 193.76.88.15 eq 3389 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it, assuming that the W2k box does not require any other open ports. Nevertheless, this, in my (paranoid) opinion, would be to compromise a good firewall as best practice is to *NEVER* to have any port open from the outside to the inside, but that a whole new thred we would have to open just for that discussion.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;- Goran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2002 06:20:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-special-port-forwarding/m-p/77372#M655453</guid>
      <dc:creator>gradosavljevic</dc:creator>
      <dc:date>2002-05-15T06:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Special Port Forwarding</title>
      <link>https://community.cisco.com/t5/network-security/pix-special-port-forwarding/m-p/77373#M655456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a bunch Goran.  I think that'll do it.  I am somewhat familiar with the CLI.  However, conduit commands are still a bit shaky...  The funny thing about this one is that I was just told to replace the PIX with a NetScreen 5xp because that is what the client was expecting.  Well, I guess I'll go ahead and stick it before our corporate LAN in which our MS guys use the W2k TS anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2002 23:02:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-special-port-forwarding/m-p/77373#M655456</guid>
      <dc:creator>j.way</dc:creator>
      <dc:date>2002-05-15T23:02:12Z</dc:date>
    </item>
  </channel>
</rss>

