Subject: re: how to setup tftpserver To: Rishabh Kumar Goel <rishabh@soc-soft.com> From: matthew green <mrg@eterna.com.au> List: port-mips Date: 12/24/2003 01:35:52
in the /etc/inetd.conf file, you can list services as "host:port"
in addition to the normal "port". eg, make it read:
192.168.5.180:tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot
see inetd.conf(5).
.mrg.