<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Howto Setup advanced TFTP server in Ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Elden</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-2#comment-120898</link>
		<dc:creator>Elden</dc:creator>
		<pubDate>Sun, 05 Feb 2012 23:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-120898</guid>
		<description>Under Ubuntu 11.10...

&#039;sudo apt-get install atftpd&#039;
(It is installed and started automatically)

----Test It -----------------------
sudo apt-get install atftp
sudo chmod ugoa+w /srv/tftp
echo hello &gt; /srv/tftp/hello.txt
atftp --verbose -g -l local_hello.txt -r hello.txt 127.0.0.1
cat local_hello.txt</description>
		<content:encoded><![CDATA[<p>Under Ubuntu 11.10&#8230;</p>
<p>&#8216;sudo apt-get install atftpd&#8217;<br />
(It is installed and started automatically)</p>
<p>----Test It -----------------------<br />
sudo apt-get install atftp<br />
sudo chmod ugoa+w /srv/tftp<br />
echo hello &gt; /srv/tftp/hello.txt<br />
atftp --verbose -g -l local_hello.txt -r hello.txt 127.0.0.1<br />
cat local_hello.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-2#comment-108885</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Fri, 02 Sep 2011 20:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-108885</guid>
		<description>Hello Freinds,

i&#039;m unable to upload any IOS of file to my routers/switches.

any help will be appreciated.

this is my config file.

service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = -s /home/moh/D/ios-image
disable = no
}

thanks alot.

Linux83</description>
		<content:encoded><![CDATA[<p>Hello Freinds,</p>
<p>i&#8217;m unable to upload any IOS of file to my routers/switches.</p>
<p>any help will be appreciated.</p>
<p>this is my config file.</p>
<p>service tftp<br />
{<br />
protocol = udp<br />
port = 69<br />
socket_type = dgram<br />
wait = yes<br />
user = nobody<br />
server = /usr/sbin/in.tftpd<br />
server_args = -s /home/moh/D/ios-image<br />
disable = no<br />
}</p>
<p>thanks alot.</p>
<p>Linux83</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hertz</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-107975</link>
		<dc:creator>Hertz</dc:creator>
		<pubDate>Thu, 11 Aug 2011 15:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-107975</guid>
		<description>Just managed to get atftp to work on ubuntu 11.04 (64 bit) after some effort. Here is what I have done:

- Followed the instructions
 at the top of this page 

- edit atftpd configuration: sudo nano /etc/default/atftpd 


USE_INETD=false
OPTIONS=&quot;--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 255.255.255.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 --daemon /tftpboot&quot;

(my files are in /tftpboot)

/etc/init.d/atftpd start

sudo atftp 
put myfile</description>
		<content:encoded><![CDATA[<p>Just managed to get atftp to work on ubuntu 11.04 (64 bit) after some effort. Here is what I have done:</p>
<p>- Followed the instructions<br />
 at the top of this page </p>
<p>- edit atftpd configuration: sudo nano /etc/default/atftpd </p>
<p>USE_INETD=false<br />
OPTIONS=&#8221;--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 255.255.255.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 --daemon /tftpboot&#8221;</p>
<p>(my files are in /tftpboot)</p>
<p>/etc/init.d/atftpd start</p>
<p>sudo atftp<br />
put myfile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hackatwrs</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-105010</link>
		<dc:creator>hackatwrs</dc:creator>
		<pubDate>Wed, 01 Jun 2011 15:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-105010</guid>
		<description>It seems many of you had an issue allowing writes to your /tftpboot directory. You need to add &quot;-c&quot; to your server args in /etc/xinetd.d/tftp 

service tftp
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = root
        server          = /usr/sbin/in.tftpd
        server_args     = -s -c /tftpboot
        flags                   = IPv6 IPv4
}


Hope this helps...</description>
		<content:encoded><![CDATA[<p>It seems many of you had an issue allowing writes to your /tftpboot directory. You need to add &#8220;-c&#8221; to your server args in /etc/xinetd.d/tftp </p>
<p>service tftp<br />
{<br />
        socket_type     = dgram<br />
        protocol        = udp<br />
        wait            = yes<br />
        user            = root<br />
        server          = /usr/sbin/in.tftpd<br />
        server_args     = -s -c /tftpboot<br />
        flags                   = IPv6 IPv4<br />
}</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomassabo-charm</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-54294</link>
		<dc:creator>thomassabo-charm</dc:creator>
		<pubDate>Fri, 22 Oct 2010 08:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-54294</guid>
		<description>Great!It is very useful!I will try to install it and share with my friends!Thx</description>
		<content:encoded><![CDATA[<p>Great!It is very useful!I will try to install it and share with my friends!Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psypher246</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-46946</link>
		<dc:creator>psypher246</dc:creator>
		<pubDate>Tue, 07 Sep 2010 11:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-46946</guid>
		<description>HI all,

ATFTPD is a really stupid limitation of only allowing files smaller that 32MB to be transferred. I found this out when trying to copy Cisco IOS images. Rather install tftpd with xinetd as this does not have that limitation.

Howto:
http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/

Just as simple as the instructions for atftpd</description>
		<content:encoded><![CDATA[<p>HI all,</p>
<p>ATFTPD is a really stupid limitation of only allowing files smaller that 32MB to be transferred. I found this out when trying to copy Cisco IOS images. Rather install tftpd with xinetd as this does not have that limitation.</p>
<p>Howto:<br />
<a href="http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/" rel="nofollow">http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/</a></p>
<p>Just as simple as the instructions for atftpd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tapas mishra</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-31330</link>
		<dc:creator>tapas mishra</dc:creator>
		<pubDate>Sun, 30 May 2010 06:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-31330</guid>
		<description>I have mentioned my configuration here some one coming here should read this if something does not work for them
http://mightydreams.blogspot.com/2010/05/pxe-boot-installation-for-ubuntu.html</description>
		<content:encoded><![CDATA[<p>I have mentioned my configuration here some one coming here should read this if something does not work for them<br />
<a href="http://mightydreams.blogspot.com/2010/05/pxe-boot-installation-for-ubuntu.html" rel="nofollow">http://mightydreams.blogspot.com/2010/05/pxe-boot-installation-for-ubuntu.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tapas mishra</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-30165</link>
		<dc:creator>tapas mishra</dc:creator>
		<pubDate>Sat, 15 May 2010 07:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-30165</guid>
		<description>Ok as some one above pointed out in options they had to put /var/lib/tftp line similarly I had to put one more line in /etc/inted.conf
tftp           dgram   udp     wait    root  /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot</description>
		<content:encoded><![CDATA[<p>Ok as some one above pointed out in options they had to put /var/lib/tftp line similarly I had to put one more line in /etc/inted.conf<br />
tftp           dgram   udp     wait    root  /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NewtownGal</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-28084</link>
		<dc:creator>NewtownGal</dc:creator>
		<pubDate>Thu, 22 Apr 2010 04:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-28084</guid>
		<description>RE: writing to a subfolder

How do I write to a subfolder of /tftpboot ? I keep getting an access violation. I can write just fine to /tftpboot from another machine, so I know the basic setup is working. I made a subfolder and gave it the same mode and group as the parent. 

I&#039;m using the following command to try to write:

tftp IPaddress -c put filename /folder/

I&#039;ve tried lots of variations with the folder specification but no luck writing to it. The docs say one can specify a folder.

Thank you.

-- NewtownGal</description>
		<content:encoded><![CDATA[<p>RE: writing to a subfolder</p>
<p>How do I write to a subfolder of /tftpboot ? I keep getting an access violation. I can write just fine to /tftpboot from another machine, so I know the basic setup is working. I made a subfolder and gave it the same mode and group as the parent. </p>
<p>I&#8217;m using the following command to try to write:</p>
<p>tftp IPaddress -c put filename /folder/</p>
<p>I&#8217;ve tried lots of variations with the folder specification but no luck writing to it. The docs say one can specify a folder.</p>
<p>Thank you.</p>
<p>-- NewtownGal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikesch</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-23354</link>
		<dc:creator>Mikesch</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-23354</guid>
		<description>Just for info, there is no need to change the mcast addr option to your network, since mcast addresses have their own range!
http://en.wikipedia.org/wiki/Multicast_address</description>
		<content:encoded><![CDATA[<p>Just for info, there is no need to change the mcast addr option to your network, since mcast addresses have their own range!<br />
<a href="http://en.wikipedia.org/wiki/Multicast_address" rel="nofollow">http://en.wikipedia.org/wiki/Multicast_address</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xyverz</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-18398</link>
		<dc:creator>Xyverz</dc:creator>
		<pubDate>Tue, 08 Dec 2009 10:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-18398</guid>
		<description>ortang - that worked like a charm. Thanks!</description>
		<content:encoded><![CDATA[<p>ortang - that worked like a charm. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ortang</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-15202</link>
		<dc:creator>ortang</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-15202</guid>
		<description>Thanks to this article and your comments i was finally able to get it work on 9.04 (x64)

my changes:

in /etc/default/atftpd:
* USE_INETD=false
OPTIONS:
* added --daemon 
* changed --mcast-addr to fit my enviroment

modified /var/lib/tftpboot (chmod 777, chown nobody)

/etc/init.d/openbsd-inetd restart 
/etc/init.d/atftpd start

thanks, ortwin</description>
		<content:encoded><![CDATA[<p>Thanks to this article and your comments i was finally able to get it work on 9.04 (x64)</p>
<p>my changes:</p>
<p>in /etc/default/atftpd:<br />
* USE_INETD=false<br />
OPTIONS:<br />
* added --daemon<br />
* changed --mcast-addr to fit my enviroment</p>
<p>modified /var/lib/tftpboot (chmod 777, chown nobody)</p>
<p>/etc/init.d/openbsd-inetd restart<br />
/etc/init.d/atftpd start</p>
<p>thanks, ortwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krtapas</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-14620</link>
		<dc:creator>krtapas</dc:creator>
		<pubDate>Tue, 20 Oct 2009 20:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-14620</guid>
		<description>Thanks a lot for this information and for Robert too, because with his tips, I&#039;d configure a TFTP server for my Polycom Soundpoint, because I couldn&#039;t with vsftpd.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this information and for Robert too, because with his tips, I&#8217;d configure a TFTP server for my Polycom Soundpoint, because I couldn&#8217;t with vsftpd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kcohne</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-12672</link>
		<dc:creator>Kcohne</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-12672</guid>
		<description>This solved my problem thanks much. HAPPY VERY HAPPY JOY JOY

I am using ubuntu 9.04 desktop i386. Also getting 

invoke-rc.d: initscript atftpd, action “start” failed.

I tried it on an x64 server and even a fresh build purely for testing this. All I changed was the “true” to “false” setting in /etc/default/atftpd file. I confirmed the permissions by chmod -R 777 /var/lib/tftpboot. No juice. This all worked fine in Intrepid 8.10.</description>
		<content:encoded><![CDATA[<p>This solved my problem thanks much. HAPPY VERY HAPPY JOY JOY</p>
<p>I am using ubuntu 9.04 desktop i386. Also getting </p>
<p>invoke-rc.d: initscript atftpd, action “start” failed.</p>
<p>I tried it on an x64 server and even a fresh build purely for testing this. All I changed was the “true” to “false” setting in /etc/default/atftpd file. I confirmed the permissions by chmod -R 777 /var/lib/tftpboot. No juice. This all worked fine in Intrepid 8.10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isama</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-12399</link>
		<dc:creator>Isama</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-12399</guid>
		<description>Thanx! I will try it tomorrow for backing up my cisco switch:)</description>
		<content:encoded><![CDATA[<p>Thanx! I will try it tomorrow for backing up my cisco switch:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-12067</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Fri, 14 Aug 2009 21:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-12067</guid>
		<description>This has worked great. Many thanks.

I do have one issue.When trying to upload a new IOS to my C7206vxr routers, I get a timed out error. It is only when uploading, and only the ios. The kboot and FPD package go fine, and I can download the ios image fine. I am sure it because of the size, but not sure how to remedy the problem. Any help would be greatly appreciated.

Thank you

&#039;topher</description>
		<content:encoded><![CDATA[<p>This has worked great. Many thanks.</p>
<p>I do have one issue.When trying to upload a new IOS to my C7206vxr routers, I get a timed out error. It is only when uploading, and only the ios. The kboot and FPD package go fine, and I can download the ios image fine. I am sure it because of the size, but not sure how to remedy the problem. Any help would be greatly appreciated.</p>
<p>Thank you</p>
<p>&#8216;topher</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-11781</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-11781</guid>
		<description>This was very helpful.  Thanks!

Before this worked for me...

I changed 
 –mcast-addr 239.239.239.0-255 

to 
 –mcast-addr 10.5.5.0-255

Where 10.5.5.0 is my local subnet</description>
		<content:encoded><![CDATA[<p>This was very helpful.  Thanks!</p>
<p>Before this worked for me&#8230;</p>
<p>I changed<br />
 –mcast-addr 239.239.239.0-255 </p>
<p>to<br />
 –mcast-addr 10.5.5.0-255</p>
<p>Where 10.5.5.0 is my local subnet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-10986</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 10 Jul 2009 05:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-10986</guid>
		<description>RESOLVED: failed.

I added the &quot;--daemon&quot; option to /etc/default/atftpd

This is clearly new behavior in Jaunty from Intrepid or Hardy.

Happy--happy--joy--joy</description>
		<content:encoded><![CDATA[<p>RESOLVED: failed.</p>
<p>I added the &#8220;--daemon&#8221; option to /etc/default/atftpd</p>
<p>This is clearly new behavior in Jaunty from Intrepid or Hardy.</p>
<p>Happy--happy--joy--joy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-10985</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 10 Jul 2009 04:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-10985</guid>
		<description>I am using ubuntu 9.04 desktop i386.  Also getting 

invoke-rc.d: initscript atftpd, action “start” failed.

I tried it on an x64 server and even a fresh build purely for testing this.  All I changed was the &quot;true&quot; to &quot;false&quot; setting in /etc/default/atftpd file.  I confirmed the permissions by chmod -R 777 /var/lib/tftpboot.  No juice.  This all worked fine in Intrepid 8.10.</description>
		<content:encoded><![CDATA[<p>I am using ubuntu 9.04 desktop i386.  Also getting </p>
<p>invoke-rc.d: initscript atftpd, action “start” failed.</p>
<p>I tried it on an x64 server and even a fresh build purely for testing this.  All I changed was the &#8220;true&#8221; to &#8220;false&#8221; setting in /etc/default/atftpd file.  I confirmed the permissions by chmod -R 777 /var/lib/tftpboot.  No juice.  This all worked fine in Intrepid 8.10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.ubuntugeek.com/howto-setup-advanced-tftp-server-in-ubuntu.html/comment-page-1#comment-10137</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 19 Jun 2009 10:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=558#comment-10137</guid>
		<description>I&#039;m using ubuntu server 9.04 and I get the following error when I type the command which is supposed to start the standalone service (sudo invoke-rc.d atftpd start):

invoke-rc.d: initscript atftpd, action &quot;start&quot; failed.

Any suggestions why it doesn&#039;t start? I haven&#039;t found any log files in /var/log... I tried setting it up using the --logfile option but it didn&#039;t work.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>I&#8217;m using ubuntu server 9.04 and I get the following error when I type the command which is supposed to start the standalone service (sudo invoke-rc.d atftpd start):</p>
<p>invoke-rc.d: initscript atftpd, action &#8220;start&#8221; failed.</p>
<p>Any suggestions why it doesn&#8217;t start? I haven&#8217;t found any log files in /var/log&#8230; I tried setting it up using the --logfile option but it didn&#8217;t work.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

