<?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: Allowing RDP over VPN through my firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771776#M8220</link>
    <description>&lt;P&gt;can you please confirm you see these config in your box. the highlighted one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip local pool ACONNECT-POOL 10.10.10.1-10.10.10.254 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network ANYCONNECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;subnet 10.10.10.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;nat (inside,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tunnel-group ANYCONNECT-PROFILE general-attributes&lt;BR /&gt;&amp;nbsp;address-pool ACONNECT-POOL&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2019 22:45:10 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2019-01-02T22:45:10Z</dc:date>
    <item>
      <title>Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770939#M8095</link>
      <description>&lt;P&gt;Let me preface by saying that I am a beginner and do not have a lot of experience with firewalls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a Cisco ASA 5506-x running ASA Ver 9.8 and ASDM 7.8 Firewall mode is set to routed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My goal is to be able to rdp into any machine on the inside network from machines outside the network connected via AnyConnect VPN. I have tried allowing port 3389 but have been unsuccessful in being able to establish a remote desktop connection. My internal network is 10.10.0.x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, I have not be able to allow ping successfully over VPN as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;Russell&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:37:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770939#M8095</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2020-02-21T16:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770941#M8097</link>
      <description>&lt;P align="left"&gt;You can change the ip addresses according to you requirments.&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;Create a ‘pool’ of IP addresses that the ASA will allocate to the remote clients, also create a network object that covers that pool of addresses we will use later.&lt;/P&gt;&lt;DIV class="et-box et-shadow"&gt;&lt;DIV class="et-box-content"&gt;&lt;PRE&gt;ASA(config)# &lt;SPAN class="ASA_RED"&gt;ip local pool ANYCONNECT-POOL 192.168.100.1-192.168.100.254 mask 255.255.255.0&lt;/SPAN&gt;
ASA(config)# &lt;SPAN class="ASA_RED"&gt;object network OBJ-ANYCONNECT-SUBNET&lt;BR /&gt;&lt;/SPAN&gt;ASA(config-network-object)# &lt;SPAN class="ASA_RED"&gt;subnet 192.168.100.0 255.255.255.0&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;Enable webvpn, set the package to the one you uploaded, then turn on AnyConnect.&lt;/P&gt;&lt;DIV class="et-box et-shadow"&gt;&lt;DIV class="et-box-content"&gt;&lt;PRE&gt;ASA(config)# &lt;SPAN class="ASA_RED"&gt;webvpn&lt;/SPAN&gt;
ASA(config-webvpn)# &lt;SPAN class="ASA_RED"&gt;enable outside&lt;/SPAN&gt;
INFO: WebVPN and DTLS are enabled on 'outside'.
ASA(config-webvpn)# &lt;SPAN class="ASA_RED"&gt;tunnel-group-list enable&lt;/SPAN&gt;
ASA(config-webvpn)# &lt;SPAN class="ASA_RED"&gt;anyconnect image disk0:/anyconnect-win-3.1.05152-k9.pkg 1 &lt;/SPAN&gt;
ASA(config-webvpn)# &lt;SPAN class="ASA_RED"&gt;anyconnect enable&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;I’m going to create a local username and password,I am also going to create an ACL that we will use for split tunneling in a minute.&lt;/P&gt;&lt;DIV class="et-box et-shadow"&gt;&lt;DIV class="et-box-content"&gt;&lt;PRE&gt;ASA(config)# &lt;SPAN class="ASA_RED"&gt;username Admin password Cisco123&lt;/SPAN&gt;
ASA(config)# &lt;SPAN class="ASA_RED"&gt;access-list SPLIT-TUNNEL standard permit 10.0.0.0 255.255.255.0&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;Create a group policy, change the values to match your DNS server(s), and domain name.&lt;/P&gt;&lt;DIV class="et-box et-shadow"&gt;&lt;DIV class="et-box-content"&gt;&lt;PRE&gt;ASA(config)# &lt;SPAN class="ASA_RED"&gt;group-policy GroupPolicy_ANYCONNECT-PROFILE internal&lt;/SPAN&gt;
ASA(config)# &lt;SPAN class="ASA_RED"&gt;group-policy GroupPolicy_ANYCONNECT-PROFILE attributes&lt;/SPAN&gt;
ASA(config-group-policy)# &lt;SPAN class="ASA_RED"&gt;vpn-tunnel-protocol ssl-client&lt;/SPAN&gt;
ASA(config-group-policy)# &lt;SPAN class="ASA_RED"&gt;dns-server value 10.0.0.10 10.0.0.11&lt;/SPAN&gt;
ASA(config-group-policy)# &lt;SPAN class="ASA_RED"&gt;split-tunnel-policy tunnelspecified&lt;/SPAN&gt;
ASA(config-group-policy)# &lt;SPAN class="ASA_RED"&gt;split-tunnel-network-list value SPLIT-TUNNEL&lt;/SPAN&gt;
ASA(config-group-policy)# &lt;SPAN class="ASA_RED"&gt;default-domain value mydomain.com&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;Create a matching tunnel-group that ties everything together.&lt;/P&gt;&lt;DIV class="et-box et-shadow"&gt;&lt;DIV class="et-box-content"&gt;&lt;PRE&gt;ASA(config-group-policy)# &lt;SPAN class="ASA_RED"&gt;tunnel-group ANYCONNECT-PROFILE type remote-access&lt;/SPAN&gt;
ASA(config)# &lt;SPAN class="ASA_RED"&gt;tunnel-group ANYCONNECT-PROFILE general-attributes&lt;/SPAN&gt;
ASA(config-tunnel-general)# &lt;SPAN class="ASA_RED"&gt;default-group-policy GroupPolicy_ANYCONNECT-PROFILE&lt;/SPAN&gt;
ASA(config-tunnel-general)# &lt;SPAN class="ASA_RED"&gt;address-pool ANYCONNECT-POOL&lt;/SPAN&gt;
ASA(config-tunnel-general)# &lt;SPAN class="ASA_RED"&gt;tunnel-group ANYCONNECT-PROFILE webvpn-attributes&lt;/SPAN&gt;
ASA(config-tunnel-webvpn)# &lt;SPAN class="ASA_RED"&gt;group-alias ANYCONNECT-PROFILE enable&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;7. Then stop any traffic that is going to (or coming from) the remote clients from being&amp;nbsp;NATTED&lt;/P&gt;&lt;DIV class="et-box et-shadow"&gt;&lt;DIV class="et-box-content"&gt;&lt;PRE&gt;ASA(config)# &lt;SPAN class="ASA_RED"&gt;nat (inside,outside) 1 source static any any destination static OBJ-ANYCONNECT-SUBNET OBJ-ANYCONNECT-SUBNET no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;Save the changes.&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;write me&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 00:40:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770941#M8097</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-01T00:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770947#M8100</link>
      <description>Didn't have any problems until I got to step 7. I get an error when attempting to execute the command&lt;BR /&gt;nat (inside,outside) 1 source static any any destination static OBJ-ANYCONNECT-S           ^UBNET OBJ-ANYCONNECT-SUBNET no-proxy-arp route-lookup&lt;BR /&gt;&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jan 2019 02:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770947#M8100</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-01T02:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770949#M8210</link>
      <description>&lt;P&gt;Hi&amp;nbsp; you put the command wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;nat (inside,outside) 1 source static any any destination static OBJ-ANYCONNECT-&lt;STRONG&gt;S ^UBNET&lt;/STRONG&gt; OBJ-ANYCONNECT-SUBNET no-proxy-arp route-lookup&lt;BR /&gt;&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;see below the correct and i high ligthed what you putting above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ASA(config)# nat (inside,outside) 1 source static any any destination static OBJ-&lt;STRONG&gt;ANYCONNECT-SUBNET&lt;/STRONG&gt; OBJ-ANYCONNECT-SUBNET no-proxy-arp route-lookup&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 02:49:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770949#M8210</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-01T02:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770950#M8211</link>
      <description>I entered the command as follows:&lt;BR /&gt;nat (inside,outside) 1 source static any any destination static OBJ-ANYCONNECT-SUBNET OBJ-ANYCONNECT-SUBNET no-proxy-arp route-lookup&lt;BR /&gt;&lt;BR /&gt;The console output is indicating that it doesn't like the first OBJ-ANYCONNECT-S(^)UBNET. I double checked and it is created and spelled correctly. It's like I am supplying an invalid parameter.</description>
      <pubDate>Tue, 01 Jan 2019 02:54:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770950#M8211</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-01T02:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770974#M8212</link>
      <description>&lt;P&gt;please instead of pasting the command please type it in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you make sure you have a correct object name this could be reason it not taking the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to check if you have the correct object name. run this command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show run object network in-line | i OBJ-ANYCONNECT-SUBNET&lt;/P&gt;&lt;P&gt;if still problem. share your anyconnect configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 09:40:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3770974#M8212</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-01T09:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771492#M8213</link>
      <description>&lt;P&gt;Still a problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 03:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771492#M8213</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-03T03:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771721#M8214</link>
      <description>&lt;P&gt;I tried manually entering the command and I continue to receive an error message. using the show command, &lt;SPAN&gt;OBJ-ANYCONNECT-SUBNET&lt;/SPAN&gt; does exist. I've attached a redacted config for further review.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 21:24:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771721#M8214</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-02T21:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771760#M8215</link>
      <description>&lt;P&gt;thanks i have re-config them the configuration which are reverent to anyconnect. please test them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip local pool ACONNECT-POOL 10.10.10.1-10.10.10.254 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network ANYCONNECT&lt;BR /&gt;&amp;nbsp;subnet 10.10.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;nat (inside,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tunnel-group ANYCONNECT-PROFILE general-attributes&lt;BR /&gt;&amp;nbsp;address-pool ACONNECT-POOL&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 22:16:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771760#M8215</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-02T22:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771767#M8216</link>
      <description>having trouble with the nat command still this time the console says invalid in n^o-proxy-arp. Any suggestions?</description>
      <pubDate>Wed, 02 Jan 2019 22:31:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771767#M8216</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-02T22:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771770#M8217</link>
      <description>&lt;P&gt;what you see after this give a ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;nat (inside,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT &lt;STRONG&gt;?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 22:37:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771770#M8217</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-02T22:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771772#M8218</link>
      <description>Unrecognized command.</description>
      <pubDate>Wed, 02 Jan 2019 22:38:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771772#M8218</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-02T22:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771774#M8219</link>
      <description>&lt;P&gt;i just tested them on my box 5506-x version 9.8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let me have one time more look at the config.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 22:41:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771774#M8219</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-02T22:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771776#M8220</link>
      <description>&lt;P&gt;can you please confirm you see these config in your box. the highlighted one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip local pool ACONNECT-POOL 10.10.10.1-10.10.10.254 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network ANYCONNECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;subnet 10.10.10.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;nat (inside,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tunnel-group ANYCONNECT-PROFILE general-attributes&lt;BR /&gt;&amp;nbsp;address-pool ACONNECT-POOL&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 22:45:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771776#M8220</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-02T22:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771779#M8221</link>
      <description>&lt;P&gt;can you put these command&lt;/P&gt;&lt;P&gt;no nat (inside,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT no-proxy-arp route-lookup&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 22:53:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771779#M8221</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-02T22:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771782#M8222</link>
      <description>&lt;P&gt;Latest config attached.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 23:00:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771782#M8222</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-02T23:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771788#M8223</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;put this command please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT no-proxy-arp route-lookup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 23:07:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3771788#M8223</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-02T23:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3772605#M8224</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;did you try this command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (any,outside)&amp;nbsp; 1 source static any any destination static ANYCONNECT ANYCONNECT no-proxy-arp route-lookup&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 23:50:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3772605#M8224</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-01-03T23:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3772642#M8225</link>
      <description>I reset to factory and reworked all my configuration and followed your steps. I was able to successfully rdp over vpn to machines on the inside. Thanks for your help! Your steps did the trick!</description>
      <pubDate>Fri, 04 Jan 2019 01:33:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3772642#M8225</guid>
      <dc:creator>RussellTarpleyTL</dc:creator>
      <dc:date>2019-01-04T01:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing RDP over VPN through my firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3773503#M8226</link>
      <description>&lt;P&gt;Could you please post your entire running-config? Please remove any sensitive information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 16:08:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-over-vpn-through-my-firewall/m-p/3773503#M8226</guid>
      <dc:creator>vsurresh</dc:creator>
      <dc:date>2019-01-05T16:08:17Z</dc:date>
    </item>
  </channel>
</rss>

