<?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>Linux 360° &#124; Italia &#187; tftp-hpa</title>
	<atom:link href="http://www.linux360.it/tag/tftp-hpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux360.it</link>
	<description>Notizie, guide e tutorial per il mondo Linux a 360°</description>
	<lastBuildDate>Tue, 16 Dec 2014 14:03:33 +0000</lastBuildDate>
	<language>it-IT</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>TFTP Server con Debian/Ubuntu</title>
		<link>http://www.linux360.it/2014/04/27/tftp-server-con-debianubuntu/</link>
		<comments>http://www.linux360.it/2014/04/27/tftp-server-con-debianubuntu/#comments</comments>
		<pubDate>Sun, 27 Apr 2014 18:14:00 +0000</pubDate>
		<dc:creator><![CDATA[Francesco Gabriele]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tftp]]></category>
		<category><![CDATA[tftp-hpa]]></category>
		<category><![CDATA[tftp-server]]></category>

		<guid isPermaLink="false">http://www.ubuntuserver.it/?p=533</guid>
		<description><![CDATA[<p>TFTP Server con Debian/Ubuntu Ne ho provato diversi di demoni tftp ma questo è l&#8217;unico che funziona senza xinetd. Il fatto è che ne cercavo uno che parta e si fermi quando dico io. Uso tftpd-hpa con un po&#8217; di accorgimenti. apt-get install tftpd-hpa L’installazione ci chiedera&#8217; dove mettere la directory per il TFTP Server, ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/04/27/tftp-server-con-debianubuntu/">TFTP Server con Debian/Ubuntu</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>TFTP Server con Debian/Ubuntu</p>
<p>Ne ho provato diversi di demoni tftp ma questo è l&#8217;unico che funziona senza xinetd.<br />
Il fatto è che ne cercavo uno che parta e si fermi quando dico io.<br />
Uso tftpd-hpa con un po&#8217; di accorgimenti.<br />
<strong>apt-get install tftpd-hpa</strong></p>
<p>L’installazione ci chiedera&#8217; dove mettere la directory per il TFTP Server, io scelgo /tftproot.<br />
Ora sistemiamo le autorizzazioni (sostituite &#8220;frank&#8221; con il vostro utente)<br />
<strong>chown -R tftp:frank /tftproot</strong><br />
<strong>chmod -R 770 /tftproot</strong></p>
<p>In cavo dopo l&#8217;installazione non vi parta il wizard, potete avviarla cosi:<br />
<strong>dpkg-rreconfigure tftpd-hpa</strong></p>
<p>editiamo il file di configurazione di tftpd-hpa<br />
<strong>vim /etc/default/tftpd-hpa</strong><br />
<strong>TFTP_USERNAME=&#8221;tftp&#8221;</strong><br />
<strong>TFTP_DIRECTORY=&#8221;/tftproot&#8221;</strong><br />
<strong>TFTP_ADDRESS=&#8221;0.0.0.0:69&#8243;</strong><br />
<strong>TFTP_OPTIONS=&#8221;-s &#8211;create &#8211;verbose&#8221;</strong><br />
<strong>RUN_DAEMON=&#8221;yes&#8221;</strong></p>
<p>Riavviamo il Server TFTP<br />
<strong>/etc/init.d/tftpd-hpa restart</strong></p>
<p>ora possiamo leggere e scrivere sul nostro Server TFTP.</p>
<p>Se non volete farlo partire all&#8217;avvio basta lanciare l&#8217;utility rcconf e lo rimuovete da tutti i livelli.</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/04/27/tftp-server-con-debianubuntu/">TFTP Server con Debian/Ubuntu</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux360.it/2014/04/27/tftp-server-con-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
