<?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: Internet link failover in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023555#M940368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the pix outside interface plugged into a router with both t1s?  If so check its defualt gateway, make sure its priority is b.b.b.b also.  If its a switch the same principle applies.&lt;/P&gt;&lt;P&gt;If you are using a different interface for the t1, make sure you use it and not outside ex: route newinterface 0.0.0.0 0.0.0.0 b.b.b.b 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2008 19:58:54 GMT</pubDate>
    <dc:creator>cjake7777</dc:creator>
    <dc:date>2008-03-25T19:58:54Z</dc:date>
    <item>
      <title>Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023554#M940367</link>
      <description>&lt;P&gt;Hello - I have a PIX 515 in which I have a T1 line that I use for my internet access.  I just added a new line and here is what I want to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the internet traffic off the old line (a.a.a.a) and put it to the new line (b.b.b.b).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the old line as a failover for the new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I thought it was as easy as this:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 b.b.b.b 1&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 a.a.a.a 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinking the high metric for new line would work unless it was down, and then traffic would go out the old line again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a noob with PIX, so let me know what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:22:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023554#M940367</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2019-03-11T12:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023555#M940368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the pix outside interface plugged into a router with both t1s?  If so check its defualt gateway, make sure its priority is b.b.b.b also.  If its a switch the same principle applies.&lt;/P&gt;&lt;P&gt;If you are using a different interface for the t1, make sure you use it and not outside ex: route newinterface 0.0.0.0 0.0.0.0 b.b.b.b 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 19:58:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023555#M940368</guid>
      <dc:creator>cjake7777</dc:creator>
      <dc:date>2008-03-25T19:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023556#M940369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - Both lines are plugged directly into the pix, and our router just has a default route pointing to the inside interface of the pix (ex. ip route 0.0.0.0 0.0.0.0 192.168.2.2) And sorry - having the word "outside" in both those lines was a typo on my part!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 10:55:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023556#M940369</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-26T10:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023557#M940370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your default route (on router) should be to your ISP &lt;/P&gt;&lt;P&gt;ex. ip route 0.0.0.0 0.0.0.0 b.b.b.b 1 &lt;/P&gt;&lt;P&gt;If the interface connecting from to your pix is private, just put your networks pointing to that interface on the pix.&lt;/P&gt;&lt;P&gt;ex. ip route 172.16.0.0 255.255.0.0 192.168.2.2&lt;/P&gt;&lt;P&gt;and possibly&lt;/P&gt;&lt;P&gt;ip route 192.168.0.0 255.255.0.0 192.168.2.2&lt;/P&gt;&lt;P&gt;I hope you get the idea....  Make the routes going to your pix more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the pix make sure your default route is pointing to the correct interface.  Like in the previous post. And make sure you have an NAT statement going out that interface.  You can use the same one that you had going out your outside. (make the new interface looks almost the same as the outside interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 16:18:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023557#M940370</guid>
      <dc:creator>cjake7777</dc:creator>
      <dc:date>2008-03-26T16:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023558#M940371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be a bit more specific about your topology? How exactly is this new line terminated? On a router?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 16:49:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023558#M940371</guid>
      <dc:creator>laurent.geyer</dc:creator>
      <dc:date>2008-03-26T16:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023559#M940372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure - yes, the line is a Verizon fios fiber optic line (15Mbs) comes into a dlink router which then plugs into ethernet5 on the pix.  From the pix I can ping the provider, but can't ping the provider from anywhere behind the pix, hence, I can't get the web traffic to use that link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 11:14:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023559#M940372</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-27T11:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023560#M940373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - I am going to back up and start from scratch here - I think I may have not explained this very well. I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 T1 (A.A.A.A) terminated at a 1721 then plugged into ethernet0 (if_name outside).  Works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 new Veriszon 15Mb fios fiber optic line (B.B.B.B) terminated at a DLink router then plugged into ethernet3 on the pix (if_name Internet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to use the fiber optic line (B.B.B.B) for internet traffic while keeping the T1 (A.A.A.A) as a standby in case the fiber optic line goes down&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is no matter what I try I can't get traffic to flow over the fiber optic line.  I know it's working because I can connect directly to the fiber optic line and get out to the net.  I am attaching the config for my pix.  Take a look and let me know what I need to do to get this to work.  Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 14:11:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023560#M940373</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-27T14:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023561#M940374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need a global statement for the internet interface and track statements so &lt;/P&gt;&lt;P&gt;global (internet) B.B.B.B netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;route internet 0.0.0.0 0.0.0.0 B.B.B.B 1 track (your dlinks gateway)&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 A.A.A.A 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to make sure your internet route has the track statement, when it goes down, it will use the outside interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 14:54:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023561#M940374</guid>
      <dc:creator>cjake7777</dc:creator>
      <dc:date>2008-03-27T14:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023562#M940375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake thanks , I really appreciate your patience.  So just so I have this straight - right now I have&lt;/P&gt;&lt;P&gt;b.b.b.1 - Verizon side router - their end&lt;/P&gt;&lt;P&gt;b.b.b.3 - Dlink router - my end&lt;/P&gt;&lt;P&gt;b.b.b.4 - Internet interface on my pix.&lt;/P&gt;&lt;P&gt;b.b.b.5-b.b.b.6 - open for me to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should my config, based on what you said look like this?&lt;/P&gt;&lt;P&gt;global (internet) B.B.B.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;route internet 0.0.0.0 0.0.0.0 B.B.B.3 1 track &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 15:06:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023562#M940375</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-27T15:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023563#M940376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;global (internet) B.B.B.6 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;route internet 0.0.0.0 0.0.0.0 B.B.B.3 1 track 1&lt;/P&gt;&lt;P&gt;track 1 rtr 10 reachability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I frogot that last line... its been awhile since i used the track statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 15:13:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023563#M940376</guid>
      <dc:creator>cjake7777</dc:creator>
      <dc:date>2008-03-27T15:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023564#M940377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - still not working when I do that but I think I see why.  I cannot ping from b.b.b.4 to b.b.b.3 even though I have a cable going from one to the other on the other side of the room, green lights on both ends and an up/up on the interface on the pix. Whats missing here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also - the 'track' command is an unknown on my pix - is that a later version command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 15:41:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023564#M940377</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-27T15:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023565#M940378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah track is on a later version, not really an issue.&lt;/P&gt;&lt;P&gt;changes:&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 A.A.A.A 10&lt;/P&gt;&lt;P&gt;route internet 0.0.0.0 0.0.0.0 B.B.B.B 1&lt;/P&gt;&lt;P&gt;The INternet_acl looks to be in error. its going to network A and needs to be B.&lt;/P&gt;&lt;P&gt;Might want to take off the "access-group Internet_acl in interface Internet" just to test.&lt;/P&gt;&lt;P&gt;Also once you change the routes, go to &lt;A class="jive-link-custom" href="http://www.network-tools.com" target="_blank"&gt;www.network-tools.com&lt;/A&gt; and see what your IP is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 15:50:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023565#M940378</guid>
      <dc:creator>cjake7777</dc:creator>
      <dc:date>2008-03-27T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023566#M940379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ugh - if wasn't bald I'd be pulling my hair out.  Tried the above, still no go.  It's got to be something simple that I am missing.  Now, can I tell the pix to only use that link for http/https traffic and everthing else continue to use the old link?  Would that make this easier?  I still have to figure out why I can't ping the dlink from the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I already tell you I appreciate the help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 16:20:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023566#M940379</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-27T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023567#M940380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would not be eaiser to send all www traffic out one interface.&lt;/P&gt;&lt;P&gt;Try this for pings&lt;/P&gt;&lt;P&gt;access-list Internet_acl extended permit icmp any any echo-reply &lt;/P&gt;&lt;P&gt;access-list Internet_acl extended permit icmp any any time-exceeded &lt;/P&gt;&lt;P&gt;access-list Internet_acl extended permit icmp any any unreachable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you done a clear xlate ?  That might be all it is.  Also please post an updated config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 16:33:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023567#M940380</guid>
      <dc:creator>cjake7777</dc:creator>
      <dc:date>2008-03-27T16:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023568#M940381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I added those - it choked on the 'extended' part, so I just added them to the acl itself.  Did the clear xlate as well. Here is the updated config.  Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALSO - I added the last octet to the addresses to see if that helps at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:06:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023568#M940381</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-27T17:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023569#M940382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to ping past the router from your desk.&lt;/P&gt;&lt;P&gt;ping 4.2.2.2&lt;/P&gt;&lt;P&gt;then trace to it and make sure its going out your outside ip address. Alos go to &lt;A class="jive-link-custom" href="http://www.network-tools.com" target="_blank"&gt;www.network-tools.com&lt;/A&gt; and verify the IP. I need know that result.  It looks like everything is there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:23:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023569#M940382</guid>
      <dc:creator>cjake7777</dc:creator>
      <dc:date>2008-03-27T17:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023570#M940383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a continuous ping going to google while I made the change and it dropped as soon as I added the route Internet 0.0.0.0 0.0.0.0 b.b.b.3 1 command.  I had to revert to the original config and have to refrain from testing here for a while - the office is getting ticked off at me.  I will tackle this again tonight.  I am thinking a restart of the dlink and pix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:35:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023570#M940383</guid>
      <dc:creator>adcorbett_2</dc:creator>
      <dc:date>2008-03-27T17:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internet link failover</title>
      <link>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023571#M940385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One solution is to upgrade to version 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5708/ps5709/ps2030/prod_bulletin0900aecd8023c8d4.html" target="_blank"&gt;http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5708/ps5709/ps2030/prod_bulletin0900aecd8023c8d4.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then follow the instruction in the link below for backup isp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:48:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/internet-link-failover/m-p/1023571#M940385</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-03-27T17:48:24Z</dc:date>
    </item>
  </channel>
</rss>

