User`s manual
Downloading Firmware
TCP/IP AX3000 User's Manual 163
11.1.2 - Under Unix
These 2 protocols are included, but the default configuration does not launch
the tftp and bootp daemons. To enable these protocols 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.