<?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 RDP access for only outside IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048467#M402714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah, should have known that, that makes sense. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interface is now looking like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;interface FastEthernet0/1&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip address xx.xx.xx.xx 255.255.255.240&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip access-group 130 in&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip inspect fw-outbound out&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip nat outside&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip virtual-reassembly&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; duplex full&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; speed 100&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nat:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip nat inside source static tcp 192.168.1.95 8000 xx.xx.xx.xx 8000 extendable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ACL:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip access-list extended acl-outside-inside&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip access-list extended acl-outsite-inside&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 1 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 23 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 remark SDM_ACL Category=4&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.1.0 0.0.0.255 any&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.2.0 0.0.0.255 any&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;no cdp run&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But RDP access it not allowed possible anymore from any machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think something still should be changed in the ACL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2012 12:04:58 GMT</pubDate>
    <dc:creator>Hillson01</dc:creator>
    <dc:date>2012-10-16T12:04:58Z</dc:date>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048463#M402710</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An remote computer should have RDP access to an computer on the inside. So already made some changes to the Cisco Router, and from an outside IP address the inside PC is reachable with the RDP protocol. So that is working fine! But for security reasons I want that only 1 outside PC with an fixed IP can access the RDP PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the NAT I added the following line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip nat inside source static tcp 192.168.1.95 8000 xx.xx.xx.xx 8000 extendable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where xx is standing for the IP of the cisco, and port 8000 is the RDP port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACL is looking lke this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 1 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 23 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 remark SDM_ACL Category=4&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.1.0 0.0.0.255 any&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.2.0 0.0.0.255 any&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me please with only allowing RDP access from outsite UP yy.yy.yy.yy?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:09:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048463#M402710</guid>
      <dc:creator>Hillson01</dc:creator>
      <dc:date>2019-03-12T00:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048464#M402711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can configure ACL and apply it on the outside interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list 130 permit tcp host &lt;OUTSIDE-PC-IP&gt; host &lt;NATED-IP-OF-RDP-SERVER&gt; eq 8000&lt;/NATED-IP-OF-RDP-SERVER&gt;&lt;/OUTSIDE-PC-IP&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you would also need to configure "inspect" to allow return traffic for outbound traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip inspect name fw-outbound tcp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip inspect name fw-outbound udp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip inspect name fw-outbound icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then apply "&lt;STRONG&gt;ip inspect fw-outbound out&lt;/STRONG&gt;" on the router outside interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 11:07:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048464#M402711</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-16T11:07:47Z</dc:date>
    </item>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048465#M402712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the fast replay! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added to the router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;&lt;EM&gt;access-list 130 permit tcp host &lt;OUTSIDE-PC-IP&gt; host &lt;NATED-IP-OF-RDP-SERVER&gt; eq 8000&lt;/NATED-IP-OF-RDP-SERVER&gt;&lt;/OUTSIDE-PC-IP&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif; min-height: 8pt;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;&lt;EM&gt;ip inspect name fw-outbound tcp&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;&lt;EM&gt;ip inspect name fw-outbound udp&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;STRONG style="border-collapse: collapse; list-style: none;"&gt;&lt;EM&gt;ip inspect name fw-outbound icmp&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though I am not sure how I should apply '&lt;STRONG style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Ip inspect fw-outbound out&lt;/STRONG&gt;" on the router outside interface. In the config I get the message &lt;/P&gt;&lt;P&gt;r-router(config)#ip inspect fw-outbound out&lt;/P&gt;&lt;P&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since you are saying 'outside the interface, I got a feeling I am doing it wrong. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 11:33:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048465#M402712</guid>
      <dc:creator>Hillson01</dc:creator>
      <dc:date>2012-10-16T11:33:32Z</dc:date>
    </item>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048466#M402713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is the interface that is connected to the internet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go into that interface, and from that interface mode, configure the 2 lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect fw-outbound out&lt;/P&gt;&lt;P&gt;ip access-group 130 in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 11:37:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048466#M402713</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-16T11:37:28Z</dc:date>
    </item>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048467#M402714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah, should have known that, that makes sense. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interface is now looking like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;interface FastEthernet0/1&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip address xx.xx.xx.xx 255.255.255.240&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip access-group 130 in&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip inspect fw-outbound out&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip nat outside&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ip virtual-reassembly&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; duplex full&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; speed 100&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nat:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip nat inside source static tcp 192.168.1.95 8000 xx.xx.xx.xx 8000 extendable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ACL:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip access-list extended acl-outside-inside&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip access-list extended acl-outsite-inside&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 1 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 23 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 remark SDM_ACL Category=4&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.1.0 0.0.0.255 any&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.2.0 0.0.0.255 any&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;no cdp run&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But RDP access it not allowed possible anymore from any machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think something still should be changed in the ACL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:04:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048467#M402714</guid>
      <dc:creator>Hillson01</dc:creator>
      <dc:date>2012-10-16T12:04:58Z</dc:date>
    </item>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048468#M402715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing RDP on port 8000? is the RDP server listening on port 8000?&lt;/P&gt;&lt;P&gt;Also, i don't see access-list 130 configured on your above configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:13:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048468#M402715</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-16T12:13:13Z</dc:date>
    </item>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048469#M402716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops, sorry. pasted an copy of the old ACL. The ACL now looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 1 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 23 permit 192.168.0.0 0.0.255.255&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 remark SDM_ACL Category=4&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.1.0 0.0.0.255 any&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 102 permit ip 192.168.2.0 0.0.0.255 any&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 130 permit tcp host (Outside-PC-IP) host 192.168.1.95 eq 8000&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;no cdp run&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; And yep, changed the default RDP port on the local machine to 8000, tested that and that was working great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:21:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048469#M402716</guid>
      <dc:creator>Hillson01</dc:creator>
      <dc:date>2012-10-16T12:21:40Z</dc:date>
    </item>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048470#M402717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACL 130 destination host needs to be the public IP of the server, not the private IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;access-list 130 permit tcp host (Outside-PC-IP) host (PublicIP-of-server) eq 8000&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:23:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048470#M402717</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-16T12:23:26Z</dc:date>
    </item>
    <item>
      <title>RDP access for only outside IP</title>
      <link>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048471#M402718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick, stuppid I did not saw it &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though after those mutations, webmail and remote working was also not allowed anymore. So looks like I have to make a few more exeptions in the ACL. &lt;/P&gt;&lt;P&gt;But that is a challenge for me &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 06:57:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rdp-access-for-only-outside-ip/m-p/2048471#M402718</guid>
      <dc:creator>Hillson01</dc:creator>
      <dc:date>2012-10-17T06:57:39Z</dc:date>
    </item>
  </channel>
</rss>

