1834450 Members
2235 Online
110067 Solutions
New Discussion

Re: Tftp

 
M.sureshkumar
Regular Advisor

Tftp


How to start the TFTP service in hp-ux 11.
4 REPLIES 4
T G Manikandan
Honored Contributor
T G Manikandan
Honored Contributor
Fabio Ettore
Honored Contributor

Re: Tftp

Hi,

tftp service can be enabled in /etc/inetd.conf, there is

# Before uncommenting the "tftp" entry below, please make sure
# that you have a "tftp" user in /etc/passwd. If you don't
# have one, please consult the tftpd(1M) manual entry for
# information about setting up this service.

#tftp dgram udp wait root /usr/lbin/tftpd tftpd

If you change this file then it is needed

# inetd -c

in order to re-read the /etc/inetd.conf file.

I hope this helps you.

Best regards,
Ettore
WISH? IMPROVEMENT!
Fabio Ettore
Honored Contributor

Re: Tftp

another important thing is to create a new anonymous user:

# useradd -m tftp

this will create /home directory too.
Then

# vipwd

and change /sbin/sh to /usr/bin/false.
In this way that user just can tftp and no telnet.

Best regards,
Ettore
WISH? IMPROVEMENT!