Click to See Complete Forum and Search --> : [SOLVED] cant start tftp


jeisma
05-22-2006, 06:26 AM
hello!

im using atftpd, i cant start the service.

running netstat -anp | grep ":69" returns nothing.

what could be missing on my ubuntu 5.10 system?

i have this line in my /etc/inetd.conf file:

tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /tftpboot



thanks!

ph34r
05-22-2006, 12:33 PM
it starts when someone tries to connect to it. thats the way inetd/xinetd works. try telnetting ot the port it runs on, see if you get a connected message

Sepero
05-22-2006, 01:43 PM
ph34r is right. Basically, you run inetd, and it starts any needed service(ftp, ssh, telnet, etc.) whenever the connection comes in.

jeisma
05-22-2006, 08:53 PM
hello!

it appeared that i lack one component, netkit-inetd.


thanks guys!