Axel AX3000 65 User's Manual User Manual
Page 211

Downloading
Firmware
AX3000 - User's Manual
199
11.1.2 - Under Unix
These two protocols are included but not normally enabled by default.
To enable perform the following:
- modify the file /etc/inetd.conf by removing the '#' comment character,
from the beginning of the line(s) associated with tftp and/or bootps
Note: for tftp, take care to use the 'public' mode (within inetd.conf, the
'user' field must be 'nouser' or 'nobody' and the tftpd daemon must be
launched without the '-s /tftpboot' parameter).
- reboot the UNIX host (or send the signal 1 to the inetd process).
Examples of TFTP declarations:
SCO OpenServer
tftp dgram udp wait nouser /etc/tftpd tftpd
AIX 4.x
tftp dgram udp nowait nobody /usr/sbin/tftpd tftpd -n
LINUX
tftp dgram udp wait root /usr/sbin/tcpd in.tftpd /
UNIXWARE 7
tftp dgram udp wait nobody /usr/sbin/in.tftpd in.tftpd
11.1.3 - Under Linux
First, check the tftp package is already installed. The tftp protocol works through
the xinetd daemon. Check if xinetd is running. If not, enable xinetd.