<?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: TFTP service in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234791#M468950</link>
    <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt;i have mentioned.&lt;BR /&gt;&amp;gt; "i have added entry tftp deny in /var/adm/inetd.sec"&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; This does not mean that you actually disabled the tftpd daemon.&lt;BR /&gt;&lt;BR /&gt;Hence my confusion, and request for accurate&lt;BR /&gt;information.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; To actually disable the service [...]&lt;BR /&gt;&lt;BR /&gt;Kicking inetd after editing its configuration&lt;BR /&gt;file can be helpful, too.&lt;BR /&gt;&lt;BR /&gt;      man inetd&lt;BR /&gt;&lt;BR /&gt;Look for "-c".</description>
    <pubDate>Wed, 14 Apr 2010 13:49:21 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-04-14T13:49:21Z</dc:date>
    <item>
      <title>TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234782#M468941</link>
      <description>Hi All, &lt;BR /&gt;&lt;BR /&gt;After disabling tftp service new connections not happening but my question is xisting process still can be seen &amp;amp; also port is listening &lt;BR /&gt;#netstat -a |grep -i tftp&lt;BR /&gt;udp        0      0  *.tftp                 *.*&lt;BR /&gt; i have added entry tftp deny in /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;I understand there will be no connections but i would like to clarify what is to be done for not listening to port (tftp).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 10:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234782#M468941</guid>
      <dc:creator>HP-UX_Ali</dc:creator>
      <dc:date>2010-04-13T10:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234783#M468942</link>
      <description>Hi ALI,&lt;BR /&gt;&lt;BR /&gt;If you want to disable particular service not to listen, disable the service on /etc/services file</description>
      <pubDate>Tue, 13 Apr 2010 10:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234783#M468942</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2010-04-13T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234784#M468943</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;tftpd is started usually from inted. Did you disabled the corresponding line from inted.conf and re-configured inetd (inetd -c)?&lt;BR /&gt;&lt;BR /&gt;For the existing connections you must kill the running daemon (tftpd)&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2010 10:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234784#M468943</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-04-13T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234785#M468944</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] disable the service on /etc/services&lt;BR /&gt;&amp;gt; file&lt;BR /&gt;&lt;BR /&gt;Please stop offering this defective advice.&lt;BR /&gt;Leave "/etc/services" in peace.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; After disabling tftp service [...]&lt;BR /&gt;&lt;BR /&gt;HOW?  Rather than tell us what you hope that&lt;BR /&gt;you did, it might help to tell us what you&lt;BR /&gt;actually did.  As usual, showing actual&lt;BR /&gt;commands with their actual output can be more&lt;BR /&gt;helpful than vague descriptions and interpretations.</description>
      <pubDate>Tue, 13 Apr 2010 10:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234785#M468944</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-13T10:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234786#M468945</link>
      <description>A typo... inted -&amp;gt; inetd&lt;BR /&gt;&lt;BR /&gt;&amp;gt;if you want to disable particular service not to listen, disable the service on /etc/services file&lt;BR /&gt;&lt;BR /&gt;Commenting out any line from /etc/services it is a bad habit. &lt;BR /&gt;&lt;BR /&gt;Also, commenting out the very same line could or could not disable the service from starting.&lt;BR /&gt;&lt;BR /&gt;/etc/services it is only a mapper of ports and protocols into service names.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Tue, 13 Apr 2010 10:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234786#M468945</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-04-13T10:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234787#M468946</link>
      <description>Hi Steven&lt;BR /&gt;&lt;BR /&gt;&amp;gt;HOW?  Rather than tell us what you hope that&lt;BR /&gt;you did&lt;BR /&gt;&lt;BR /&gt;If you have seen my question thoroughly u should have understood.&lt;BR /&gt;i have mentioned.&lt;BR /&gt;"i have added entry tftp deny in /var/adm/inetd.sec" &lt;BR /&gt;&lt;BR /&gt;And my question is once we disabled tftp service after running #netstat -a |grep -i tftp&lt;BR /&gt;i am getting output "udp 0 0 *.tftp *.*"&lt;BR /&gt;&lt;BR /&gt;what can be done to disable listining of tftp service?&lt;BR /&gt;&lt;BR /&gt;Thanks to confirm....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Apr 2010 06:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234787#M468946</guid>
      <dc:creator>HP-UX_Ali</dc:creator>
      <dc:date>2010-04-14T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234788#M468947</link>
      <description>&amp;gt;i have mentioned.&lt;BR /&gt;"i have added entry tftp deny in /var/adm/inetd.sec" &lt;BR /&gt;&lt;BR /&gt;This does not mean that you actually disabled the tftpd daemon.&lt;BR /&gt;&lt;BR /&gt;You only stopped new connections through inetd on tftp server. But if your tftpd server is still running or it is not even started from inetd (yes, tftpd can be started also outside of inetd as a stand alone service), your actions would have no effect on new connections&lt;BR /&gt;&lt;BR /&gt;To actually disable the service you must comment the corresponding line from /etc/inetd.conf (put a # in fromt of it) if tftpd is started from inetd.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 14 Apr 2010 06:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234788#M468947</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-04-14T06:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234789#M468948</link>
      <description>Thanks Horia&lt;BR /&gt;&lt;BR /&gt;Apprciate your response, checked &amp;amp; found OK.&lt;BR /&gt;Full marks :)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ali</description>
      <pubDate>Wed, 14 Apr 2010 09:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234789#M468948</guid>
      <dc:creator>HP-UX_Ali</dc:creator>
      <dc:date>2010-04-14T09:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234790#M468949</link>
      <description>I have found the solution and hence closing  the thread....</description>
      <pubDate>Wed, 14 Apr 2010 09:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234790#M468949</guid>
      <dc:creator>HP-UX_Ali</dc:creator>
      <dc:date>2010-04-14T09:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234791#M468950</link>
      <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt;i have mentioned.&lt;BR /&gt;&amp;gt; "i have added entry tftp deny in /var/adm/inetd.sec"&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; This does not mean that you actually disabled the tftpd daemon.&lt;BR /&gt;&lt;BR /&gt;Hence my confusion, and request for accurate&lt;BR /&gt;information.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; To actually disable the service [...]&lt;BR /&gt;&lt;BR /&gt;Kicking inetd after editing its configuration&lt;BR /&gt;file can be helpful, too.&lt;BR /&gt;&lt;BR /&gt;      man inetd&lt;BR /&gt;&lt;BR /&gt;Look for "-c".</description>
      <pubDate>Wed, 14 Apr 2010 13:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service/m-p/5234791#M468950</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-04-14T13:49:21Z</dc:date>
    </item>
  </channel>
</rss>

