<?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 config for RDP access to an internal server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795806#M532825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already have a 1 to 1 translation, then you may need delete the entry and create only port forwardings for everyone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you had this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x y.y.y.y &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you want to add this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x 3389 z.z.z.z 3389 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That you cannot do, you will need to do this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no &lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x y.y.y.y &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x 3389 z.z.z.z 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for the services that you had on IP Y... lets say FTP, you will need to create a port forward for that... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x 21 y.y.y.y. 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have doubts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2011 23:08:45 GMT</pubDate>
    <dc:creator>Maykol Rojas</dc:creator>
    <dc:date>2011-08-23T23:08:45Z</dc:date>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795799#M532812</link>
      <description>&lt;P&gt;Hi, it's been a while since I've done a lot with a PIX config so I'd like some ideas on the best way to allow access for 2 IP addresses that need to RDP into a server here inside our network. They also wanted to have ports redirected, 3391 to 3389 and 3397 to 3389. Could someone give me an example of the best way to config this on the PIX? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:15:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795799#M532812</guid>
      <dc:creator>aaron.grussner</dc:creator>
      <dc:date>2019-03-11T21:15:26Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795800#M532813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;Assume the following :&lt;/P&gt;&lt;P&gt;the server translated ip addresses :&lt;/P&gt;&lt;P&gt;10.0.0.2 10.0.0.3&lt;/P&gt;&lt;P&gt;Real ip addresses :&lt;/P&gt;&lt;P&gt;11.0.0.2 11.0.0.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to allow the following ip addresses to access the servers :&lt;/P&gt;&lt;P&gt;192.168.1.1 192.168.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to apply an access-list on the outside interface :&lt;/P&gt;&lt;P&gt;access-list outside_in_access permit tcp host&amp;nbsp; 192.168.1.1 host 10.0.0.2 eq 3391&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp host 192.168.2.1 host 10.0.0.3 eq 3397&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the NAT redirection :&lt;/P&gt;&lt;P&gt;static (dmz,outside) TCP 10.0.0.2 3391 11.0.0.2 3389&lt;/P&gt;&lt;P&gt;static (dmz,outside) TCP 10.0.0.3 3397 11.0.0.3 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheeers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 20:57:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795800#M532813</guid>
      <dc:creator>Mohammad Alhyari</dc:creator>
      <dc:date>2011-08-22T20:57:09Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795801#M532814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, I'll give it a try tomorrow and let you know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 21:55:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795801#M532814</guid>
      <dc:creator>aaron.grussner</dc:creator>
      <dc:date>2011-08-22T21:55:09Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795802#M532815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just one server that they want to access from 2 different machines over the Internet on different ports and they don't have a DMZ. Would I just change the static to this then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) TCP 10.0.0.3 3391 11.0.0.3 3389&lt;/P&gt;&lt;P&gt;static (inside,outside) TCP 10.0.0.3 3397 11.0.0.3 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is that wrong?&lt;/P&gt;&lt;P&gt;I already have a static for this server since it's going to be the FTP site shortly also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 20:18:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795802#M532815</guid>
      <dc:creator>aaron.grussner</dc:creator>
      <dc:date>2011-08-23T20:18:14Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795803#M532817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup , you can give this a try and see if it works .&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 20:33:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795803#M532817</guid>
      <dc:creator>Mohammad Alhyari</dc:creator>
      <dc:date>2011-08-23T20:33:28Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795804#M532820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I already have a static for this IP address it won't let me post the additional statics for the NAT on the ports. What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 20:39:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795804#M532820</guid>
      <dc:creator>aaron.grussner</dc:creator>
      <dc:date>2011-08-23T20:39:53Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795805#M532822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any chance you're still online for the last question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 22:31:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795805#M532822</guid>
      <dc:creator>aaron.grussner</dc:creator>
      <dc:date>2011-08-23T22:31:48Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795806#M532825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already have a 1 to 1 translation, then you may need delete the entry and create only port forwardings for everyone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you had this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x y.y.y.y &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you want to add this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x 3389 z.z.z.z 3389 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That you cannot do, you will need to do this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no &lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x y.y.y.y &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x 3389 z.z.z.z 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for the services that you had on IP Y... lets say FTP, you will need to create a port forward for that... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp x.x.x.x 21 y.y.y.y. 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have doubts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 23:08:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795806#M532825</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-08-23T23:08:45Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795807#M532828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ,&lt;/P&gt;&lt;P&gt; as Mike Said , &lt;/P&gt;&lt;P&gt;if you have one for one translation then all the requests on that ip address will hit that line , you can consider :&lt;/P&gt;&lt;P&gt;1- using another ip address&lt;/P&gt;&lt;P&gt;2-making the line more specific and do a static PAT instead of mapping the whole ip address.&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 05:46:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795807#M532828</guid>
      <dc:creator>Mohammad Alhyari</dc:creator>
      <dc:date>2011-08-24T05:46:20Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795808#M532832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if I'm understanding this correctly I can't have these 2 statics for the same IP like I have below correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) TCP 12.15.15.183 3391 192.168.100.38 3389&lt;/P&gt;&lt;P&gt;static (inside,outside) TCP 12.15.15.183 3397 192.168.100.38 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They want to have 2 different machines access this one server but on different redirected ports but it sounds like it's not possible which is fine I just need to be able to tell them that and know that I'm correct. We don't have anymore available public IP's to use at this point but they may buy another block in the future. Will I also be able to run my FTP on this server and still allow access from the Internet? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 13:22:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795808#M532832</guid>
      <dc:creator>aaron.grussner</dc:creator>
      <dc:date>2011-08-24T13:22:40Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795809#M532835</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;Nope, that will conflict.... since the port 3389 is already mapped to 3391.... you cannot add a new translation for the same port. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to grab that same static and have something like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) TCP 12.15.15.183 3391 192.168.100.38 3389&lt;/P&gt;&lt;P&gt;static (inside,outside) TCP 12.15.15.183 21 192.168.100.38 21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you cannot do is try to map port 3389 to two different ports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 16:34:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795809#M532835</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-08-24T16:34:45Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795810#M532837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears I have everything correct but I'm still not able to RDP into the server. I don't have an A record or anything else registered which I don't think is needed correct? Since I'm just using it for 2 systems owned by a sister company to access it and I don't want it to be easily found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 17:19:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795810#M532837</guid>
      <dc:creator>aaron.grussner</dc:creator>
      <dc:date>2011-08-24T17:19:14Z</dc:date>
    </item>
    <item>
      <title>PIX config for RDP access to an internal server</title>
      <link>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795811#M532839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should just need the static pat statement along with an access-list to allow inbound connection on the outside interaface, if you ahve it but still not working, I would advise, to follow the below stes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Take logs on the ASA, when the connection drops.&lt;/P&gt;&lt;P&gt;2. Take captures on the firewall interfaces.&lt;/P&gt;&lt;P&gt;3. Take packet-tracer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For capture yolu can use this:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-1222"&gt;https://supportforums.cisco.com/docs/DOC-1222&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For packet-tracer:&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 1.1.1.1 2345 12.15.15.183 3389 detailed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These outputs shoudl tell where the issue lies. If you need any help with captures, do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 18:06:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-config-for-rdp-access-to-an-internal-server/m-p/1795811#M532839</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-08-24T18:06:28Z</dc:date>
    </item>
  </channel>
</rss>

