<?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 through zone-based firewall in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951310#M401025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry typo when I put the config up. It is actually &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host &lt;DIALER0 ip=""&gt; eq 33888&lt;/DIALER0&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host &lt;DIALER0 ip=""&gt; eq 3390&lt;/DIALER0&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot understand why it doesnt work as it seems quite simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 11:39:01 GMT</pubDate>
    <dc:creator>mbluemel</dc:creator>
    <dc:date>2012-08-09T11:39:01Z</dc:date>
    <item>
      <title>Allowing rdp through zone-based firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951308#M401022</link>
      <description>&lt;P&gt;I hope someone can help me. I have a customer with an 877ISR with zone base firewall.&lt;/P&gt;&lt;P&gt;They want to access two servers on the inside from the internet using RDP but with different ports.&lt;/P&gt;&lt;P&gt;Partial configuration if anyone can tell me where I am going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Dialer0&lt;/P&gt;&lt;P&gt; description $FW_OUTSIDE$&lt;/P&gt;&lt;P&gt; ip address negotiated&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; zone-member security out-zone&lt;/P&gt;&lt;P&gt; encapsulation ppp&lt;/P&gt;&lt;P&gt; dialer pool 1&lt;/P&gt;&lt;P&gt; dialer-group 1&lt;/P&gt;&lt;P&gt; ppp authentication chap pap callin&lt;/P&gt;&lt;P&gt; ppp chap hostname xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt; ppp chap password 7 151019030E253F2B3B203C&lt;/P&gt;&lt;P&gt; ppp pap sent-username xxxxxxxxxxxxxxxxxxxxxx password 7 06041D2E46411D1616041B&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface BVI1&lt;/P&gt;&lt;P&gt; description $ES_LAN$$FW_INSIDE$&lt;/P&gt;&lt;P&gt; ip address 192.168.7.1 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; zone-member security in-zone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all ccp-protocol-rdp&lt;/P&gt;&lt;P&gt; match access-group 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect ccp-permit-in &lt;/P&gt;&lt;P&gt; class type inspect ccp-protocol-rdp&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone security out-zone&lt;/P&gt;&lt;P&gt;zone security in-zone&lt;/P&gt;&lt;P&gt;zone-pair security ccp-zp-out-in source out-zone destination in-zone&lt;/P&gt;&lt;P&gt; service-policy type inspect ccp-permit-in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.7.100 3389 interface Dialer0 33888&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.7.121 3389 interface Dialer0 3390&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp host &amp;lt;dialer0 address&amp;gt; any eq 33888&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp host &amp;lt;dialer0 address&amp;gt; any eq 3390&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:40:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951308#M401022</guid>
      <dc:creator>mbluemel</dc:creator>
      <dc:date>2019-03-11T23:40:15Z</dc:date>
    </item>
    <item>
      <title>Allowing rdp through zone-based firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951309#M401023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The source- and destination addresses in your ACL 101 have to be reversed. The source is any and the destination is your dialer0-IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 11:20:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951309#M401023</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-09T11:20:46Z</dc:date>
    </item>
    <item>
      <title>Allowing rdp through zone-based firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951310#M401025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry typo when I put the config up. It is actually &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host &lt;DIALER0 ip=""&gt; eq 33888&lt;/DIALER0&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host &lt;DIALER0 ip=""&gt; eq 3390&lt;/DIALER0&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot understand why it doesnt work as it seems quite simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 11:39:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951310#M401025</guid>
      <dc:creator>mbluemel</dc:creator>
      <dc:date>2012-08-09T11:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing rdp through zone-based firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951311#M401027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also had to recall the NAT-order-of operation. From outside-to-inside, NAT comes before inspection. Your ACL has to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;access-list 101 permit tcp any host 192.168.7.100 eq 3389&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;access-list 101 permit tcp any host 192.168.7.121 eq 3389&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 13:18:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951311#M401027</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-09T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing rdp through zone-based firewall</title>
      <link>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951312#M401029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hey thanks Karsten. I thought it was close but I just couldnt get it right. Working a treat now.Thanks very much for your prompt help. Happy customers are always good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:16:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allowing-rdp-through-zone-based-firewall/m-p/1951312#M401029</guid>
      <dc:creator>mbluemel</dc:creator>
      <dc:date>2012-08-09T14:16:10Z</dc:date>
    </item>
  </channel>
</rss>

