<?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 Setting up RDP between 2 internal networks in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069692#M396017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like the ipconfig on the server is okay so route is not an issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 192.15.250.100 1025192.168.254.154 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say the configuration is the one required already so it seems to be something else,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste the output of the packet tracer ( full output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all of the helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 19:14:20 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2012-11-06T19:14:20Z</dc:date>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069689#M396011</link>
      <description>&lt;P&gt;My issue is simple I think but I have been unable to come up with a solution.&amp;nbsp;&amp;nbsp; We have 2 seperate networks in our office.&amp;nbsp;&amp;nbsp; A production network (192.168.254.0/24) and a testing network (192.168.250.0/24)&amp;nbsp; No connection between them at all.&amp;nbsp; The 192.168.250 network has no internet access and really is just 4 servers connected to a switch so they can talk to each other.&amp;nbsp;&amp;nbsp; I woud like the two networks to be able to access each other via RDP (tcp/3389) only.&amp;nbsp; I setup a ASA 5505 (ver 8.2.5) between the two networks with the 192.168.254.0 on the inside interface and the 192.168.250.0 on the outside interface.&amp;nbsp;&amp;nbsp; Factory defaulted the ASA to be sure it is clean and ran through the setup.&amp;nbsp; see the config below.&amp;nbsp;&amp;nbsp; To start I want only 192.168.254.154 to be able to RDP to 192.168.250.100.&amp;nbsp;&amp;nbsp; As I would expect that works just fine,&amp;nbsp;&amp;nbsp; Inside to outside.&amp;nbsp; No problem.&amp;nbsp; Next I try and setup a access rule to alllow 192.16.250.100 to RDP to 192.168.254.154.&amp;nbsp; ( outside in) and nothing I have done for the last 2 weeks seems to work.&amp;nbsp; I setup port forwarding just as I have done in the past for email and other things and nothing will work.&amp;nbsp;&amp;nbsp; Infact as soon as I do the RDP stops inside to ouside.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config below is a clean one with no extras.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 8.2(5) &lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.254.2 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 192.168.250.2 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.254.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.254.6-192.168.254.133 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect ip-options &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:6cdc7d5f3b37603cde60d7709aa97097&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:19:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069689#M396011</guid>
      <dc:creator>stevedryer</dc:creator>
      <dc:date>2019-03-12T00:19:31Z</dc:date>
    </item>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069690#M396013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.254.154 192.168.254.154&lt;/P&gt;&lt;P&gt;access-list Outside_in permit tcp host 192.16.250.100 host 192.168.254.154 eq 3389&lt;/P&gt;&lt;P&gt;access-group Outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 06:01:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069690#M396013</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-11-06T06:01:09Z</dc:date>
    </item>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069691#M396015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That almost works.&amp;nbsp;&amp;nbsp; Inside can still access the outside.&amp;nbsp; (192.168.254.154 can RDP to 192.168.250.100) but not back.&amp;nbsp;&amp;nbsp; That has been what I have had most of the time.&amp;nbsp; Could it be something with the route on the 192.168.250.100 server and it not knowing how to find the other server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ip 192.168.250.100&lt;/P&gt;&lt;P&gt;MASK 255.255.255.0&lt;/P&gt;&lt;P&gt;GW 192.168.250.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 07:24:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069691#M396015</guid>
      <dc:creator>stevedryer</dc:creator>
      <dc:date>2012-11-06T07:24:03Z</dc:date>
    </item>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069692#M396017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like the ipconfig on the server is okay so route is not an issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packet-tracer input outside tcp 192.15.250.100 1025192.168.254.154 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say the configuration is the one required already so it seems to be something else,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste the output of the packet tracer ( full output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to rate all of the helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 19:14:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069692#M396017</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-11-06T19:14:20Z</dc:date>
    </item>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069693#M396018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Result of the command: "packet-tracer input outside tcp 192.15.250.100 1025 192.168.254.154 3389"&lt;/P&gt;&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: &lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt;MAC Access list&lt;/P&gt;&lt;P&gt;Phase: 2&lt;BR /&gt;Type: UN-NAT&lt;BR /&gt;Subtype: static&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;static (inside,outside) 192.168.254.154 192.168.254.154 netmask 255.255.255.255 &lt;BR /&gt;&amp;nbsp; match ip inside host 192.168.254.154 outside any&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 192.168.254.154&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 4, untranslate_hits = 15&lt;BR /&gt;Additional Information:&lt;BR /&gt;NAT divert to egress interface inside&lt;BR /&gt;Untranslate 192.168.254.154/0 to 192.168.254.154/0 using netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;Phase: 3&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype: &lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;input-interface: outside&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: inside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 19:31:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069693#M396018</guid>
      <dc:creator>stevedryer</dc:creator>
      <dc:date>2012-11-06T19:31:02Z</dc:date>
    </item>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069694#M396020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show run access-group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 17:43:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069694#M396020</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-11-07T17:43:01Z</dc:date>
    </item>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069695#M396022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I finally got this working.&amp;nbsp;&amp;nbsp; Thanks for the help.&amp;nbsp;&amp;nbsp; Below is the final solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the factory default config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no global (outside) 1 interface &lt;/P&gt;&lt;P&gt;access-list Outside_in extended permit tcp host 192.168.250.100 host 192.168.254.154 eq 3389&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.254.154 192.168.254.154 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-group Outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 05:39:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069695#M396022</guid>
      <dc:creator>stevedryer</dc:creator>
      <dc:date>2012-11-08T05:39:10Z</dc:date>
    </item>
    <item>
      <title>Setting up RDP between 2 internal networks</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069696#M396024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to hear that, Please mark the question as answered and remember to rate all of the helpful post ( To rate a post just mark the 5 start on the bottom of each answer, 1 being bad 5 being good)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 21:39:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-rdp-between-2-internal-networks/m-p/2069696#M396024</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-11-08T21:39:03Z</dc:date>
    </item>
  </channel>
</rss>

