Operating System - HP-UX
1833753 Members
2397 Online
110063 Solutions
New Discussion

tftp access violation ERROR

 
Peter84
Advisor

tftp access violation ERROR

Hello,
I must put files by tftp to another server.
I try this:

tftp> connect
(to) omih450
tftp> put myfile
Transfer timed out.

tftp> trace
Packet tracing on.
tftp> verbose
Verbose mode on.
tftp> get test
getting from omih450.ipnet.omnitel.it:test to test [netascii]
sent RRQ
sent RRQ
sent RRQ
sent RRQ
sent RRQ
Transfer timed out.

On the remote server in syslog.log I have:

tftpd[12428]: Access from 10.192.10.8 denied.

I make this configuration in both server:
inetd.conf:
|
|_tftp dgram udp wait root /usr/lbin/tftpd tftpd /usr/tftpdir

inetd.sec:
|
|_tftp allow myipserver

I have disabled user tftpd in /etc/passwd

HELP!
1 REPLY 1
Jov
Honored Contributor

Re: tftp access violation ERROR

Hi,

I am pretty sure for tftp to work, tftpd must not have a password and you'll need the account enabled.

Jov