<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; tracert</title> <atom:link href="http://www.ghacks.net/tag/tracert/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Network Troubleshooting Basics: Some Simple Steps</title><link>http://www.ghacks.net/2011/05/30/network-troubleshooting-basics-some-simple-steps/</link> <comments>http://www.ghacks.net/2011/05/30/network-troubleshooting-basics-some-simple-steps/#comments</comments> <pubDate>Mon, 30 May 2011 10:38:13 +0000</pubDate> <dc:creator>Ryan D. Lang</dc:creator> <category><![CDATA[Networks]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network troubleshooting]]></category> <category><![CDATA[ping]]></category> <category><![CDATA[tracert]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45744</guid> <description><![CDATA[This article is the fourth and final part of a series on the basics of network troubleshooting. The tools covered in the previous articles (ping, ipconfig, tracert and pathping) will be combined into a troubleshooting method. This guide will teach you valuable steps in finding where a problem is on a network connection. One of [...]]]></description> <content:encoded><![CDATA[<p>This article is the fourth and final part of a series on the basics of network troubleshooting.  The tools covered in the previous articles (<a
href="http://www.ghacks.net/2011/05/12/network-troubleshooting-basics-the-ping-command/">ping</a>, <a
href="http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/">ipconfig</a>, <a
href="http://www.ghacks.net/2011/05/24/network-troubleshooting-basics-tracert-pathping/">tracert and pathping</a>) will be combined into a troubleshooting method.  This guide will teach you valuable steps in finding where a problem is on a network connection.</p><p>One of my networking classes included the basics of troubleshooting a network connection.  It included basic command line tools that really were very easy to use and understand.  Most of the students thought they were fun to use.</p><p>Knowing these commands before having to deal with the frustration of a network connection problem is not a bad idea.  A working connection shows you what is supposed to happen.  If you see something different, you will know something is up.  When problems strike, at the least you can get an idea of what is going on.</p><p><strong>Step 0: Check the Cords &#038; Power</strong></p><p>The first thing you should always do is check to make sure everything is plugged in: your computer, router, device, etc.  Many laptops have a button to turn off the wireless connection; the icon looks like a signal tower.  When in doubt, read the manual (which you can often download from the manufacturer&#8217;s website).  Bear in mind, we all forget this step at some point, so do not feel too silly when it happens to you.</p><p><strong>Step 1: Ping Yourself</strong></p><p>You want to test that your machine is working properly.  To do this, you want to ping yourself.  You use the loop-back address (127.0.0.1) to do this.  Pinging the loop-back address tests to make sure software on your computer is working properly.  Typically, if something is not working at this stage, you may just need to restart your computer.</p><p>ping<br
/> http://www.ghacks.net/2011/05/12/network-troubleshooting-basics-the-ping-command/</p><p><strong>Step 2: Ping Your Router (AKA: the Default Gateway)</strong></p><p>The next step would be to ping your router.  You can find your router&#8217;s IP address with ipconfig as well (it should be on the bottom of the unit and listed in the manual too).  Remember that <a
href="http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/">ipconfig</a> lists your router as the &#8220;Default Gateway.&#8221;  It is very likely to be <a
href="http://www.ghacks.net/2011/04/29/why-your-home-router-is-192-168-1-1/">192.168.1.1</a> or a similar number.</p><p>This is done to test if your router is responding.  If it is not, and you have already checked to make sure it is on, then it may need to be turned off and turned on.  Every once in a while it may need a refresh.  If the problem continues, contact you ISP for assistance to see if they can help.</p><p>Note: Routers, like anything else in the IT world, will someday fail.  There is a chance that this has happened.  Your ISP help desk should be able to help you determine this.  If the router is one of theirs, they will likely send you out a new one.</p><p><strong>Step 3: Ping Yourself with Your IP Address</strong></p><p>We want to test to make sure everything is working correctly between your router and your computer.  To do this, ping your IP address.  It is listed in the ipconfig command at the same time the router IP number is.  If this works, you can be pretty confident that a problem is outside your home (or maybe small office) network.</p><p><strong>Step 4: Ping and Tracert Outside Your Network</strong></p><p>From here, you want to test something outside your network.  In a medium or larger network setting, a server on another branch of the network will do.  For a home network, the Internet is often your only option.  Since chances are the problem is that one or more websites are (or seem) down, this is a logical thing to check.</p><p>You can use a few different tools.  First try the ping command because it is the fastest.  It will only tell you if the site is working or not.  For more detailed information, use <a
href="http://www.ghacks.net/tag/tracert/">tracert</a> and pathping.  They can give a better idea of what is going on.  For instance,  if you can reach your router, but no further, the node that connects you to the Internet may be down: an ISP issue.  If you can reach only a couple (one or two) steps past your router, then it still is probably an ISP issue.  Your Internet is down.  If you can reach a lot further, the site may be having issues (see <a
href="http://www.ghacks.net/2011/02/17/is-facebook-down-find-out-right-now/">is Facebook down</a>, ways to <a
href="http://www.ghacks.net/2008/03/16/ways-to-check-if-a-website-is-really-down/">check if a website is really down</a>, for pointers)  There even is a chance that other sites, either from the same proximity or even hosting service, are having the same problem.  If it is an e-commerce site, there may be a number to call, but there probably is not much to do besides wait.  At least you know where the problem is.</p><p><strong>Parting Thought</strong></p><p>On a parting note, one other benefit of trying these commands out on a nice day like today is that it creates a positive mental association with the tools.  That might change with enough problems, but they are worthy of a good first impression.  Having the skills to deal with a problem ahead of time is always a good idea.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/30/network-troubleshooting-basics-some-simple-steps/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Network Troubleshooting Basics: Tracert &amp; Pathping</title><link>http://www.ghacks.net/2011/05/24/network-troubleshooting-basics-tracert-pathping/</link> <comments>http://www.ghacks.net/2011/05/24/network-troubleshooting-basics-tracert-pathping/#comments</comments> <pubDate>Tue, 24 May 2011 09:30:55 +0000</pubDate> <dc:creator>Ryan D. Lang</dc:creator> <category><![CDATA[Networks]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network troubleshooting]]></category> <category><![CDATA[pathping]]></category> <category><![CDATA[tracert]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45490</guid> <description><![CDATA[This article is the third in a series of the basics of network troubleshooting. So far ping and ipconfig have been covered. Now tracert and pathping, which are similar commands, will be covered. While this is a basic tutorial, there are some intermediate tips and topics included. The focus will be on Windows based systems [...]]]></description> <content:encoded><![CDATA[<p>This article is the third in a series of the basics of network troubleshooting.  So far <a
href="http://www.ghacks.net/2011/05/12/network-troubleshooting-basics-the-ping-command/">ping</a> and <a
href="http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/">ipconfig</a> have been covered.  Now tracert and pathping, which are similar commands, will be covered.  While this is a basic tutorial, there are some intermediate tips and topics included.  The focus will be on Windows based systems (with a tip or two for other systems).</p><p>Both of these commands are designed to give you more detailed information than the ping command.  They will tell you about steps along the way.  This can help you narrow down where a problem is.</p><h4>The Tracert Command Basics</h4><p>The tracert command is also called traceroute on other systems, such as on a Mac or in Cisco&#8217;s IOS (used in its routers and switches).  It is used to find out what other devices are on the path to a destination.  It works by sending out a number of signals.  Each signal has an amount of locations it can jump to, called a time to live (TTL).  When it reaches that number, the device it reaches sends back an error message.  For example, the first packet of data sent out would just have one hop, so it would stop at your home router.  Your router sends back a signal, and the tracert command records it.  The next signal would have to go two hops and so on, until the destination is reached.</p><p>Using the command is simple.  You type in tracert and an IP number or website&#8217;s name after it.  You can see extra options by typing <strong>tracert /?</strong> in the command line.</p><p>To get the the command line, go to Start, Run, type <strong>cmd</strong> in, and press the <strong>Enter</strong> key.</p><p>After that, type <strong>tracert google.com</strong> in and hit <strong>Enter</strong> again.  You should get something like this:</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/tracert.png" alt="tracert" title="tracert" width="589" height="503" class="alignnone size-full wp-image-45495" /></p><p>In Linux, the equivalent command is <a
href="http://manpages.ubuntu.com/manpages/hardy/man8/tracepath.8.html">tracepath</a>, but traceroute is available.  Both commands perform similar actions, but you have to install <a
href="http://manpages.ubuntu.com/manpages/hardy/man8/traceroute-nanog.genuine.8.html">traceroute</a> on some systems (e.g. Ubuntu).  Type in &#8220;sudo apt-get install traceroute&#8221; from the terminal to grab it.  Enter the name of the command and a IP number or a website&#8217;s name to trace the path.</p><h4>The Pathping Command Basics</h4><p>The pathping command is more similar to tracert than a simple ping.  Just like the tracert command, pathping will give you information about all the steps along the path to the website you want to test.  It does this by sending out full ping commands along the way, gathering more information.  This is done over a period of time, yielding a detailed report.  The extra information is good to have, but the time required is a disadvantage.  It can take a few minutes.  Typically, tracert is the preferred command.</p><p>The command works the same way that tracert or ping do, where you type in the name of the command and the name of the site you want to test.  There are some option, which you can see by typing &#8220;pathping /?&#8221; into the command line.  For something similar in Linux, use the <a
href="http://manpages.ubuntu.com/manpages/gutsy/man8/mtr.8.html">mtr</a> command.</p><p>Assuming you did not close the command line window from befor, type &#8220;pathping google.com&#8221; in and hit Enter.  You should get a report similar to tracert, but it will tell you to wait for the extra results.  There is a lot of information, so you may have to scroll a little to see it all.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/traceping1.png" alt="traceping" title="traceping" width="589" height="323" class="alignnone size-full wp-image-45500" /></p><h4>Controlling Pathping</h4><p>Waiting roughly 6 minutes for a report is a bit much for one command.  You can shorten the time to create the report with a command line option.  Instead of sending 100 pings, &#8220;pathping google.com -q 10&#8243; will send 10 per hop, or  &#8220;pathping google.com -q 3&#8243; will send 3 per hop.</p><p><strong>Cleaning-Up Tracert or Pathping Output</strong></p><p>Tracert command is notorious for lines that spill past the width of the screen; the pathping command never fits in a screen.  By saving the output to a file, it will remove line breaks automatically.  There is no manual editing involved, and the output is nicer.</p><p>To do this for tracert, type in &#8220;tracert google.com > file.txt&#8221; into the command line.  If you are not familiar with Dos, or you are not sure where you put the file, you can use &#8220;notepad file.txt&#8221; (or even just &#8220;file.txt&#8221;) in the command line to easily retrieve the file.</p><p>There is one problem with this method: it looks nothing is happening.  This is even more evident with the pathping command, which can take several minutes to run (hence why controlling the pathping is covered above).  Be patient; this is normal.</p><p>Side note: This is call &#8220;redirecting,&#8221; and it is commonly done at the command line.  Use one greater-than sign (>) to overwrite a file; use two greater-than signs (>>) to append data to a file.</p><p>This can also be done in Linux, but it is not necessary.  If the tracepath command spills over the edge, you can re-size the terminal and run the command again.  The Dos prompt has a fixed character width, so resizing the window will not help.</p><p><strong>What You Can Infer</strong></p><p>Tracert and pathping are useful in seeing where a problem is.  If a command recognizes your router, but not much further, something is probably wrong with your ISP.  If a command trails off, but cannot find the destination, the website probably is having a problem.  Typically, it is better to start testing with the ping command because it faster than its counterparts.</p><p><strong>Closing</strong></p><p>There is going to be one last article in this series that puts all three commands together.  Each one is a piece that you need to understand in order to use it.  Combining them can make finding a problem easier.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/24/network-troubleshooting-basics-tracert-pathping/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WebHopper Internet Traceroute Tool</title><link>http://www.ghacks.net/2009/01/04/webhopper-internet-traceroute-tool/</link> <comments>http://www.ghacks.net/2009/01/04/webhopper-internet-traceroute-tool/#comments</comments> <pubDate>Sun, 04 Jan 2009 20:45:21 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[internet trraceroute]]></category> <category><![CDATA[traceroute]]></category> <category><![CDATA[traceroute software]]></category> <category><![CDATA[tracert]]></category> <category><![CDATA[visual traceroute]]></category> <category><![CDATA[web hopper]]></category> <category><![CDATA[webhopper]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9637</guid> <description><![CDATA[The traceroute command lists the servers &#8211; which are also called hops &#8211; that the connection uses to reach the destination. There is basically never a direct connection to a regular website, it will always use a number of servers before it reaches the destination. Windows users can use the tracert destination command to display [...]]]></description> <content:encoded><![CDATA[<p>The traceroute command lists the servers &#8211; which are also called hops &#8211; that the connection uses to reach the destination. There is basically never a direct connection to a regular website, it will always use a number of servers before it reaches the destination. Windows users can use the <strong>tracert destination</strong> command to display the list of servers that the current connection uses to reach the destination. This can change depending on the routing and begins with the local IP and usually ends with the destination IP.</p><p>The command has a few disadvantages. It is not displaying additional information about each hop and it is kinda difficulty to process the information. Web Hopper makes use of a graphical user interface and several additional features that might make it worth the download. The country of each server on the route to the destination is shown. It is sometimes quite fascinating to see that connections to a server &#8220;next door&#8221; will make a trip around the world before they reach the destination. This can be used to analysis connection problems like bad pings to game servers.</p><p>Another advantage of Web Hopper is that you can also traceroute emails which the traceroute command in Windows cannot.</p><p><span
id="more-9637"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/web_hopper-499x363.jpg" alt="web hopper" title="web hopper" width="499" height="363" class="alignnone size-medium wp-image-9638" /></p><p>Web Hopper displays the country of the server, the server name and the time it takes to reach it. A trace is updated automatically and results can be saved in text format for further processing. The Internet traceroute tool comes with two shortcuts that can grab the active browser url to process it automatically and the option to view a url in the browser.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/04/webhopper-internet-traceroute-tool/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Traceroute From Multiple Locations</title><link>http://www.ghacks.net/2008/07/30/traceroute-from-multiple-locations/</link> <comments>http://www.ghacks.net/2008/07/30/traceroute-from-multiple-locations/#comments</comments> <pubDate>Wed, 30 Jul 2008 15:32:17 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[connection problems]]></category> <category><![CDATA[network]]></category> <category><![CDATA[terminal]]></category> <category><![CDATA[traceroute]]></category> <category><![CDATA[tracert]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5308</guid> <description><![CDATA[The Traceroute command displays the list of Internet hops that lie between your local computer and the remote computer. It provides an excellent way to identify connection problems because it is actually showing you the hop that is causing the problems. Just Traceroute (via Digital Inspiration) takes this a step further by issuing a traceroute [...]]]></description> <content:encoded><![CDATA[<p>The Traceroute command displays the list of Internet hops that lie between your local computer and the remote computer. It provides an excellent way to identify connection problems because it is actually showing you the hop that is causing the problems.</p><p><a
href="http://just-traceroute.com/">Just Traceroute</a> (via <a
href="http://www.labnol.org/internet/tools/run-traceroute-command-on-multiple-computers/4027/">Digital Inspiration</a>) takes this a step further by issuing a traceroute command from multiple locations in the world. Different locations, especially when they are from different parts of the world, use different &#8220;ways&#8221; to reach their target which could give additional information about the cause of the connection problem.</p><p>The services is using servers located in the United States, Netherlands, Australia and Singapore to run the traceroute command.</p><p><span
id="more-5308"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/07/tracerouter_multiple_locations-500x250.jpg" alt="tracerouter multiple locations" title="tracerouter multiple locations" width="500" height="250" class="alignnone size-medium wp-image-5731" /></p><p>The results can be forwarded to an email address. The very same window offers a way to copy the all four traceroutes to the clipboard directly.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/07/30/traceroute-from-multiple-locations/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Monitoring Internet Reachability in Real-Time</title><link>http://www.ghacks.net/2008/05/15/monitoring-internet-reachability-in-real-time/</link> <comments>http://www.ghacks.net/2008/05/15/monitoring-internet-reachability-in-real-time/#comments</comments> <pubDate>Thu, 15 May 2008 11:35:07 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[hubble]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[isp]]></category> <category><![CDATA[outage]]></category> <category><![CDATA[reachability]]></category> <category><![CDATA[server]]></category> <category><![CDATA[tracert]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4133</guid> <description><![CDATA[What&#8217;s the first thing you do when your Internet connection is not working ? I changed my reasoning from thinking that it was related to my computer to one that assumed the Internet Service Provider was responsible for the outage. Well that&#8217;s not 100% true but I know several signs that tell me if it [...]]]></description> <content:encoded><![CDATA[<p>What&#8217;s the first thing you do when your Internet connection is not working ? I changed my reasoning from thinking that it was related to my computer to one that assumed the Internet Service Provider was responsible for the outage. Well that&#8217;s not 100% true but I know several signs that tell me if it is my fault or the fault of my ISP.</p><p>I usually restart my router to be on the safe side but that&#8217;s it. Sometimes you can make a connection to the Internet but that connection feels slow, you get disconnections and websites that are not loading properly.</p><p>One way to find out if the problem is located on your side is to perform a tracert command to the target server. If that tracert times out you pretty much know the IP address of the server responsible for that along with information about the country the server is in.</p><p><span
id="more-4133"></span><a
href='http://www.ghacks.net/wp-content/uploads/2008/05/internet_black_holes.jpg'><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/internet_black_holes-300x163.jpg" alt="internet black holes" title="internet black holes" width="300" height="163" class="alignnone size-medium wp-image-4134" /></a></p><p>This is also the basic approach of Hubble, a service that monitors Internet reachability in real-time. Instead of using one tracert at a time they send out more than 100k every 15 minutes to monitor reachability problems throughout the world using a Google Maps mashup to provide a map of so called black holes, meaning servers that are unresponsive or have a reduced reachability.</p><p>The interesting information for the users are the IP addresses or ranges of those servers and the country column of the table. Sorting the column by country reveals problematic server at a glance which can help determining if the problem is located at your end.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/15/monitoring-internet-reachability-in-real-time/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>eToolz Network Toolset</title><link>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/</link> <comments>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/#comments</comments> <pubDate>Sun, 11 May 2008 11:57:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network tools]]></category> <category><![CDATA[ping]]></category> <category><![CDATA[tracert]]></category> <category><![CDATA[whois]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4090</guid> <description><![CDATA[It is sometimes required to issue a ping or tracert command to identify the source for a slow Internet connection or no connection to a server at all. I usually use those commands when I notice that websites that I own run slow or are not responsive at all. This can also be useful if [...]]]></description> <content:encoded><![CDATA[<p>It is sometimes required to issue a ping or tracert command to identify the source for a slow Internet connection or no connection to a server at all. I usually use those commands when I notice that websites that I own run slow or are not responsive at all. This can also be useful if you are a gamer and want to test your ping to a game server or find out how your connection is routed to the server. Several companies, like Blizzard for instance, request a tracert and ping before they even look in the matter.</p><p>Most operating systems have those tools on board and it is normally not required to use an external tool. Many users however do not like to work with the command line in Windows and prefer a graphical user interface instead. Many also have difficulties issuing the correct commands, e.g. finding out how to save the result in a text document automatically.</p><p><a
href="http://translate.google.com/translate?hl=de&amp;langpair=de%7Cen&amp;u=http://www.gaijin.at/dlet.php">eToolz</a> is a collection of network and Internet tools that provides a graphical interface for several common commands. This includes ping and tracert but also DNS and whois lookups, mail checks, the retrieval of http headers, time synchronization, pagerank check and list with useful information (default ports, domain extensions).</p><p><span
id="more-4090"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/etoolz-300x223.jpg" alt="etoolz" title="etoolz" width="300" height="223" class="alignnone size-medium wp-image-4091" /></p><p>Most functions come with several options. It is for instance possible to select one of six whois databases, define timeouts, ping counts or the maximum amount of hops of a tracert. Every echo in the program can be copied normally. Five languages are supported: German, English, French, Portuguese and Dutch although a few of the information are still not translated and therefor in German.</p><p>The developer of the product uses Google Translate to provide an English version of the homepage, ever heard of Nazi lookups ? Yeah, me neither.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
