<?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 Allowing RDP traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066604#M914691</link>
    <description>&lt;P&gt;I am using a Cisco PIX 515e with three interfaces outside, inside, DMZ. I am providing VPN access via the pix the issue I am having is when I connect to my network via VPN I cannot RDP to servers in my DMZ. I can RDP to servers on my internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I connect to the VPN I get an IP address of 192.168.10.x, My inside IP addresses are 192.168.1.x my DMZ addresses are 192.168.5.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created an ACL to allow traffic over port 3389 (RDP) from 192.168.10.0 to 192.168.5.13 (server in my dmz) the acl looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list vpn_access_dmz permit tcp host 192.168.10.0 host 192.168.5.13 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is I am not sure which interface this access list should be applied to (inside, outside, dmz?) Does anyone have an idea or can give me some pointers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 13:30:03 GMT</pubDate>
    <dc:creator>kcgpassport</dc:creator>
    <dc:date>2019-03-11T13:30:03Z</dc:date>
    <item>
      <title>Allowing RDP traffic</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066604#M914691</link>
      <description>&lt;P&gt;I am using a Cisco PIX 515e with three interfaces outside, inside, DMZ. I am providing VPN access via the pix the issue I am having is when I connect to my network via VPN I cannot RDP to servers in my DMZ. I can RDP to servers on my internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I connect to the VPN I get an IP address of 192.168.10.x, My inside IP addresses are 192.168.1.x my DMZ addresses are 192.168.5.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created an ACL to allow traffic over port 3389 (RDP) from 192.168.10.0 to 192.168.5.13 (server in my dmz) the acl looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list vpn_access_dmz permit tcp host 192.168.10.0 host 192.168.5.13 eq 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is I am not sure which interface this access list should be applied to (inside, outside, dmz?) Does anyone have an idea or can give me some pointers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:30:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066604#M914691</guid>
      <dc:creator>kcgpassport</dc:creator>
      <dc:date>2019-03-11T13:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP traffic</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066605#M914697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry about that access list, you  shouldn't need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You most likely need to add nat exemption for the dmz hosts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZ_nat0_outbound extended permit ip 192.168.5.0 255.255.255.0 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (DMZ) 0 access-list DMZ_nat0_outbound&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 16:01:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066605#M914697</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-08-12T16:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP traffic</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066606#M914703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help, in your access-list command what is the 'extended' command for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 16:48:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066606#M914703</guid>
      <dc:creator>kcgpassport</dc:creator>
      <dc:date>2008-08-12T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP traffic</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066607#M914707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is used for (Outbond) connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 16:50:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066607#M914707</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2008-08-12T16:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP traffic</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066608#M914711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I had ASA on the brain, you don't need "extended".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list DMZ_nat0_outbound permit ip 192.168.5.0 255.255.255.0 192.168.10.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (DMZ) 0 access-list DMZ_nat0_outbound&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 17:00:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-traffic/m-p/1066608#M914711</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-08-12T17:00:09Z</dc:date>
    </item>
  </channel>
</rss>

