1834405 Members
2268 Online
110067 Solutions
New Discussion

tftp

 
SOLVED
Go to solution
John Goetz
Advisor

tftp

Can someone tell me what type of applications would use tftp? Is it ok to turn off? If so,
how can I kill a open port of it running?
5 REPLIES 5
Muthukumar_5
Honored Contributor

Re: tftp

IF you want to enable tftp service then go to /etc/inetd.conf and uncomments it's service there.

reconfigure inetd as inetd -c there.

see man tftpd / tftp there.

It is useful for ignite-ux, file transfer more.

You can use lsof tool to idenity the running port application's PID there.


Easy to suggest when don't know about the problem!
Prashant Zanwar_4
Respected Contributor

Re: tftp

tftp is in my my openion is used by boot client.
You can remove the line from /etc/services & also comment the line in /etc/inetd.conf

Hope above helps
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Prashant Zanwar_4
Respected Contributor

Re: tftp

I missed you will be doing inetd -c after this.

Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Uday_S_Ankolekar
Honored Contributor
Solution

Re: tftp

tftp is mostly used by ignite.
Check /etc/inetd.conf file.
Also services file in /etc has port 69 assigned to this.

-USA..
Good Luck..
Muthukumar_5
Honored Contributor

Re: tftp

You can get lsof tool and additional system admin tools thorugh this link as,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=620399

TFTP man page are here,
http://www.informatik.uni-frankfurt.de/doc/man/hpux/tftp.1.html
http://www.informatik.uni-frankfurt.de/doc/man/hpux/tftpd.1m.html
Easy to suggest when don't know about the problem!