<?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 Hi Karthik,Similar thoughts, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503215#M235751</link>
    <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;Similar thoughts, sure i will try this and let you know.... yes my public stack is free, currently i am on a remote location, i will do this conf and check if its working.&lt;/P&gt;&lt;P&gt;Appreciate your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Waqas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Aug 2014 05:51:16 GMT</pubDate>
    <dc:creator>Waqas Butt</dc:creator>
    <dc:date>2014-08-11T05:51:16Z</dc:date>
    <item>
      <title>Issue Accessing specific URL from PIX 525 Firewall</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503207#M235734</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;Router facing Internet &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Switch&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Outside Interface) CISCO PIX 525 (Inside Interface)&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Core Access Switch&lt;/P&gt;&lt;P&gt;Facing using to access a URL from PIX firewall, nating didnt work at all, even i am unable to traceroute the ip of the URL from firewall console itself.&lt;/P&gt;&lt;P&gt;But URL can be accessed by connecting network directly to the switch using public ip address on the switch interface.&lt;/P&gt;&lt;P&gt;I have also cleared xlate and refresh all the rules.&lt;/P&gt;&lt;P&gt;Can someone advise (expert advise is required), i'll share the conf if required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Waqas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:36:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503207#M235734</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2019-03-12T04:36:24Z</dc:date>
    </item>
    <item>
      <title>Hi Waqas,Either problem</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503208#M235741</link>
      <description>&lt;P&gt;Hi Waqas,&lt;/P&gt;&lt;P&gt;Either problem should be with access-list or NAT..... Could you please share the configuration of yours so that i can try to help you out....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2014 12:00:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503208#M235741</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-10T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Hi nkarthikeyan,Here we go...</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503209#M235743</link>
      <description>&lt;P&gt;Hi nkarthikeyan,&lt;/P&gt;&lt;P&gt;Here we go..... and&amp;nbsp;traceroute also attached...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to access url: &amp;nbsp;http://208.109.106.204 from inside network..... but it is not even pingable from firewall itself...&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2014 13:13:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503209#M235743</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-10T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Hi Waqas,</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503210#M235745</link>
      <description>&lt;P&gt;Hi Waqas,&lt;/P&gt;
&lt;P&gt;You have the right ACL set for the destination.&lt;/P&gt;

&lt;PRE&gt;
access-list acl_inside extended permit ip 10.1.40.0 255.255.254.0 208.109.0.0 255.255.0.0 log&lt;/PRE&gt;

&lt;P&gt;but if you look at the NAT ACL for no-nat, you have included the subnet of 208.109.0.0.... give the below mentioned command and check.... internet should go...&lt;/P&gt;

&lt;PRE&gt;
no access-list inside_nat0_outbound extended permit ip 10.1.40.0 255.255.254.0 208.109.0.0 255.255.0.0&lt;/PRE&gt;

&lt;P&gt;so any traffic from 10.1.40.0 will be exempted from NATing.... so you wont get the internet access....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so remove the no-nat statement as i said above and try...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2014 13:41:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503210#M235745</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-10T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503211#M235746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sure i did this.....&lt;/P&gt;
&lt;P&gt;and i have only the following in place:&lt;/P&gt;

&lt;PRE&gt;
access-list acl_inside extended permit ip 10.1.40.0 255.255.254.0 208.109.0.0 255.255.0.0 log&lt;/PRE&gt;

&lt;P&gt;but still i am unable to reach 208.109.106.204 from inside network.... moreover this was working fine earlier without acl but just 4 days ago it stops and i tried a lot using acl rules and exemptions to allow the access..... PIX Appliance just wont ping this subnet and also wont allow to pass through.&lt;/P&gt;
&lt;P&gt;Any other work around ?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Waqas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2014 14:19:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503211#M235746</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-10T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Hi, Is that happens only to</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503212#M235748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that happens only to that specific site? or for all internet sites?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you try to ping 4.2.2.2 or someother generic public ip like google/yahoo/cisco.com ip's?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2014 17:01:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503212#M235748</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-10T17:01:57Z</dc:date>
    </item>
    <item>
      <title>hi</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503213#M235749</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;We are able to access everything outside,&amp;nbsp;It is only an issue with this site and subnet&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
208.109.0.0/16 &lt;/PRE&gt;

&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Waqas&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:25:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503213#M235749</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-11T05:25:48Z</dc:date>
    </item>
    <item>
      <title>Hi Waqas,</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503214#M235750</link>
      <description>&lt;P&gt;Hi Waqas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I doubt whether they have blocked the specific ip address somewhere in the path....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we can try one more thing..... instead of using interface as the pat.... can you try and use someother ip address in the public stack...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
85.194.97.34 is your interface ip and .33 is your gateway.... can you make the pat with 87.194.97.35 for your PAT? if available.&lt;/PRE&gt;

&lt;PRE&gt;
no global (outside) 1 interface
global (outside) 1 87.194.97.35
nat (inside) 1 10.1.40.0 255.255.254.0&lt;/PRE&gt;

&lt;P&gt;also Make sure that you have the return route in internet router pointing back to firewall outside interface....&lt;/P&gt;
&lt;P&gt;ip route 87.194.97.32 255.255.255.240 87.194.97.34 in your internet router...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:35:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503214#M235750</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-11T05:35:02Z</dc:date>
    </item>
    <item>
      <title>Hi Karthik,Similar thoughts,</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503215#M235751</link>
      <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;Similar thoughts, sure i will try this and let you know.... yes my public stack is free, currently i am on a remote location, i will do this conf and check if its working.&lt;/P&gt;&lt;P&gt;Appreciate your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Waqas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503215#M235751</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-11T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Hi Waqas, Yes. Please try in</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503216#M235752</link>
      <description>&lt;P&gt;Hi Waqas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes. Please try in that way.... you said you are able to access that from internet switch by assigning the public ip directly right?... use that same ip in PAT and try....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:53:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503216#M235752</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-11T05:53:28Z</dc:date>
    </item>
    <item>
      <title>Hi Karthik,I have changed the</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503217#M235753</link>
      <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;I have changed the setting as we have planned but no luck..&lt;/P&gt;&lt;P&gt;Please also see below xlate -- PAT Flags...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global (outside) 1 87.194.97.36&lt;/STRONG&gt;&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;&lt;STRONG&gt;nat (inside) 1 10.1.40.0 255.255.254.0&lt;/STRONG&gt;&lt;BR /&gt;access-group acl_inside in interface inside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 85.194.97.33 1&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;show xlate detail&lt;/STRONG&gt;&lt;BR /&gt;2798 in use, 2798 most used&lt;BR /&gt;Flags: D - DNS, d - dump, I - identity, i - dynamic, n - no random,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;r - portmap, s - static&lt;BR /&gt;&lt;STRONG&gt;UDP PAT from inside:10.1.41.2/50463 to outside:87.194.97.36/55437 flags ri&lt;/STRONG&gt;&lt;BR /&gt;UDP PAT from inside:10.1.41.2/54118 to outside:87.194.97.36/18430 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.2/64373 to outside:87.194.97.36/56176 flags ri&lt;BR /&gt;TCP PAT from inside:10.1.41.2/56688 to outside:87.194.97.36/16751 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.2/63329 to outside:87.194.97.36/19333 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.2/58098 to outside:87.194.97.36/49344 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.2/53935 to outside:87.194.97.36/51044 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.2/59574 to outside:87.194.97.36/11391 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.2/57735 to outside:87.194.97.36/24946 flags ri&lt;BR /&gt;TCP PAT from inside:10.1.41.27/63618 to outside:87.194.97.36/15983 flags ri&lt;BR /&gt;TCP PAT from inside:10.1.41.79/2184 to outside:87.194.97.36/16503 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.111/58608 to outside:87.194.97.36/17021 flags ri&lt;BR /&gt;UDP PAT from inside:10.1.41.111/64360 to outside:87.194.97.36/23578 flags ri&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 11:23:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503217#M235753</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-14T11:23:14Z</dc:date>
    </item>
    <item>
      <title>Inside we have two networks</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503218#M235754</link>
      <description>&lt;P&gt;Inside we have two networks accessing outside world..&lt;/P&gt;&lt;P&gt;10.1.40.0 - 255.255.254.0 &amp;nbsp;- All Servers using this network&amp;nbsp;&lt;/P&gt;&lt;P&gt;10.1.41.0 - 255.255.254.0 - All Client Computers using this network&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 11:36:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503218#M235754</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-14T11:36:48Z</dc:date>
    </item>
    <item>
      <title>Hi Waqas, It is normal, in</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503219#M235755</link>
      <description>&lt;P&gt;Hi Waqas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is normal, in case of dynamic pat.....&lt;/P&gt;&lt;P&gt;sh xlate detail output of yours has&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UDP PAT from inside:10.1.41.2/50463 to outside:87.194.97.36/55437 flags ri&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;at the same time if you check the existing connection in conn table..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sh conn | in 50463&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;you can see the established connection&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you get me a remote access to that firewall so that i can check that..... it seems to be okay.....&lt;/P&gt;&lt;P&gt;also did you check the routes on the internet router?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Karthik&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 11:55:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503219#M235755</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-14T11:55:57Z</dc:date>
    </item>
    <item>
      <title>Hi Karthik,Can send me an</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503220#M235756</link>
      <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;Can send me an email on: &amp;nbsp;waqas_buttg@hotmail.com&lt;/P&gt;&lt;P&gt;I will reply you with the access details.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Waqas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 12:07:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503220#M235756</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-14T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Hi, Sent email - from</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503221#M235757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sent email - from nkartheekeyan@hotmail.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 12:12:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503221#M235757</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-08-14T12:12:03Z</dc:date>
    </item>
    <item>
      <title>Hi Karthik,Thanks a lot for</title>
      <link>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503222#M235758</link>
      <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;Thanks a lot for all your efforts.... appreciate for your intimate support.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Waqas&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 13:54:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/issue-accessing-specific-url-from-pix-525-firewall/m-p/2503222#M235758</guid>
      <dc:creator>Waqas Butt</dc:creator>
      <dc:date>2014-08-14T13:54:06Z</dc:date>
    </item>
  </channel>
</rss>

