<?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: Disabling tftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177456#M459399</link>
    <description>Hi Michal,&lt;BR /&gt;&lt;BR /&gt;See below ..I tried to do a TFTp to no existent server(1.1.1.1) and it simply says connected.&lt;BR /&gt;&lt;BR /&gt;# tftp 1.1.1.1&lt;BR /&gt;tftp&amp;gt; status&lt;BR /&gt;Connected to 1.1.1.1.&lt;BR /&gt;Mode: netascii Verbose: off Tracing: off&lt;BR /&gt;Rexmt-interval: 5 seconds, Max-timeout: 25 seconds&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks !!&lt;BR /&gt;Johnson</description>
    <pubDate>Wed, 27 May 2009 04:16:35 GMT</pubDate>
    <dc:creator>johnsonpk</dc:creator>
    <dc:date>2009-05-27T04:16:35Z</dc:date>
    <item>
      <title>Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177450#M459393</link>
      <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;I have a problem with disabling tftp service.&lt;BR /&gt;I removed tftp user from the system, then commented tftp line in /etc/inetd.conf file and after all rereaded configuration (inetd -c). I got in syslog entry:&lt;BR /&gt;&lt;BR /&gt;May 26 10:18:38 X inetd[2382]: tftp/udp: Deleted service&lt;BR /&gt;&lt;BR /&gt;The thing is that when I tftp from another server to that blocked server and then I use 'status' command I get:&lt;BR /&gt;&lt;BR /&gt;Connected to 192.168.10.X.&lt;BR /&gt;Mode: netascii Verbose: off Tracing: off&lt;BR /&gt;Rexmt-interval: 5 seconds, Max-timeout: 25 seconds&lt;BR /&gt;&lt;BR /&gt;On that blocked server I don't see any tftp daemon started.&lt;BR /&gt;&lt;BR /&gt;What could be the reason of that behaviour? Is tftp disabled or not?&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Michal</description>
      <pubDate>Tue, 26 May 2009 08:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177450#M459393</guid>
      <dc:creator>Michał Wachowiak</dc:creator>
      <dc:date>2009-05-26T08:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177451#M459394</link>
      <description>Hi,&lt;BR /&gt;&amp;gt;&amp;gt;Is tftp disabled or not?&lt;BR /&gt;&lt;BR /&gt;After getting the prompt are you able to login into the server? did you tried to login ?&lt;BR /&gt;&lt;BR /&gt;Did you checked /var/adm/inetd.sec ?&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 08:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177451#M459394</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-26T08:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177452#M459395</link>
      <description>Suraj, &lt;BR /&gt;&lt;BR /&gt;what do you mean by login in tftp?&lt;BR /&gt;&lt;BR /&gt;I don't have inetd.sec file.&lt;BR /&gt;&lt;BR /&gt;ls -l /var/adm/inetd.sec&lt;BR /&gt;/var/adm/inetd.sec not found&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;Michal</description>
      <pubDate>Tue, 26 May 2009 09:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177452#M459395</guid>
      <dc:creator>Michał Wachowiak</dc:creator>
      <dc:date>2009-05-26T09:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177453#M459396</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Connected to 192.168.10.X.&lt;BR /&gt;Mode: netascii Verbose: off Tracing: off&lt;BR /&gt;Rexmt-interval: 5 seconds, Max-timeout: 25 seconds&lt;BR /&gt;&lt;BR /&gt;This would be a normal behaviour ,Could you try to down load some file (eg:/opt/ignite/boot/nbp.efi) ?&lt;BR /&gt;&lt;BR /&gt;In TFTP any transfer begins with a request to read or write a file, which  also serves to request a connection and includes "NO LOGIN "or access control mechanisms.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From Man tftp "Unlike FTP protocol ,TFTP doesn't maintain connections between transfers.thus the connect command does not actually create a connection but merely remebers what host is to be used for transfer"&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 10:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177453#M459396</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-26T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177454#M459397</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Check list:&lt;BR /&gt;&lt;BR /&gt;inetd.conf configuration&lt;BR /&gt;inetd.sec block configuration&lt;BR /&gt;TCP Wrapper if installed limitations&lt;BR /&gt;/etc/services modifications.&lt;BR /&gt;&lt;BR /&gt;Permission on the home directory of the tftp user. It must own the files there or the daemon will not start.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 May 2009 11:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177454#M459397</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-26T11:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177455#M459398</link>
      <description>&amp;gt; Connected to 192.168.10.X.&lt;BR /&gt;&lt;BR /&gt;Ensure that you are connecting to the "blocked" server. (it has happened to each one of us!)&lt;BR /&gt;&lt;BR /&gt;While tftp-ing from the "another" server, login to the "blocked" server and check the process listing with the ps command and look for any tftp processes. Also check if anything is listening to the tftp port with the "netstat -a" command, (tftp service or port 69).&lt;BR /&gt;&lt;BR /&gt;Check inetd.conf in its entirety. Your original tftp entry may be commented out but there could be another entry somewhere else in the file.&lt;BR /&gt;&lt;BR /&gt;Finally tftp may have been started outside inetd by some other software you may have installed, (netstst -a should show it).&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 11:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177455#M459398</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-05-26T11:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177456#M459399</link>
      <description>Hi Michal,&lt;BR /&gt;&lt;BR /&gt;See below ..I tried to do a TFTp to no existent server(1.1.1.1) and it simply says connected.&lt;BR /&gt;&lt;BR /&gt;# tftp 1.1.1.1&lt;BR /&gt;tftp&amp;gt; status&lt;BR /&gt;Connected to 1.1.1.1.&lt;BR /&gt;Mode: netascii Verbose: off Tracing: off&lt;BR /&gt;Rexmt-interval: 5 seconds, Max-timeout: 25 seconds&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks !!&lt;BR /&gt;Johnson</description>
      <pubDate>Wed, 27 May 2009 04:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177456#M459399</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-27T04:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177457#M459400</link>
      <description>Thanks all for answers.&lt;BR /&gt;&lt;BR /&gt;I believe Johnson was right.&lt;BR /&gt;&lt;BR /&gt;Best regards!&lt;BR /&gt;Michal</description>
      <pubDate>Wed, 27 May 2009 07:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-tftp/m-p/5177457#M459400</guid>
      <dc:creator>Michał Wachowiak</dc:creator>
      <dc:date>2009-05-27T07:41:15Z</dc:date>
    </item>
  </channel>
</rss>

