<?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 hp-ux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653135#M554178</link>
    <description>I got output like this.&lt;BR /&gt;Hope its seems working fine.&lt;BR /&gt;Thanks for everybisy who posted.&lt;BR /&gt;Thanks Mr Mel Burslan&lt;BR /&gt;tftp&amp;gt; status&lt;BR /&gt;Connected to localhost.&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;</description>
    <pubDate>Wed, 19 Oct 2005 14:09:16 GMT</pubDate>
    <dc:creator>Venkat_11</dc:creator>
    <dc:date>2005-10-19T14:09:16Z</dc:date>
    <item>
      <title>TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653127#M554170</link>
      <description>I want to enable tftp services in my hp server.&lt;BR /&gt;I already checked /etc/inetd.conf file and uncommented the lines &lt;BR /&gt;# When needed by intermec&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd\&lt;BR /&gt;        /var/opt/intermec\&lt;BR /&gt;        /opt/ignite\&lt;BR /&gt;        /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;# Below commented out from Ignite-UX install. reenable to use&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd\&lt;BR /&gt;        /opt/ignite\&lt;BR /&gt;        /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;and ran &lt;BR /&gt;/etc/inetd -c and /usr/sbin/inetd -c&lt;BR /&gt;and after that if i use &lt;BR /&gt;telnet localhost 69&lt;BR /&gt;its not working.&lt;BR /&gt;Can somebodyhelp me in fixing this one.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Venkat</description>
      <pubDate>Wed, 19 Oct 2005 13:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653127#M554170</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2005-10-19T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653128#M554171</link>
      <description>Check this doc&lt;BR /&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073548686" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073548686&lt;/A&gt;&lt;BR /&gt;Europe&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073548686" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000073548686&lt;/A&gt;</description>
      <pubDate>Wed, 19 Oct 2005 13:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653128#M554171</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-10-19T13:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653129#M554172</link>
      <description>check your /etc/services file and make sure you have a tftp service enabled and listening on port 69&lt;BR /&gt;&lt;BR /&gt;also if you have /var/adm/intd.sec file make sure tftp connections were not totally disbled for all IP address ranges.&lt;BR /&gt;&lt;BR /&gt;if both of the above is okay, instead of inetd -c command, run these two:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -k&lt;BR /&gt;/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 19 Oct 2005 13:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653129#M554172</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-19T13:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653130#M554173</link>
      <description>I don't think you can telnet to the tftp port.  TFTP uses tcp.  What happens when you run:&lt;BR /&gt;tftp localhost</description>
      <pubDate>Wed, 19 Oct 2005 13:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653130#M554173</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-10-19T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653131#M554174</link>
      <description>Sorry, I hit the send before I finished----&lt;BR /&gt;&lt;BR /&gt;I don't think you can telnet to the tftp port.  Telnet uses tcp &amp;amp; TFTP uses udp.&lt;BR /&gt;&lt;BR /&gt;What happens when you run:&lt;BR /&gt;tftp localhost</description>
      <pubDate>Wed, 19 Oct 2005 13:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653131#M554174</guid>
      <dc:creator>john kingsley</dc:creator>
      <dc:date>2005-10-19T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653132#M554175</link>
      <description>when i ran&lt;BR /&gt;tftp localhost&lt;BR /&gt;usxsl003:root# tftp localhost&lt;BR /&gt;tftp&amp;gt;&lt;BR /&gt;i am getting the following output. does it mean the services are started.????&lt;BR /&gt;&lt;BR /&gt;Thanks for every body who are trying to resolve my problem.&lt;BR /&gt;&lt;BR /&gt;Venkat</description>
      <pubDate>Wed, 19 Oct 2005 13:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653132#M554175</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2005-10-19T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653133#M554176</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;The link which you posted is not opening.&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply&lt;BR /&gt;Venkat</description>
      <pubDate>Wed, 19 Oct 2005 14:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653133#M554176</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2005-10-19T14:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653134#M554177</link>
      <description>at the tftp&amp;gt; prompt type status and hit enter&lt;BR /&gt;&lt;BR /&gt;if you see something like "Connected to localhost." it means that your tftp port is listening and you are in good shape&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 14:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653134#M554177</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-19T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653135#M554178</link>
      <description>I got output like this.&lt;BR /&gt;Hope its seems working fine.&lt;BR /&gt;Thanks for everybisy who posted.&lt;BR /&gt;Thanks Mr Mel Burslan&lt;BR /&gt;tftp&amp;gt; status&lt;BR /&gt;Connected to localhost.&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;</description>
      <pubDate>Wed, 19 Oct 2005 14:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653135#M554178</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2005-10-19T14:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Service in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653136#M554179</link>
      <description>attached.</description>
      <pubDate>Wed, 19 Oct 2005 14:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-service-in-hp-ux/m-p/3653136#M554179</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-10-19T14:16:17Z</dc:date>
    </item>
  </channel>
</rss>

